Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h28 struct SlotMapping;
48 SlotMapping *Slots = nullptr);
64 SlotMapping *Slots = nullptr);
88 SlotMapping *Slots = nullptr,
96 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback);
129 SlotMapping *Slots = nullptr,
145 SlotMapping *Slots = nullptr);
171 SlotMapping *Slots = nullptr,
185 const SlotMapping *Slots = nullptr);
193 const SlotMapping *Slots = nullptr);
[all …]
H A DSlotMapping.h32 struct SlotMapping { struct
H A DLLParser.h46 struct SlotMapping;
115 SlotMapping *Slots;
185 SlotMapping *Slots = nullptr)
195 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
198 const SlotMapping *Slots);
211 void restoreParsingState(const SlotMapping *Slots);
/freebsd-14.2/contrib/llvm-project/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()
102 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
129 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) { in parseAssemblyFileWithIndexNoUpgradeDebugInfo()
138 SlotMapping *Slots) { in parseAssemblyString()
200 const SlotMapping *Slots) { in parseType()
[all …]
H A DLLParser.cpp93 const SlotMapping *Slots) { in parseStandaloneConstantValue()
106 const SlotMapping *Slots) { in parseTypeAtBeginning()
121 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp165 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping,
350 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
361 SlotMapping[SS] = NewSS; in ColorSlots()
387 int NewFI = SlotMapping[SS]; in ColorSlots()
400 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots()
420 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument
429 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h32 struct SlotMapping;
168 const SlotMapping &IRSlots;
186 const SlotMapping &IRSlots,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp283 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
308 SlotMapping[I] = New; in runOnMachineFunction()
327 unsigned New = SlotMapping[I]; in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp55 SlotMapping IRSlots;
H A DMIParser.cpp316 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()