Home
last modified time | relevance | path

Searched defs:virtReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h92 bool hasPhys(unsigned virtReg) const { in hasPhys()
98 unsigned getPhys(unsigned virtReg) const { in getPhys()
105 void assignVirt2Phys(unsigned virtReg, unsigned physReg) { in assignVirt2Phys()
116 void clearVirt(unsigned virtReg) { in clearVirt()
138 void setIsSplitFromReg(unsigned virtReg, unsigned SReg) { in setIsSplitFromReg()
143 unsigned getPreSplitReg(unsigned virtReg) const { in getPreSplitReg()
158 bool isAssignedReg(unsigned virtReg) const { in isAssignedReg()
168 int getStackSlot(unsigned virtReg) const { in getStackSlot()
DLiveIntervalUnion.h149 LiveInterval &virtReg() const { in virtReg() function
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp101 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot()
109 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot()
/external/mesa3d/src/gallium/drivers/radeon/
DSIAssignInterpRegs.cpp124 unsigned physReg, unsigned virtReg) in AddLiveIn()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DSIAssignInterpRegs.cpp124 unsigned physReg, unsigned virtReg) in AddLiveIn()