Home
last modified time | relevance | path

Searched refs:assignVirt2Phys (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h105 void assignVirt2Phys(unsigned virtReg, unsigned physReg) { in assignVirt2Phys() function
/external/llvm/lib/CodeGen/
DRegAllocBase.cpp130 VRM->assignVirt2Phys(VirtReg->reg, in allocatePhysRegs()
DLiveRegMatrix.cpp101 VRM->assignVirt2Phys(VirtReg.reg, PhysReg); in assign()
DRegAllocPBQP.cpp681 VRM.assignVirt2Phys(VReg, PReg); in mapPBQPToRegAlloc()
712 VRM.assignVirt2Phys(LI.reg, PReg); in finalizeAlloc()
/external/llvm/docs/
DCodeGenerator.rst1329 physical one, use ``VirtRegMap::assignVirt2Phys(vreg, preg)``. In order to map