Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp621 unsigned BestPhys = 0; in tryEvict() local
648 BestPhys = PhysReg; in tryEvict()
655 if (!BestPhys) in tryEvict()
658 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict()
659 return BestPhys; in tryEvict()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp867 unsigned BestPhys = 0; in tryEvict() local
910 BestPhys = PhysReg; in tryEvict()
917 if (!BestPhys) in tryEvict()
920 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict()
921 return BestPhys; in tryEvict()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1104 unsigned BestPhys = 0; in tryEvict() local
1149 BestPhys = PhysReg; in tryEvict()
1156 if (!BestPhys) in tryEvict()
1159 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict()
1160 return BestPhys; in tryEvict()