Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp322 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
394 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()