Home
last modified time | relevance | path

Searched defs:NF (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp361 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM()
622 unsigned NF = 0; in parsePrototypeDescriptor() local
922 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes()
981 const std::vector<StringRef> &RequiredFeatures, unsigned NF, in RVVIntrinsic()
1041 bool HasMaskedOffOperand, bool HasVL, unsigned NF, in computeBuiltinTypes()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp61 unsigned NF; member
162 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM()
374 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
397 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
532 unsigned NF = R->getValueAsInt("NF"); in createRVVIntrinsics() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h198 uint16_t NF : 4; member
208 uint16_t NF : 4; member
218 uint16_t NF : 4; member
227 uint16_t NF : 4; member
H A DRISCVRegisterInfo.cpp288 unsigned NF = ZvlssegInfo->first; in lowerVSPILL() local
365 unsigned NF = ZvlssegInfo->first; in lowerVRELOAD() local
H A DRISCVISelDAGToDAG.cpp241 unsigned NF, RISCVII::VLMUL LMUL) { in createTuple()
343 unsigned NF = Node->getNumValues() - 1; in selectVLSEG() local
382 unsigned NF = Node->getNumValues() - 2; // Do not count VL and Chain. in selectVLSEGFF() local
425 unsigned NF = Node->getNumValues() - 1; in selectVLXSEG() local
476 unsigned NF = Node->getNumOperands() - 4; in selectVSSEG() local
508 unsigned NF = Node->getNumOperands() - 5; in selectVSXSEG() local
H A DRISCVISelLowering.cpp8819 unsigned NF = Op->getNumValues() - 1; in LowerINTRINSIC_W_CHAIN() local
8955 unsigned NF = Op->getNumOperands() - 4; in LowerINTRINSIC_VOID() local
/freebsd/bin/pax/
H A Doptions.h62 #define NF 0x00000100 macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp81 Function *NF = in CloneModule() local
H A DSimplifyLibCalls.cpp2069 const APFloat *NF = IsReciprocal ? &BaseR : BaseF; in replacePowWithExp() local
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c215 # define NF 5 in dosplit() macro
/freebsd/lib/libc/regex/grot/
H A Dsplit.c184 # define NF 5 in dosplit() macro
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h266 unsigned NF = 0; variable
401 unsigned NF = 1; variable
549 uint8_t NF; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp172 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deleteDeadVarargs() local
873 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace()); in removeDeadStuffFromFunction() local
H A DArgumentPromotion.cpp160 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(), in doPromotion() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp428 const auto *NF = cast<MCNopsFragment>(this); in dump() local
H A DMCAssembler.cpp635 const MCNopsFragment &NF = cast<MCNopsFragment>(F); in writeFragment() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp278 unsigned NF = Record->getNumFields(); in toRValue() local
/freebsd/contrib/one-true-awk/
H A Dtran.c44 Awkfloat *NF; /* number of fields in current record */ variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp605 uint32_t NF = N->Flags; in common() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2187 #define RVV_VECTOR_TYPE(Name, Id, SingletonId, ElKind, ElBits, NF, IsSigned, \ in getTypeInfoImpl() argument
3940 #define RVV_VECTOR_TYPE_INT(Name, Id, SingletonId, NumEls, ElBits, NF, \ in getBuiltinVectorTypeInfo() argument
3945 #define RVV_VECTOR_TYPE_FLOAT(Name, Id, SingletonId, NumEls, ElBits, NF) \ in getBuiltinVectorTypeInfo() argument
3949 #define RVV_VECTOR_TYPE_BFLOAT(Name, Id, SingletonId, NumEls, ElBits, NF) \ in getBuiltinVectorTypeInfo() argument
3998 #define RVV_VECTOR_TYPE(Name, Id, SingletonId, NumEls, ElBits, NF, IsSigned, \ in getScalableVectorType() argument
H A DType.cpp2478 #define RVV_VECTOR_TYPE(Name, Id, SingletonId, NumEls, ElBits, NF, IsSigned, \ in isRVVVLSBuiltinType() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21134 unsigned NF = 1; in EmitRISCVBuiltinExpr() local