Searched refs:BestReg (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocFast.cpp | 515 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()
|
D | LiveIntervalAnalysis.cpp | 2067 unsigned BestReg = Reg; in getRepresentativeReg() local 2071 BestReg = SuperReg; in getRepresentativeReg() 2075 return BestReg; in getRepresentativeReg()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 566 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()
|