Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp121 static bool maySpeculateLanes(VPIntrinsic &VPI) { in maySpeculateLanes() function
255 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInBinaryOperator()
320 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationToFPCall()
417 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInReduction()
636 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInComparison()
789 if (maySpeculateLanes(VPI)) { in sanitizeStrategy()