Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp667 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getDeclarationForParams()
814 unsigned VPReductionIntrinsic::getVectorParamPos() const { in getVectorParamPos() function in VPReductionIntrinsic
815 return *VPReductionIntrinsic::getVectorParamPos(getIntrinsicID()); in getVectorParamPos()
823 VPReductionIntrinsic::getVectorParamPos(Intrinsic::ID ID) { in getVectorParamPos() function in VPReductionIntrinsic
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h648 unsigned getVectorParamPos() const;
651 static std::optional<unsigned> getVectorParamPos(Intrinsic::ID ID);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp421 Value *RedOp = VPI.getOperand(VPI.getVectorParamPos()); in expandPredicationInReduction()