Home
last modified time | relevance | path

Searched defs:ImpDefs (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/MC/
DMCInstrDesc.cpp56 if (const MCPhysReg *ImpDefs = ImplicitDefs) in hasImplicitDefOfPhysReg() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPHIElimination.cpp81 SmallPtrSet<MachineInstr*, 4> ImpDefs; member in __anon649e75fb0111::PHIElimination
DMachineInstr.cpp476 for (const unsigned *ImpDefs = MCID->ImplicitDefs; *ImpDefs; ++ImpDefs) in addImplicitDefUseOperands() local
/external/llvm/lib/CodeGen/
DPHIElimination.cpp99 SmallPtrSet<MachineInstr*, 4> ImpDefs; member in __anone9c59ccf0111::PHIElimination
DMachineInstr.cpp640 for (const MCPhysReg *ImpDefs = MCID->getImplicitDefs(); *ImpDefs; in addImplicitDefUseOperands() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h258 if (const unsigned *ImpDefs = ImplicitDefs) in hasImplicitDefOfPhysReg() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2697 const MCPhysReg *ImpDefs in canClobberReachingPhysRegUse() local
2734 const MCPhysReg *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs(); in canClobberPhysRegDefs() local
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1782 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2631 const unsigned *ImpDefs in canClobberReachingPhysRegUse() local
2664 const unsigned *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs(); in canClobberPhysRegDefs() local
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp768 for (const MCPhysReg *ImpDefs = MCID.getImplicitDefs(); *ImpDefs; ++ImpDefs) in verifyImplicitOperands() local
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp819 SmallVector<unsigned, 4> ImpDefs; in MergeOpsUpdate() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1193 RegisterSet ImpUses, ImpDefs; in buildStmt() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp5138 ArrayRef<MCPhysReg> ImpDefs(Desc.getImplicitDefs(), in parseMSInlineAsm() local