Home
last modified time | relevance | path

Searched refs:Virt2PhysMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h52 IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap; variable
72 MF(nullptr), Virt2PhysMap(NO_PHYS_REG), in VirtRegMap()
104 return Virt2PhysMap[virtReg.id()]; in getPhys()
115 assert(Virt2PhysMap[virtReg.id()] != NO_PHYS_REG && in clearVirt()
117 Virt2PhysMap[virtReg.id()] = NO_PHYS_REG; in clearVirt()
122 Virt2PhysMap.clear(); in clearAllVirt()
161 Virt2PhysMap[virtReg.id()] != NO_PHYS_REG); in isAssignedReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp68 Virt2PhysMap.clear(); in runOnMachineFunction()
78 Virt2PhysMap.resize(NumRegs); in grow()
85 assert(Virt2PhysMap[virtReg.id()] == NO_PHYS_REG && in assignVirt2Phys()
90 Virt2PhysMap[virtReg.id()] = physReg; in assignVirt2Phys()
141 if (Virt2PhysMap[Reg] != (unsigned)VirtRegMap::NO_PHYS_REG) { in print()
143 << printReg(Virt2PhysMap[Reg], TRI) << "] " in print()