Home
last modified time | relevance | path

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

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