Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp237 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInBinaryOperator()
316 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInReduction()
403 assert(VPI.canIgnoreVectorLengthParam()); in expandPredicationInMemoryIntrinsic()
468 if (VPI.canIgnoreVectorLengthParam()) in discardEVLParameter()
500 if (VPI.canIgnoreVectorLengthParam()) in foldEVLIntoMask()
520 assert(VPI.canIgnoreVectorLengthParam() && in foldEVLIntoMask()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp221 ASSERT_EQ(*ExpectedIt, VPI->canIgnoreVectorLengthParam()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp480 bool VPIntrinsic::canIgnoreVectorLengthParam() const { in canIgnoreVectorLengthParam() function in VPIntrinsic
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h422 bool canIgnoreVectorLengthParam() const;