Home
last modified time | relevance | path

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

/external/llvm/include/llvm/AsmParser/
DParser.h24 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);
DSlotMapping.h33 struct SlotMapping { struct
/external/llvm/lib/AsmParser/
DParser.cpp26 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()
DLLParser.h40 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);
DLLParser.cpp62 const SlotMapping *Slots) { in parseStandaloneConstantValue()
75 const SlotMapping *Slots) { in parseTypeAtBeginning()
90 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h29 struct SlotMapping;
36 const SlotMapping &IRSlots;
48 const SlotMapping &IRSlots);
DMIRParser.cpp56 SlotMapping IRSlots;
DMIParser.cpp40 SourceMgr &SM, const SlotMapping &IRSlots) in PerFunctionMIParsingState()
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp110 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/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp130 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/lib/CodeGen/
DStackSlotColoring.cpp130 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/
DAsmParserTest.cpp53 SlotMapping Mapping; in TEST()
136 SlotMapping Mapping; in TEST()
172 SlotMapping Mapping; in TEST()
296 SlotMapping Mapping; in TEST()