Home
last modified time | relevance | path

Searched defs:SlotMapping (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/AsmParser/
DSlotMapping.h33 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/
DWebAssemblyRegColoring.cpp130 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp279 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
348 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp254 StackSlotColoring::ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping, in ColorSlotsWithFreeRegs()
372 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local