Searched refs:SlotMapping (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.h | 27 struct SlotMapping; 54 const SlotMapping &IRSlots, 69 const SlotMapping &IRSlots, SMDiagnostic &Error); 74 const SlotMapping &IRSlots, SMDiagnostic &Error); 79 const SlotMapping &IRSlots, 85 const SlotMapping &IRSlots, 91 const SlotMapping &IRSlots, SMDiagnostic &Error); 95 const SlotMapping &IRSlots, SMDiagnostic &Error);
|
D | MIParser.cpp | 65 const SlotMapping &IRSlots; 88 const SlotMapping &IRSlots); 249 const SlotMapping &IRSlots) in MIParser() 1952 const SlotMapping &IRSlots, in parseMachineBasicBlockDefinitions() 1964 const SlotMapping &IRSlots, in parseMachineInstructions() 1976 const SlotMapping &IRSlots, SMDiagnostic &Error) { in parseMBBReference() 1983 const SlotMapping &IRSlots, in parseNamedRegisterReference() 1992 const SlotMapping &IRSlots, in parseVirtualRegisterReference() 2001 const SlotMapping &IRSlots, in parseStackObjectReference() 2009 const SlotMapping &IRSlots, SMDiagnostic &Error) { in parseMDNode()
|
D | MIRParser.cpp | 53 SlotMapping IRSlots;
|
/external/llvm/include/llvm/AsmParser/ |
D | Parser.h | 24 struct SlotMapping; 41 SlotMapping *Slots = nullptr); 57 SlotMapping *Slots = nullptr); 67 SlotMapping *Slots = nullptr); 81 SlotMapping *Slots = nullptr); 92 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()
|
D | LLParser.h | 40 struct SlotMapping; 94 SlotMapping *Slots; 144 SlotMapping *Slots = nullptr) 149 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 164 void restoreParsingState(const SlotMapping *Slots);
|
D | LLParser.cpp | 53 const SlotMapping *Slots) { in parseStandaloneConstantValue() 65 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 110 void RewriteInstruction(MachineInstr *MI, SmallVectorImpl<int> &SlotMapping, 278 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local 290 SlotMapping[SS] = NewSS; in ColorSlots() 317 int NewFI = SlotMapping[SS]; in ColorSlots() 333 RewriteInstruction(MII, SlotMapping, MF); in ColorSlots() 350 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument 360 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/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 53 SlotMapping Mapping; in TEST() 136 SlotMapping Mapping; in TEST()
|