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

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

Completed in 185 milliseconds