Searched refs:hasImplicitDefOfPhysReg (Results 1 – 5 of 5) sorted by relevance
54 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc69 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
257 bool hasImplicitDefOfPhysReg(unsigned Reg) const { in hasImplicitDefOfPhysReg() function
521 bool hasImplicitDefOfPhysReg(unsigned Reg,
3995 if (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) { in getPredicationCost()4024 if (PredCost && (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR))) { in getInstrLatency()
2682 if (PredCost && MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) in getInstrLatency()