Searched refs:hasImplicitDefOfPhysReg (Results 1 – 8 of 8) sorted by relevance
44 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc64 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
612 bool hasImplicitDefOfPhysReg(unsigned Reg,
508 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in printOperand()509 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO))) in printOperand()
745 MI.getDesc().hasImplicitDefOfPhysReg(RISCV::X5)) in getOutliningType()
146 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
8152 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningType()8158 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningType()
240 !DefMIDesc->hasImplicitDefOfPhysReg(MO.getReg())); in addPhysRegDataDeps()
4611 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()4641 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()