Searched refs:VirtReg2IndexFunctor (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h51 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap;
57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
61 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
H A DScheduleDAGInstrs.h79 typedef SparseSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMap;
84 typedef SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMultiMap;
86 typedef SparseMultiSet<VReg2SUnitOperIdx, VirtReg2IndexFunctor>
H A DFunctionLoweringInfo.h297 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
H A DLiveVariables.h120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
H A DLiveIntervalAnalysis.h67 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
H A DMachineRegisterInfo.h61 VirtReg2IndexFunctor>
71 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
H A DRegisterPressure.h375 SparseSet<unsigned, VirtReg2IndexFunctor> UntiedDefs;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DVirtRegMap.h65 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap;
71 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
76 IndexedMap<int, VirtReg2IndexFunctor> Virt2ReMatIdMap;
80 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
84 IndexedMap<SlotIndex, VirtReg2IndexFunctor> Virt2SplitKillMap;
89 IndexedMap<MachineInstr*, VirtReg2IndexFunctor> ReMatMap;
H A DRegAllocFast.cpp69 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
H A DRegAllocGreedy.cpp136 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineRegisterInfo.h39 VirtReg2IndexFunctor> VRegInfo;
48 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
H A DFunctionLoweringInfo.h211 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
H A DLiveVariables.h128 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetRegisterInfo.h293 /// This is the inverse operation of VirtReg2IndexFunctor below.
682 struct VirtReg2IndexFunctor : public std::unary_function<unsigned, unsigned> { struct in namespace:llvm
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h335 /// This is the inverse operation of VirtReg2IndexFunctor below.
1085 struct VirtReg2IndexFunctor : public std::unary_function<unsigned, unsigned> {
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp66 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
H A DRegAllocGreedy.cpp210 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;

Completed in 356 milliseconds