/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/AsmParser/ |
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);
|
D | SlotMapping.h | 33 struct SlotMapping { struct
|
/external/llvm/include/llvm/AsmParser/ |
D | Parser.h | 24 struct SlotMapping; 42 SlotMapping *Slots = nullptr); 58 SlotMapping *Slots = nullptr); 68 SlotMapping *Slots = nullptr); 82 SlotMapping *Slots = nullptr); 93 const SlotMapping *Slots = nullptr); 101 const SlotMapping *Slots = nullptr); 111 const Module &M, const SlotMapping *Slots = nullptr);
|
D | SlotMapping.h | 33 struct SlotMapping { struct
|
/external/llvm/lib/AsmParser/ |
D | Parser.cpp | 26 SlotMapping *Slots) { in parseAssemblyInto() 37 SlotMapping *Slots) { in parseAssembly() 50 SlotMapping *Slots) { in parseAssemblyFile() 65 SlotMapping *Slots) { in parseAssemblyString() 71 const Module &M, const SlotMapping *Slots) { in parseConstantValue() 83 const SlotMapping *Slots) { in parseType() 100 const SlotMapping *Slots) { in parseTypeAtBeginning()
|
D | LLParser.h | 40 struct SlotMapping; 94 SlotMapping *Slots; 144 SlotMapping *Slots = nullptr) 149 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 152 const SlotMapping *Slots); 167 void restoreParsingState(const SlotMapping *Slots);
|
D | LLParser.cpp | 62 const SlotMapping *Slots) { in parseStandaloneConstantValue() 75 const SlotMapping *Slots) { in parseTypeAtBeginning() 90 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
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()
|
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);
|
D | LLParser.cpp | 79 const SlotMapping *Slots) { in parseStandaloneConstantValue() 92 const SlotMapping *Slots) { in parseTypeAtBeginning() 107 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.h | 29 struct SlotMapping; 36 const SlotMapping &IRSlots; 48 const SlotMapping &IRSlots);
|
D | MIRParser.cpp | 56 SlotMapping IRSlots;
|
D | MIParser.cpp | 40 SourceMgr &SM, const SlotMapping &IRSlots) in PerFunctionMIParsingState()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.h | 27 struct SlotMapping; 53 const SlotMapping &IRSlots; 66 const SlotMapping &IRSlots,
|
D | MIRParser.cpp | 56 SlotMapping IRSlots;
|
D | MIParser.cpp | 83 SourceMgr &SM, const SlotMapping &IRSlots, in PerFunctionMIParsingState()
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 110 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping, 279 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 291 SlotMapping[SS] = NewSS; in ColorSlots() 318 int NewFI = SlotMapping[SS]; in ColorSlots() 331 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots() 348 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument 358 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
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()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 130 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local 156 SlotMapping[i] = New; in runOnMachineFunction() 170 unsigned New = SlotMapping[i]; in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 133 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local 158 SlotMapping[i] = New; in runOnMachineFunction() 172 unsigned New = SlotMapping[i]; in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackSlotColoring.cpp | 130 bool ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping, 254 StackSlotColoring::ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping, in ColorSlotsWithFreeRegs() argument 294 SlotMapping[RSS] = Reg; in ColorSlotsWithFreeRegs() 372 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 385 SlotMapping[SS] = NewSS; in ColorSlots() 408 Changed |= ColorSlotsWithFreeRegs(SlotMapping, RevMap, SlotIsReg); in ColorSlots() 417 int NewFI = SlotMapping[SS]; in ColorSlots()
|
/external/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 53 SlotMapping Mapping; in TEST() 136 SlotMapping Mapping; in TEST() 172 SlotMapping Mapping; in TEST() 296 SlotMapping Mapping; in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 53 SlotMapping Mapping; in TEST() 136 SlotMapping Mapping; in TEST() 172 SlotMapping Mapping; in TEST() 296 SlotMapping Mapping; in TEST()
|