Lines Matching refs:NF
789 RVVType::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() argument
792 if ((Log2LMUL >= 1) && (1 << Log2LMUL) * NF > 8) in computeTypes()
854 const std::vector<StringRef> &RequiredFeatures, unsigned NF) in RVVIntrinsic() argument
858 NF(NF) { in RVVIntrinsic()
887 I += NF; in RVVIntrinsic()
915 bool HasVL, unsigned NF) { in computeBuiltinTypes() argument
921 if (NF == 1) { in computeBuiltinTypes()
930 for (unsigned I = 0; I < NF; ++I) in computeBuiltinTypes()
931 NewPrototype.insert(NewPrototype.begin() + NF + 1, MaskoffType); in computeBuiltinTypes()
934 if (HasMaskedOffOperand && NF > 1) { in computeBuiltinTypes()
940 NewPrototype.insert(NewPrototype.begin() + NF + 1, in computeBuiltinTypes()
992 OS << (int)Record.NF << ","; in operator <<()