Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp220 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in __anon97cedd6b0111::RAGreedy
396 GlobalCand.clear(); in releaseMemory()
969 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion()
978 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion()
1006 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()
1018 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion()
1026 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion()
1093 bool HasCompact = calcCompactRegion(GlobalCand.front()); in tryRegionSplit()
1113 if (i == BestCand || !GlobalCand[i].PhysReg) in tryRegionSplit()
1115 unsigned Count = GlobalCand[i].LiveBundles.count(); in tryRegionSplit()
[all …]
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp299 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in __anon4e4d313f0111::RAGreedy
533 GlobalCand.clear(); in releaseMemory()
1237 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion()
1246 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion()
1274 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()
1286 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion()
1294 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion()
1359 bool HasCompact = calcCompactRegion(GlobalCand.front()); in tryRegionSplit()
1400 if (i == BestCand || !GlobalCand[i].PhysReg) in calculateRegionSplitCost()
1402 unsigned Count = GlobalCand[i].LiveBundles.count(); in calculateRegionSplitCost()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp393 SmallVector<GlobalSplitCandidate, 32> GlobalCand; member in __anondab441770111::RAGreedy
675 GlobalCand.clear(); in releaseMemory()
1665 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion()
1674 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion()
1702 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()
1714 GlobalSplitCandidate &Cand = GlobalCand[CandIn]; in splitAroundRegion()
1722 GlobalSplitCandidate &Cand = GlobalCand[CandOut]; in splitAroundRegion()
1801 bool HasCompact = calcCompactRegion(GlobalCand.front()); in tryRegionSplit()
1852 if (i == BestCand || !GlobalCand[i].PhysReg) in calculateRegionSplitCost()
1854 unsigned Count = GlobalCand[i].LiveBundles.count(); in calculateRegionSplitCost()
[all …]