Home
last modified time | relevance | path

Searched refs:MaxCost (Results 1 – 6 of 6) 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/swiftshader/third_party/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/Transforms/Scalar/
DConstantHoisting.cpp346 int MaxCost = -1; in maximizeConstantsInRange() local
375 if (Cost > MaxCost) { in maximizeConstantsInRange()
376 MaxCost = Cost; in maximizeConstantsInRange()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp462 EvictionCost MaxCost(1); in tryAssign() local
463 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign()
522 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument
568 if (!(Cost < MaxCost)) in canEvictInterference()
575 MaxCost = Cost; in canEvictInterference()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp636 EvictionCost MaxCost; in tryAssign() local
637 MaxCost.setBrokenHints(1); in tryAssign()
638 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign()
726 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument
784 if (!(Cost < MaxCost)) in canEvictInterference()
794 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
800 MaxCost = Cost; in canEvictInterference()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1705 unsigned MaxCost = in SpeculativelyExecuteBB() local
1707 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()