Searched refs:SlotMapping (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 29 struct SlotMapping; 49 SlotMapping *Slots = nullptr); 65 SlotMapping *Slots = nullptr); 89 SlotMapping *Slots = nullptr, 97 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback); 130 SlotMapping *Slots = nullptr, 146 SlotMapping *Slots = nullptr); 172 SlotMapping *Slots = nullptr, 186 const SlotMapping *Slots = nullptr); 194 const SlotMapping *Slots = nullptr); [all …]
|
| H A D | LLParser.h | 47 struct SlotMapping; 116 SlotMapping *Slots; 189 SlotMapping *Slots = nullptr) 199 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 202 const SlotMapping *Slots); 205 const SlotMapping *Slots); 218 void restoreParsingState(const SlotMapping *Slots);
|
| H A D | SlotMapping.h | 33 struct SlotMapping { struct
|
| /src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 26 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() 40 SlotMapping *Slots, in parseAssemblyInto() 48 SlotMapping *Slots, in parseAssembly() 62 SlotMapping *Slots) { in parseAssemblyFile() 76 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() 94 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 | 99 const SlotMapping *Slots) { in parseStandaloneConstantValue() 112 const SlotMapping *Slots) { in parseTypeAtBeginning() 128 const SlotMapping *Slots) { in parseDIExpressionBodyAtBeginning() 142 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 175 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping, 357 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 368 SlotMapping[SS] = NewSS; in ColorSlots() 394 int NewFI = SlotMapping[SS]; in ColorSlots() 407 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots() 427 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument 436 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 32 struct SlotMapping; 168 const SlotMapping &IRSlots; 186 const SlotMapping &IRSlots,
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegColoring.cpp | 282 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local 307 SlotMapping[I] = New; in runOnMachineFunction() 326 unsigned New = SlotMapping[I]; in runOnMachineFunction()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 56 SlotMapping IRSlots;
|
| H A D | MIParser.cpp | 316 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()
|