Searched refs:SlotMapping (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 30 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 D | SlotMapping.h | 33 struct SlotMapping { struct
|
| H A D | LLParser.h | 47 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 D | Parser.cpp | 26 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 D | LLParser.cpp | 95 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 D | StackSlotColoring.cpp | 155 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 D | MIParser.h | 32 struct SlotMapping; 169 const SlotMapping &IRSlots; 187 const SlotMapping &IRSlots,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegColoring.cpp | 282 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 D | MIRParser.cpp | 56 SlotMapping IRSlots;
|
| H A D | MIParser.cpp | 324 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState()
|