Searched refs:hasImplicitDefOfPhysReg (Results 1 – 12 of 12) sorted by relevance
32 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc52 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
43 II.hasImplicitDefOfPhysReg(BC.MIB->getStackPointer(), BC.MRI.get()) || in isIndifferentToSP()
611 bool hasImplicitDefOfPhysReg(unsigned Reg,
632 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in needsImpliedVcc()633 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO)); in needsImpliedVcc()649 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in printOperand()650 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO))) in printOperand()
314 Desc.hasImplicitDefOfPhysReg(AMDGPU::EXEC); in isVCMPX64()
147 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
9620 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningType()9626 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningType()
127 if (ResNo >= II.getNumDefs() && II.hasImplicitDefOfPhysReg(Reg)) in CheckForPhysRegDependency()
240 !DefMIDesc->hasImplicitDefOfPhysReg(MO.getReg())); in addPhysRegDataDeps()
1349 MI.getDesc().hasImplicitDefOfPhysReg(RISCV::X5)) in getOutliningType()
1198 get(MemOpcode).hasImplicitDefOfPhysReg(SystemZ::CC))) in foldMemoryOperandImpl()
4720 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()4750 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()