Searched defs:SlotMapping (Results  1 – 6 of 6) sorted by relevance
| /external/llvm/include/llvm/AsmParser/ | 
| D | SlotMapping.h | 33 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-10.0/llvm/include/llvm/AsmParser/ | 
| D | SlotMapping.h | 32 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/lib/CodeGen/ | 
| D | StackSlotColoring.cpp | 279   SmallVector<int, 16> SlotMapping(NumObjs, -1);  in ColorSlots()  local 348                                            SmallVectorImpl<int> &SlotMapping,  in RewriteInstruction()
  | 
| /external/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyRegColoring.cpp | 130   SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u);  in runOnMachineFunction()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyRegColoring.cpp | 131   SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u);  in runOnMachineFunction()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | StackSlotColoring.cpp | 325   SmallVector<int, 16> SlotMapping(NumObjs, -1);  in ColorSlots()  local 397                                            SmallVectorImpl<int> &SlotMapping,  in RewriteInstruction()
  |