HomeSort by relevance Sort by last modified time
    Searched defs:Virt2StackSlotMap (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 53 /// Virt2StackSlotMap - This is virtual register to stack slot
57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
170 return Virt2StackSlotMap[virtReg];
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
VirtRegMap.h 55 /// Virt2StackSlotMap - This is virtual register to stack slot
59 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
166 return Virt2StackSlotMap[virtReg];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 67 /// Virt2StackSlotMap - This is virtual register to stack slot
71 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
147 Virt2StackSlotMap(NO_STACK_SLOT),
250 return Virt2StackSlotMap[virtReg];

Completed in 3112 milliseconds