Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
/third_party/skia/third_party/externals/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()