Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVectorBuilder.cpp64 auto VLenPosOpt = VPIntrinsic::getVectorLengthParamPos(VPID); in createVectorInstruction()
H A DIntrinsicInst.cpp360 if (auto EVLPos = getVectorLengthParamPos(getIntrinsicID())) in getVectorLengthParam()
366 auto EVLPos = getVectorLengthParamPos(getIntrinsicID()); in setVectorLengthParam()
383 VPIntrinsic::getVectorLengthParamPos(Intrinsic::ID IntrinsicID) { in getVectorLengthParamPos() function in VPIntrinsic
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp244 VPIntrinsic::getVectorLengthParamPos(F.getIntrinsicID()); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h405 static Optional<unsigned> getVectorLengthParamPos(Intrinsic::ID IntrinsicID);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7604 auto EVLParamPos = VPIntrinsic::getVectorLengthParamPos(IID); in visitVectorPredicationIntrinsic()