Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h323 unsigned getNF() const { in getNF() function
437 unsigned getNF() const { return NF; } in getNF() function
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp171 if (RVVI->getNF() >= 2) in emitCodeGenSwitchBody()
172 OS << " NF = " + utostr(RVVI->getNF()) + ";\n"; in emitCodeGenSwitchBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp138 QT = Context.getScalableVectorType(QT, *Type->getScale(), Type->getNF()); in RVVType2Qual()