Home
last modified time | relevance | path

Searched refs:getImplicitDefs (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h497 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; } in getImplicitDefs() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp770 bool HasPhysRegOuts = NumResults > NumDefs && II.getImplicitDefs()!=nullptr; in EmitMachineNode()
836 unsigned Reg = II.getImplicitDefs()[i - NumDefs]; in EmitMachineNode()
871 if (!UsedRegs.empty() || II.getImplicitDefs()) in EmitMachineNode()
DScheduleDAGFast.cpp443 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT()
522 for (const MCPhysReg *Reg = MCID.getImplicitDefs(); *Reg; ++Reg) { in DelayForLiveRegsBottomUp()
DScheduleDAGRRList.cpp1209 for (const MCPhysReg *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) { in getPhysicalRegisterVT()
1338 for (const MCPhysReg *Reg = MCID.getImplicitDefs(); *Reg; ++Reg) in DelayForLiveRegsBottomUp()
2724 = TII->get(SU->getNode()->getMachineOpcode()).getImplicitDefs(); in canClobberReachingPhysRegUse()
2761 const MCPhysReg *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs(); in canClobberPhysRegDefs()
2768 TII->get(SUNode->getMachineOpcode()).getImplicitDefs(); in canClobberPhysRegDefs()
DScheduleDAGSDNodes.cpp446 TII->get(N->getMachineOpcode()).getImplicitDefs()) { in AddSchedEdges()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp88 if (const MCPhysReg *ImpDef = MCID.getImplicitDefs()) in init()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp221 for (const MCPhysReg *Regs = MCID.getImplicitDefs(); *Regs; ++Regs) in HasImplicitCPSRDef()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp634 for (const MCPhysReg *ImpDefs = MCID->getImplicitDefs(); *ImpDefs; in addImplicitDefUseOperands()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp748 for (const MCPhysReg *ImpDefs = MCID.getImplicitDefs(); *ImpDefs; ++ImpDefs) in verifyImplicitOperands()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1751 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4758 ArrayRef<MCPhysReg> ImpDefs(Desc.getImplicitDefs(), in parseMSInlineAsm()