Home
last modified time | relevance | path

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

/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp241 unsigned MaxCost = ShufTab[0].Cost; in main() local
244 if (ShufTab[i].Cost > MaxCost) in main()
245 MaxCost = ShufTab[i].Cost; in main()
300 if (ShufTab[LHS].Cost + 1 >= MaxCost) in main()
328 if (ShufTab[RHS].Cost + 1 >= MaxCost) in main()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp634 EvictionCost MaxCost; in tryAssign() local
635 MaxCost.setBrokenHints(1); in tryAssign()
636 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign()
724 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument
782 if (!(Cost < MaxCost)) in canEvictInterference()
792 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
798 MaxCost = Cost; in canEvictInterference()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1601 unsigned MaxCost = 2 * PHINodeFoldingThreshold * in SpeculativelyExecuteBB() local
1603 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()