Searched defs:SlotMapping (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/AsmParser/ |
D | SlotMapping.h | 33 struct SlotMapping { struct 34 std::vector<GlobalValue *> GlobalValues; 35 std::map<unsigned, TrackingMDNodeRef> MetadataNodes; 36 StringMap<Type *> NamedTypes; 37 std::map<unsigned, Type *> Types;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 130 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 279 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 348 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackSlotColoring.cpp | 254 StackSlotColoring::ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping, in ColorSlotsWithFreeRegs() 372 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
|