Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DParser.h27 struct SlotMapping;
47 SlotMapping *Slots = nullptr);
63 SlotMapping *Slots = nullptr);
87 SlotMapping *Slots = nullptr,
93 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback);
115 SlotMapping *Slots = nullptr,
129 SlotMapping *Slots = nullptr);
155 SlotMapping *Slots = nullptr,
167 const SlotMapping *Slots = nullptr);
175 const SlotMapping *Slots = nullptr);
[all …]
H A DLLParser.h38 struct SlotMapping;
94 SlotMapping *Slots;
165 SlotMapping *Slots = nullptr)
172 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
175 const SlotMapping *Slots);
185 void restoreParsingState(const SlotMapping *Slots);
H A DSlotMapping.h32 struct SlotMapping { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DParser.cpp27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto()
41 SlotMapping *Slots, in parseAssemblyInto()
49 SlotMapping *Slots, in parseAssembly()
63 SlotMapping *Slots) { in parseAssemblyFile()
77 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex()
95 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.cpp86 const SlotMapping *Slots) { in parseStandaloneConstantValue()
99 const SlotMapping *Slots) { in parseTypeAtBeginning()
114 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp123 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping,
322 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
334 SlotMapping[SS] = NewSS; in ColorSlots()
361 int NewFI = SlotMapping[SS]; in ColorSlots()
374 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots()
394 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument
404 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h28 struct SlotMapping;
164 const SlotMapping &IRSlots;
179 const SlotMapping &IRSlots,
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h30 struct SlotMapping;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h27 struct SlotMapping;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp57 SlotMapping IRSlots;
H A DMIParser.cpp320 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()