Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocBase.cpp140 VRM->assignVirt2Phys(VirtReg->reg(), AllocOrder.front()); in allocatePhysRegs()
HDLiveRegMatrix.cpp108 VRM->assignVirt2Phys(VirtReg.reg(), PhysReg); in assign()
HDRegAllocPBQP.cpp742 VRM.assignVirt2Phys(VReg, PReg); in mapPBQPToRegAlloc()
779 VRM.assignVirt2Phys(LI.reg(), PReg); in finalizeAlloc()
HDVirtRegMap.cpp85 void VirtRegMap::assignVirt2Phys(Register virtReg, MCPhysReg physReg) { in assignVirt2Phys() function in VirtRegMap
HDInlineSpiller.cpp1708 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDVirtRegMap.h112 void assignVirt2Phys(Register virtReg, MCPhysReg physReg);