Searched refs:getImplicitDefs (Results 1 – 14 of 14) sorted by relevance
588 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; } in getImplicitDefs() function
435 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT()514 for (const MCPhysReg *Reg = MCID.getImplicitDefs(); *Reg; ++Reg) { in DelayForLiveRegsBottomUp()
832 bool HasPhysRegOuts = NumResults > NumDefs && II.getImplicitDefs()!=nullptr; in EmitMachineNode()935 Register Reg = II.getImplicitDefs()[i - NumDefs]; in EmitMachineNode()970 if (!UsedRegs.empty() || II.getImplicitDefs() || II.hasOptionalDef()) in EmitMachineNode()
1286 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT()1427 for (const MCPhysReg *Reg = MCID.getImplicitDefs(); *Reg; ++Reg) in DelayForLiveRegsBottomUp()2842 = TII->get(SU->getNode()->getMachineOpcode()).getImplicitDefs(); in canClobberReachingPhysRegUse()2878 const MCPhysReg *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs(); in canClobberPhysRegDefs()2885 TII->get(SUNode->getMachineOpcode()).getImplicitDefs(); in canClobberPhysRegDefs()
463 TII->get(N->getMachineOpcode()).getImplicitDefs()) { in AddSchedEdges()
343 Write.RegisterID = MCDesc.getImplicitDefs()[CurrentDef]; in populateWrites()
99 if (const MCPhysReg *ImpDef = MCID.getImplicitDefs()) in init()
628 if (!D.getImplicitDefs() && !D.getImplicitUses()) in isFixedReg()637 const MCPhysReg *ImpR = Op.isDef() ? D.getImplicitDefs() in isFixedReg()
255 for (const MCPhysReg *Regs = MCID.getImplicitDefs(); *Regs; ++Regs) in HasImplicitCPSRDef()
456 const MCPhysReg Reg = Desc.getImplicitDefs()[I]; in clearsSuperRegisters()
104 for (const MCPhysReg *ImpDefs = MCID->getImplicitDefs(); *ImpDefs; in addImplicitDefUseOperands()
1151 for (const MCPhysReg *ImpDefs = MCID.getImplicitDefs(); *ImpDefs; ++ImpDefs) in verifyImplicitOperands()
1964 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr()
5856 ArrayRef<MCPhysReg> ImpDefs(Desc.getImplicitDefs(), in parseMSInlineAsm()