Home
last modified time | relevance | path

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

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