Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h112 void assignVirt2Phys(Register virtReg, MCPhysReg physReg);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBase.cpp142 VRM->assignVirt2Phys(VirtReg->reg(), AllocOrder.front()); in allocatePhysRegs()
H A DLiveRegMatrix.cpp108 VRM->assignVirt2Phys(VirtReg.reg(), PhysReg); in assign()
H A DRegAllocPBQP.cpp742 VRM.assignVirt2Phys(VReg, PReg); in mapPBQPToRegAlloc()
779 VRM.assignVirt2Phys(LI.reg(), PReg); in finalizeAlloc()
H A DVirtRegMap.cpp85 void VirtRegMap::assignVirt2Phys(Register virtReg, MCPhysReg physReg) { in assignVirt2Phys() function in VirtRegMap
H A DInlineSpiller.cpp1641 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
/openbsd/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1386 physical one, use ``VirtRegMap::assignVirt2Phys(vreg, preg)``. In order to map