Searched refs:BestCost (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | commute-movcc.ll | 32 %BestCost.011 = phi i32 [ -1, %entry ], [ %BestCost.1, %if.end8 ] 42 %cmp3 = icmp ult i32 %mul, %BestCost.011 44 %mul.BestCost.0 = select i1 %cmp3, i32 %mul, i32 %BestCost.011 48 %cmp5 = icmp ugt i32 %mul, %BestCost.011 50 %BestCost.0.mul = select i1 %cmp5, i32 %BestCost.011, i32 %mul 55 %BestCost.1 = phi i32 [ %mul.BestCost.0, %if.then ], [ %BestCost.0.mul, %if.else ]
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 356 BlockFrequency &BestCost, 805 EvictionCost BestCost; in tryEvict() local 806 BestCost.setMax(); in tryEvict() 813 BestCost.BrokenHints = 0; in tryEvict() 814 BestCost.MaxWeight = VirtReg.weight; in tryEvict() 847 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost)) in tryEvict() 1293 BlockFrequency BestCost; in tryRegionSplit() local 1300 BestCost = BlockFrequency::getMaxFrequency(); in tryRegionSplit() 1304 BestCost = calcSpillCost(); in tryRegionSplit() 1306 MBFI->printBlockFreq(dbgs(), BestCost) << '\n'); in tryRegionSplit() [all …]
|
D | RegAllocFast.cpp | 550 unsigned BestReg = 0, BestCost = spillImpossible; in allocVirtReg() local 555 DEBUG(dbgs() << "\tBestCost: " << BestCost << "\n"); in allocVirtReg() 561 if (Cost < BestCost) in allocVirtReg() 562 BestReg = *I, BestCost = Cost; in allocVirtReg()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 606 signed BestCost = SUSchedulingCost(*Best); in pop() local 610 if (SUSchedulingCost(*I) > BestCost) { in pop() 611 BestCost = SUSchedulingCost(*I); in pop()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 128 BestCost}; enumerator
|
D | HexagonMachineScheduler.cpp | 567 FoundCandidate = BestCost; in pickNodeFromQueue()
|