Searched refs:VirtReg2IndexFunctor (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/llvm/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 | 97 using VReg2SUnitMap = SparseSet<VReg2SUnit, VirtReg2IndexFunctor>; 102 using VReg2SUnitMultiMap = SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor>; 105 SparseMultiSet<VReg2SUnitOperIdx, VirtReg2IndexFunctor>;
|
| D | MachineRegisterInfo.h | 78 VirtReg2IndexFunctor> 83 IndexedMap<std::string, VirtReg2IndexFunctor> VReg2Name; 105 VirtReg2IndexFunctor> RegAllocHints; 141 using VRegToTypeMap = IndexedMap<LLT, VirtReg2IndexFunctor>;
|
| D | FunctionLoweringInfo.h | 284 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
| D | LiveVariables.h | 119 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
| D | LiveIntervals.h | 66 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
|
| D | RegisterPressure.h | 392 SparseSet<Register, VirtReg2IndexFunctor> UntiedDefs;
|
| D | TargetRegisterInfo.h | 1307 struct VirtReg2IndexFunctor { struct
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | RegAllocGreedy.h | 79 IndexedMap<RegInfo, VirtReg2IndexFunctor> Info;
|
| D | RegAllocFast.cpp | 89 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86FastPreTileConfig.cpp | 63 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CodeGenerator.rst | 1322 virtual register. Use an ``IndexedMap<Foo, VirtReg2IndexFunctor>`` to hold
|