Searched refs:VirtReg2IndexFunctor (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 51 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap; 57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; 61 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
|
D | ScheduleDAGInstrs.h | 77 typedef SparseSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMap; 82 typedef SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMultiMap; 84 typedef SparseMultiSet<VReg2SUnitOperIdx, VirtReg2IndexFunctor>
|
D | FunctionLoweringInfo.h | 245 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
D | LiveVariables.h | 120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
D | MachineRegisterInfo.h | 63 VirtReg2IndexFunctor> VRegInfo; 72 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
|
D | LiveIntervalAnalysis.h | 68 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
|
D | RegisterPressure.h | 297 SparseSet<unsigned, VirtReg2IndexFunctor> UntiedDefs;
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 944 struct VirtReg2IndexFunctor : public std::unary_function<unsigned, unsigned> { struct
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 203 … = type { %"class.std::vector.140", %"struct.std::pair.145", %"struct.llvm::VirtReg2IndexFunctor" } 212 %"struct.llvm::VirtReg2IndexFunctor" = type { i8 } 213 … = type { %"class.std::vector.147", %"struct.std::pair.152", %"struct.llvm::VirtReg2IndexFunctor" }
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 67 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
D | RegAllocGreedy.cpp | 208 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1265 virtual register. Use an ``IndexedMap<Foo, VirtReg2IndexFunctor>`` to hold
|