Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
DSlotMapping.h32 struct SlotMapping { struct
33 std::vector<GlobalValue *> GlobalValues;
34 std::map<unsigned, TrackingMDNodeRef> MetadataNodes;
35 StringMap<Type *> NamedTypes;
36 std::map<unsigned, Type *> Types;
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DSlotMapping.h32 struct SlotMapping { struct
33 std::vector<GlobalValue *> GlobalValues;
34 std::map<unsigned, TrackingMDNodeRef> MetadataNodes;
35 StringMap<Type *> NamedTypes;
36 std::map<unsigned, Type *> Types;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp320 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
390 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()
/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-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp130 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp325 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
397 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()