Searched refs:SlotMapping (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 27 struct SlotMapping; 47 SlotMapping *Slots = nullptr); 63 SlotMapping *Slots = nullptr); 87 SlotMapping *Slots = nullptr, 93 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback); 115 SlotMapping *Slots = nullptr, 129 SlotMapping *Slots = nullptr); 155 SlotMapping *Slots = nullptr, 167 const SlotMapping *Slots = nullptr); 175 const SlotMapping *Slots = nullptr); [all …]
|
| H A D | LLParser.h | 38 struct SlotMapping; 94 SlotMapping *Slots; 165 SlotMapping *Slots = nullptr) 172 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 175 const SlotMapping *Slots); 185 void restoreParsingState(const SlotMapping *Slots);
|
| H A D | SlotMapping.h | 32 struct SlotMapping { struct
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() 41 SlotMapping *Slots, in parseAssemblyInto() 49 SlotMapping *Slots, in parseAssembly() 63 SlotMapping *Slots) { in parseAssemblyFile() 77 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() 95 SlotMapping *Slots) { in parseAssemblyWithIndex() 103 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex() 121 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex() 130 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) { in parseAssemblyFileWithIndexNoUpgradeDebugInfo() 139 SlotMapping *Slots) { in parseAssemblyString() [all …]
|
| H A D | LLParser.cpp | 86 const SlotMapping *Slots) { in parseStandaloneConstantValue() 99 const SlotMapping *Slots) { in parseTypeAtBeginning() 114 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 123 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping, 322 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 334 SlotMapping[SS] = NewSS; in ColorSlots() 361 int NewFI = SlotMapping[SS]; in ColorSlots() 374 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots() 394 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument 404 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 28 struct SlotMapping; 164 const SlotMapping &IRSlots; 179 const SlotMapping &IRSlots,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegColoring.cpp | 131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local 156 SlotMapping[I] = New; in runOnMachineFunction() 172 unsigned New = SlotMapping[I]; in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMIRFormatter.h | 30 struct SlotMapping;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MIRFormatter.h | 27 struct SlotMapping;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 57 SlotMapping IRSlots;
|
| H A D | MIParser.cpp | 320 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()
|