Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/AsmParser/
H A DParser.h25 struct SlotMapping;
46 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
67 SlotMapping *Slots = nullptr,
96 LLVMContext &Context, SlotMapping *Slots = nullptr,
123 SlotMapping *Slots = nullptr,
142 SlotMapping *Slots = nullptr,
172 SMDiagnostic &Err, SlotMapping *Slots = nullptr,
185 const SlotMapping *Slots = nullptr);
193 const SlotMapping *Slots = nullptr);
203 const Module &M, const SlotMapping *Slots = nullptr);
H A DSlotMapping.h33 struct SlotMapping { struct
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DParser.cpp28 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto()
43 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly()
57 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFile()
73 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex()
88 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex()
104 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyString()
149 const Module &M, const SlotMapping *Slots) { in parseConstantValue()
161 const SlotMapping *Slots) { in parseType()
178 const SlotMapping *Slots) { in parseTypeAtBeginning()
H A DLLParser.h41 struct SlotMapping;
98 SlotMapping *Slots;
172 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
182 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
185 const SlotMapping *Slots);
200 void restoreParsingState(const SlotMapping *Slots);
H A DLLParser.cpp79 const SlotMapping *Slots) { in parseStandaloneConstantValue()
92 const SlotMapping *Slots) { in parseTypeAtBeginning()
107 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.h27 struct SlotMapping;
53 const SlotMapping &IRSlots;
66 const SlotMapping &IRSlots,
H A DMIRParser.cpp56 SlotMapping IRSlots;
H A DMIParser.cpp85 SourceMgr &SM, const SlotMapping &IRSlots, in PerFunctionMIParsingState()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp123 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping,
325 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
337 SlotMapping[SS] = NewSS; in ColorSlots()
364 int NewFI = SlotMapping[SS]; in ColorSlots()
377 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots()
397 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument
407 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp132 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
157 SlotMapping[i] = New; in runOnMachineFunction()
171 unsigned New = SlotMapping[i]; in runOnMachineFunction()