Searched refs:MaxCost (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 241 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/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 241 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-7.0/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 241 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/ |
D | ConstantHoisting.cpp | 346 int MaxCost = -1; in maximizeConstantsInRange() local 375 if (Cost > MaxCost) { in maximizeConstantsInRange() 376 MaxCost = Cost; in maximizeConstantsInRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 471 EvictionCost &MaxCost); 777 EvictionCost MaxCost; in tryAssign() local 778 MaxCost.setBrokenHints(1); in tryAssign() 779 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign() 869 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument 927 if (!(Cost < MaxCost)) in canEvictInterference() 937 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference() 943 MaxCost = Cost; in canEvictInterference() 960 EvictionCost &MaxCost) { in canEvictInterferenceInRange() argument 987 if (!(Cost < MaxCost)) in canEvictInterferenceInRange() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 462 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 504 int MaxCost = -1; in maximizeConstantsInRange() local 534 if (Cost > MaxCost) { in maximizeConstantsInRange() 535 MaxCost = Cost; in maximizeConstantsInRange()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 636 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/ |
D | SimplifyCFG.cpp | 1705 unsigned MaxCost = in SpeculativelyExecuteBB() local 1707 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2037 unsigned MaxCost = in SpeculativelyExecuteBB() local 2039 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()
|