Searched refs:VirtReg2IndexFunctor (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 52 IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap; 58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; 62 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
|
D | ScheduleDAGInstrs.h | 96 using VReg2SUnitMap = SparseSet<VReg2SUnit, VirtReg2IndexFunctor>; 101 using VReg2SUnitMultiMap = SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor>; 104 SparseMultiSet<VReg2SUnitOperIdx, VirtReg2IndexFunctor>;
|
D | MachineRegisterInfo.h | 75 VirtReg2IndexFunctor> 80 IndexedMap<std::string, VirtReg2IndexFunctor> VReg2Name; 102 VirtReg2IndexFunctor> RegAllocHints; 138 using VRegToTypeMap = IndexedMap<LLT, VirtReg2IndexFunctor>;
|
D | FunctionLoweringInfo.h | 286 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
D | LiveVariables.h | 119 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
D | LiveIntervals.h | 68 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
|
D | RegisterPressure.h | 393 SparseSet<unsigned, VirtReg2IndexFunctor> UntiedDefs;
|
D | TargetRegisterInfo.h | 1130 struct VirtReg2IndexFunctor { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 81 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
D | RegAllocGreedy.cpp | 253 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
|