Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIElimination.cpp100 SmallPtrSet<MachineInstr*, 4> ImpDefs; member in __anonc47cba500111::PHIElimination
DMachineInstr.cpp578 for (const uint16_t *ImpDefs = MCID->getImplicitDefs(); *ImpDefs; ++ImpDefs) in addImplicitDefUseOperands() local
/external/llvm/include/llvm/MC/
DMCInstrDesc.h599 if (const uint16_t *ImpDefs = ImplicitDefs) variable
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp484 ArrayRef<unsigned> ImpDefs) { in MergeOps()
757 SmallVector<unsigned, 8> ImpDefs; in MergeOpsUpdate() local
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1656 for (const uint16_t *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2714 const uint16_t *ImpDefs in canClobberReachingPhysRegUse() local
2752 const uint16_t *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs(); in canClobberPhysRegDefs() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4620 ArrayRef<uint16_t> ImpDefs(Desc.getImplicitDefs(), in parseMSInlineAsm() local