Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DSlotMapping.h33 struct SlotMapping { struct
34 NumberedValues<GlobalValue *> GlobalValues;
35 std::map<unsigned, TrackingMDNodeRef> MetadataNodes;
36 StringMap<Type *> NamedTypes;
37 std::map<unsigned, Type *> Types;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp357 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
427 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp282 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local