Searched refs:BestCand (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 378 unsigned doRegionSplit(LiveInterval &VirtReg, unsigned BestCand, 1372 unsigned BestCand = in tryRegionSplit() local 1377 if (!HasCompact && BestCand == NoCand) in tryRegionSplit() 1380 return doRegionSplit(VirtReg, BestCand, HasCompact, NewVRegs); in tryRegionSplit() 1388 unsigned BestCand = NoCand; in calculateRegionSplitCost() local 1400 if (i == BestCand || !GlobalCand[i].PhysReg) in calculateRegionSplitCost() 1410 if (BestCand == NumCands) in calculateRegionSplitCost() 1411 BestCand = Worst; in calculateRegionSplitCost() 1429 if (BestCand == NoCand) in calculateRegionSplitCost() 1433 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in calculateRegionSplitCost() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 495 unsigned doRegionSplit(LiveInterval &VirtReg, unsigned BestCand, 1815 unsigned BestCand = in tryRegionSplit() local 1823 if (HasCompact && (BestCost > SpillCost) && (BestCand != NoCand) && in tryRegionSplit() 1829 if (!HasCompact && BestCand == NoCand) in tryRegionSplit() 1832 return doRegionSplit(VirtReg, BestCand, HasCompact, NewVRegs); in tryRegionSplit() 1840 unsigned BestCand = NoCand; in calculateRegionSplitCost() local 1852 if (i == BestCand || !GlobalCand[i].PhysReg) in calculateRegionSplitCost() 1862 if (BestCand == NumCands) in calculateRegionSplitCost() 1863 BestCand = Worst; in calculateRegionSplitCost() 1881 if (BestCand == NoCand) in calculateRegionSplitCost() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1088 unsigned BestCand = NoCand; in tryRegionSplit() local 1113 if (i == BestCand || !GlobalCand[i].PhysReg) in tryRegionSplit() 1137 if (BestCand == NoCand) in tryRegionSplit() 1141 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in tryRegionSplit() 1164 BestCand = NumCands; in tryRegionSplit() 1171 if (!HasCompact && BestCand == NoCand) in tryRegionSplit() 1182 if (BestCand != NoCand) { in tryRegionSplit() 1183 GlobalSplitCandidate &Cand = GlobalCand[BestCand]; in tryRegionSplit() 1184 if (unsigned B = Cand.getBundles(BundleCand, BestCand)) { in tryRegionSplit() 1185 UsedCands.push_back(BestCand); in tryRegionSplit()
|