Searched refs:SlotMapping (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 25 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 D | SlotMapping.h | 33 struct SlotMapping { struct
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 28 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 D | LLParser.h | 41 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 D | LLParser.cpp | 79 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 D | MIParser.h | 27 struct SlotMapping; 53 const SlotMapping &IRSlots; 66 const SlotMapping &IRSlots,
|
| H A D | MIRParser.cpp | 56 SlotMapping IRSlots;
|
| H A D | MIParser.cpp | 85 SourceMgr &SM, const SlotMapping &IRSlots, in PerFunctionMIParsingState()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 123 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 D | WebAssemblyRegColoring.cpp | 132 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local 157 SlotMapping[i] = New; in runOnMachineFunction() 171 unsigned New = SlotMapping[i]; in runOnMachineFunction()
|