Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h105 void assignVirt2Phys(unsigned virtReg, unsigned physReg) { in assignVirt2Phys() function
/external/llvm/lib/CodeGen/
DRegAllocBase.cpp127 VRM->assignVirt2Phys(VirtReg->reg, in allocatePhysRegs()
DLiveRegMatrix.cpp101 VRM->assignVirt2Phys(VirtReg.reg, PhysReg); in assign()
DRegAllocPBQP.cpp689 VRM.assignVirt2Phys(VReg, PReg); in mapPBQPToRegAlloc()
720 VRM.assignVirt2Phys(LI.reg, PReg); in finalizeAlloc()
DInlineSpiller.cpp1451 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp280 VRM->assignVirt2Phys(VirtReg.reg, PhysReg); in assign()
338 VRM->assignVirt2Phys(VirtReg->reg, in allocatePhysRegs()
DRegAllocPBQP.cpp535 vrm->assignVirt2Phys(vreg, preg); in mapPBQPToRegAlloc()
590 vrm->assignVirt2Phys(li->reg, physReg); in finalizeAlloc()
DVirtRegMap.h184 void assignVirt2Phys(unsigned virtReg, unsigned physReg) { in assignVirt2Phys() function
DRegAllocLinearScan.cpp500 vrm_->assignVirt2Phys(cur.reg, CandReg); in attemptTrivialCoalescing()
978 vrm_->assignVirt2Phys(cur->reg, physReg); in assignRegOrStackSlotAtInterval()
1112 vrm_->assignVirt2Phys(cur->reg, physReg); in assignRegOrStackSlotAtInterval()
DVirtRegRewriter.cpp1469 VRM->assignVirt2Phys(UnfoldVR, UnfoldPR); in OptimizeByUnfold()
/external/llvm/docs/
DCodeGenerator.rst1324 physical one, use ``VirtRegMap::assignVirt2Phys(vreg, preg)``. In order to map