Home
last modified time | relevance | path

Searched refs:Virt2StackSlotMap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.cpp65 Virt2StackSlotMap.clear(); in runOnMachineFunction()
95 Virt2StackSlotMap.resize(NumRegs); in grow()
131 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
134 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()
139 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
144 Virt2StackSlotMap[virtReg] = SS; in assignVirt2StackSlot()
371 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()
372 OS << '[' << PrintReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
DVirtRegMap.h71 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable
147 Virt2StackSlotMap(NO_STACK_SLOT), in VirtRegMap()
250 return Virt2StackSlotMap[virtReg]; in getStackSlot()
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp61 Virt2StackSlotMap.clear(); in runOnMachineFunction()
71 Virt2StackSlotMap.resize(NumRegs); in grow()
102 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
105 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()
110 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
115 Virt2StackSlotMap[virtReg] = SS; in assignVirt2StackSlot()
131 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()
132 OS << '[' << PrintReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { } in VirtRegMap()
170 return Virt2StackSlotMap[virtReg]; in getStackSlot()