Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h30 struct SlotMapping;
50 SlotMapping *Slots = nullptr);
65 LLVMContext &Context, SlotMapping *Slots = nullptr);
89 SlotMapping *Slots = nullptr,
97 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback);
130 SlotMapping *Slots = nullptr,
145 LLVMContext &Context, SlotMapping *Slots = nullptr);
171 SlotMapping *Slots = nullptr,
186 const SlotMapping *Slots = nullptr);
194 const SlotMapping *Slots = nullptr);
[all …]
H A DSlotMapping.h33 struct SlotMapping { struct
H A DLLParser.h47 struct SlotMapping;
119 SlotMapping *Slots;
192 SlotMapping *Slots = nullptr)
202 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
205 const SlotMapping *Slots);
208 const SlotMapping *Slots);
221 void restoreParsingState(const SlotMapping *Slots);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp26 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 DLLParser.cpp95 const SlotMapping *Slots) { in parseStandaloneConstantValue()
108 const SlotMapping *Slots) { in parseTypeAtBeginning()
124 const SlotMapping *Slots) { in parseDIExpressionBodyAtBeginning()
138 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp155 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping,
369 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
380 SlotMapping[SS] = NewSS; in ColorSlots()
406 int NewFI = SlotMapping[SS]; in ColorSlots()
419 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots()
439 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument
448 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h32 struct SlotMapping;
169 const SlotMapping &IRSlots;
187 const SlotMapping &IRSlots,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp282 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
307 SlotMapping[I] = New; in runOnMachineFunction()
326 unsigned New = SlotMapping[I]; in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp56 SlotMapping IRSlots;
H A DMIParser.cpp324 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()