Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp240 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInBinaryOperator()
319 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInReduction()
406 assert(VPI.canIgnoreVectorLengthParam()); in expandPredicationInMemoryIntrinsic()
470 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInComparison()
489 if (VPI.canIgnoreVectorLengthParam()) in discardEVLParameter()
521 if (VPI.canIgnoreVectorLengthParam()) in foldEVLIntoMask()
541 assert(VPI.canIgnoreVectorLengthParam() && in foldEVLIntoMask()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp540 bool VPIntrinsic::canIgnoreVectorLengthParam() const { in canIgnoreVectorLengthParam() function in VPIntrinsic
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h511 bool canIgnoreVectorLengthParam() const;