Searched refs:hasImplicitDefOfPhysReg (Results 1 – 11 of 11) 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,
563 bool hasImplicitDefOfPhysReg(unsigned Reg,
151 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
7683 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningType()7689 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningType()
3995 if (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) { in getPredicationCost()4024 if (PredCost && (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR))) { in getInstrLatency()
4382 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()4412 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()
2682 if (PredCost && MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) in getInstrLatency()
9131 if (MCID.hasImplicitDefOfPhysReg(ARM::PC, MRI)) in isITBlockTerminator()