Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVectorBuilder.cpp64 auto VLenPosOpt = VPIntrinsic::getVectorLengthParamPos(VPID); in createVectorInstruction()
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
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h493 static std::optional<unsigned> getVectorLengthParamPos(
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7703 auto EVLParamPos = VPIntrinsic::getVectorLengthParamPos(IID); in visitVectorPredicationIntrinsic()