Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h133 std::optional<unsigned> getParamIndexForOptionalMask() const { in getParamIndexForOptionalMask() function
144 bool isMasked() const { return getParamIndexForOptionalMask().has_value(); } in isMasked()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp79 if (auto OptMaskpos = Info.getParamIndexForOptionalMask()) { in replaceWithTLIFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5917 FuncInfo.getParamIndexForOptionalMask(), Cost); in setVectorizedCallDecision()