Home
last modified time | relevance | path

Searched refs:SlotMapping (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DParser.h29 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 DSlotMapping.h32 struct SlotMapping { struct
H A DLLParser.h45 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 DParser.cpp25 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 DLLParser.cpp108 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 DStackSlotColoring.cpp122 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 DWebAssemblyRegColoring.cpp131 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 DMIParser.h30 struct SlotMapping;
166 const SlotMapping &IRSlots;
184 const SlotMapping &IRSlots,
/llvm-project-15.0.7/llvm/unittests/AsmParser/
H A DAsmParserTest.cpp52 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 DMIRParser.cpp56 SlotMapping IRSlots;
H A DMIParser.cpp317 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5045 llvm/include/llvm/AsmParser/SlotMapping.h