Searched refs:VirtReg2IndexFunctor (Results 1 – 25 of 31) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 53 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap; 59 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; 63 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 | 76 VirtReg2IndexFunctor> 81 IndexedMap<std::string, VirtReg2IndexFunctor> VReg2Name; 103 VirtReg2IndexFunctor> RegAllocHints; 139 using VRegToTypeMap = IndexedMap<LLT, VirtReg2IndexFunctor>;
|
D | LiveVariables.h | 119 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
D | FunctionLoweringInfo.h | 320 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
D | LiveIntervals.h | 69 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
|
D | RegisterPressure.h | 395 SparseSet<unsigned, VirtReg2IndexFunctor> UntiedDefs;
|
D | TargetRegisterInfo.h | 1152 struct VirtReg2IndexFunctor { struct
|
/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 | 79 typedef SparseSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMap; 84 typedef SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMultiMap; 86 typedef SparseMultiSet<VReg2SUnitOperIdx, VirtReg2IndexFunctor>
|
D | FunctionLoweringInfo.h | 297 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
D | LiveVariables.h | 120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
D | MachineRegisterInfo.h | 61 VirtReg2IndexFunctor> 71 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
|
D | LiveIntervalAnalysis.h | 67 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
|
D | RegisterPressure.h | 375 SparseSet<unsigned, VirtReg2IndexFunctor> UntiedDefs;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegMap.h | 65 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;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 39 VirtReg2IndexFunctor> VRegInfo; 48 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
|
D | FunctionLoweringInfo.h | 211 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
D | LiveVariables.h | 128 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetRegisterInfo.h | 682 struct VirtReg2IndexFunctor : public std::unary_function<unsigned, unsigned> { struct
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 1085 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 81 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 66 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
12