Searched refs:SlotMapping (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 29 struct SlotMapping; 49 SlotMapping *Slots = nullptr); 65 SlotMapping *Slots = nullptr); 89 SlotMapping *Slots = nullptr, 95 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback); 117 SlotMapping *Slots = nullptr, 131 SlotMapping *Slots = nullptr); 157 SlotMapping *Slots = nullptr, 169 const SlotMapping *Slots = nullptr); 177 const SlotMapping *Slots = nullptr); [all …]
|
| H A D | SlotMapping.h | 32 struct SlotMapping { struct
|
| H A D | LLParser.h | 45 struct SlotMapping; 105 SlotMapping *Slots; 161 SlotMapping *Slots = nullptr) 169 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 172 const SlotMapping *Slots); 182 void restoreParsingState(const SlotMapping *Slots);
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 25 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() 39 SlotMapping *Slots, in parseAssemblyInto() 47 SlotMapping *Slots, in parseAssembly() 61 SlotMapping *Slots) { in parseAssemblyFile() 75 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() 93 SlotMapping *Slots) { in parseAssemblyWithIndex() 101 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex() 128 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) { in parseAssemblyFileWithIndexNoUpgradeDebugInfo() 137 SlotMapping *Slots) { in parseAssemblyString() 193 const SlotMapping *Slots) { in parseType() [all …]
|
| H A D | LLParser.cpp | 108 const SlotMapping *Slots) { in parseStandaloneConstantValue() 121 const SlotMapping *Slots) { in parseTypeAtBeginning() 136 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 122 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping, 320 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 331 SlotMapping[SS] = NewSS; in ColorSlots() 357 int NewFI = SlotMapping[SS]; in ColorSlots() 370 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots() 390 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument 399 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 30 struct SlotMapping; 166 const SlotMapping &IRSlots; 184 const SlotMapping &IRSlots,
|
| /llvm-project-15.0.7/llvm/unittests/AsmParser/ |
| H A D | AsmParserTest.cpp | 52 SlotMapping Mapping; in TEST() 135 SlotMapping Mapping; in TEST() 171 SlotMapping Mapping; in TEST() 288 SlotMapping Mapping; in TEST()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 56 SlotMapping IRSlots;
|
| H A D | MIParser.cpp | 317 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5045 llvm/include/llvm/AsmParser/SlotMapping.h
|