Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp198 if (RVVI->hasMaskedOffOperand() && RVVI->getPolicyAttrs().isTAMAPolicy()) in emitCodeGenSwitchBody()
202 if (!RVVI->hasMaskedOffOperand() && RVVI->hasPassthruOperand() && in emitCodeGenSwitchBody()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h418 bool hasMaskedOffOperand() const { return HasMaskedOffOperand; } in hasMaskedOffOperand() function
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1009 if ((IsMasked && hasMaskedOffOperand()) || in RVVIntrinsic()