Searched refs:hasImplicitDefOfPhysReg (Results 1 – 10 of 10) sorted by relevance
33 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() function in MCInstrDesc53 return hasImplicitDefOfPhysReg(Reg, &RI); in hasDefOfPhysReg()
605 bool hasImplicitDefOfPhysReg(unsigned Reg,
591 (Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC) || in printOperand()592 Desc.hasImplicitDefOfPhysReg(AMDGPU::VCC_LO))) in printOperand()
146 !TII->get(DstOpcode).hasImplicitDefOfPhysReg(MO.getReg())) in isLegal()
9019 MI.getDesc().hasImplicitDefOfPhysReg(X86::RSP)) in getOutliningType()9025 MI.getDesc().hasImplicitDefOfPhysReg(X86::RIP)) in getOutliningType()
128 if (ResNo >= II.getNumDefs() && II.hasImplicitDefOfPhysReg(Reg)) in CheckForPhysRegDependency()
244 !DefMIDesc->hasImplicitDefOfPhysReg(MO.getReg())); in addPhysRegDataDeps()
1078 MI.getDesc().hasImplicitDefOfPhysReg(RISCV::X5)) in getOutliningType()
1188 get(MemOpcode).hasImplicitDefOfPhysReg(SystemZ::CC))) in foldMemoryOperandImpl()
4695 if (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getPredicationCost()4725 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()