Home
last modified time | relevance | path

Searched refs:BestReg (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocFast.cpp515 unsigned BestReg = 0, BestCost = spillImpossible; in allocVirtReg() local
525 BestReg = *I, BestCost = Cost; in allocVirtReg()
528 if (BestReg) { in allocVirtReg()
529 definePhysReg(MI, BestReg, regFree); in allocVirtReg()
530 return assignVirtToPhysReg(LRE, BestReg); in allocVirtReg()
DLiveIntervalAnalysis.cpp2067 unsigned BestReg = Reg; in getRepresentativeReg() local
2071 BestReg = SuperReg; in getRepresentativeReg()
2075 return BestReg; in getRepresentativeReg()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp566 unsigned BestReg = 0, BestCost = spillImpossible; in allocVirtReg() local
578 BestReg = *I, BestCost = Cost; in allocVirtReg()
581 if (BestReg) { in allocVirtReg()
582 definePhysReg(MI, BestReg, regFree); in allocVirtReg()
585 return assignVirtToPhysReg(VirtReg, BestReg); in allocVirtReg()