HomeSort by relevance Sort by last modified time
    Searched refs:SlotMapping (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/AsmParser/
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);
SlotMapping.h 1 //===-- SlotMapping.h - Slot number mapping for unnamed values --*- C++ -*-===//
10 // This file contains the declaration of the SlotMapping struct.
33 struct SlotMapping {
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.h 29 struct SlotMapping;
36 const SlotMapping &IRSlots;
48 const SlotMapping &IRSlots);
MIRParser.cpp 22 #include "llvm/AsmParser/SlotMapping.h"
56 SlotMapping IRSlots;
MIParser.cpp 18 #include "llvm/AsmParser/SlotMapping.h"
40 SourceMgr &SM, const SlotMapping &IRSlots)
    [all...]
  /external/llvm/lib/AsmParser/
Parser.cpp 26 SlotMapping *Slots) {
37 SlotMapping *Slots) {
50 SlotMapping *Slots) {
65 SlotMapping *Slots) {
71 const Module &M, const SlotMapping *Slots) {
83 const SlotMapping *Slots) {
100 const SlotMapping *Slots) {
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);
LLParser.cpp 18 #include "llvm/AsmParser/SlotMapping.h"
62 const SlotMapping *Slots) {
75 const SlotMapping *Slots) {
90 void LLParser::restoreParsingState(const SlotMapping *Slots) {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegColoring.cpp 130 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u);
156 SlotMapping[i] = New;
170 unsigned New = SlotMapping[i];
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 110 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping,
279 SmallVector<int, 16> SlotMapping(NumObjs, -1);
291 SlotMapping[SS] = NewSS;
318 int NewFI = SlotMapping[SS];
331 RewriteInstruction(MI, SlotMapping, MF);
348 SmallVectorImpl<int> &SlotMapping,
358 int NewFI = SlotMapping[OldFI];
  /external/llvm/unittests/AsmParser/
AsmParserTest.cpp 12 #include "llvm/AsmParser/SlotMapping.h"
53 SlotMapping Mapping;
136 SlotMapping Mapping;
172 SlotMapping Mapping;
296 SlotMapping Mapping;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 130 bool ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping,
254 StackSlotColoring::ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping,
294 SlotMapping[RSS] = Reg;
372 SmallVector<int, 16> SlotMapping(NumObjs, -1);
385 SlotMapping[SS] = NewSS;
408 Changed |= ColorSlotsWithFreeRegs(SlotMapping, RevMap, SlotIsReg);
417 int NewFI = SlotMapping[SS];

Completed in 428 milliseconds