Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp78 auto VLenPosOpt = VPIntrinsic::getVectorLengthParamPos(VPID); in createVectorInstructionImpl()
H A DIntrinsicInst.cpp416 if (auto EVLPos = getVectorLengthParamPos(getIntrinsicID())) in getVectorLengthParam()
422 auto EVLPos = getVectorLengthParamPos(getIntrinsicID()); in setVectorLengthParam()
440 VPIntrinsic::getVectorLengthParamPos(Intrinsic::ID IntrinsicID) { in getVectorLengthParamPos() function in VPIntrinsic
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h566 static std::optional<unsigned> getVectorLengthParamPos(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8510 auto EVLParamPos = VPIntrinsic::getVectorLengthParamPos(IID); in visitVectorPredicationIntrinsic()