Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp653 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getDeclarationForParams()
794 unsigned VPReductionIntrinsic::getVectorParamPos() const { in getVectorParamPos() function in VPReductionIntrinsic
795 return *VPReductionIntrinsic::getVectorParamPos(getIntrinsicID()); in getVectorParamPos()
803 VPReductionIntrinsic::getVectorParamPos(Intrinsic::ID ID) { in getVectorParamPos() function in VPReductionIntrinsic
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h639 unsigned getVectorParamPos() const;
642 static std::optional<unsigned> getVectorParamPos(Intrinsic::ID ID);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp409 Value *RedOp = VPI.getOperand(VPI.getVectorParamPos()); in expandPredicationInReduction()