Home
last modified time | relevance | path

Searched defs:NF (Results 1 – 25 of 25) 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 unsigned NF, Policy NewPolicyAttrs, bool HasFRMRoundModeOp) in RVVIntrinsic()
1040 bool HasMaskedOffOperand, bool HasVL, unsigned NF, in computeBuiltinTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h208 uint16_t NF : 4; member
218 uint16_t NF : 4; member
228 uint16_t NF : 4; member
237 uint16_t NF : 4; member
H A DRISCVRegisterInfo.cpp315 unsigned NF = ZvlssegInfo->first; in lowerVSPILL() local
392 unsigned NF = ZvlssegInfo->first; in lowerVRELOAD() local
H A DRISCVISelDAGToDAG.cpp240 unsigned NF, RISCVII::VLMUL LMUL) { in createTuple()
342 unsigned NF = Node->getNumValues() - 1; in selectVLSEG() local
381 unsigned NF = Node->getNumValues() - 2; // Do not count VL and Chain. in selectVLSEGFF() local
424 unsigned NF = Node->getNumValues() - 1; in selectVLXSEG() local
475 unsigned NF = Node->getNumOperands() - 4; in selectVSSEG() local
507 unsigned NF = Node->getNumOperands() - 5; in selectVSXSEG() local
H A DRISCVISelLowering.h1067 unsigned NF; member
H A DRISCVInstrInfo.cpp324 unsigned NF = RISCVRI::getNF(RegClass->TSFlags); in copyPhysRegVector() local
H A DRISCVISelLowering.cpp9495 unsigned NF = Op->getNumValues() - 1; LowerINTRINSIC_W_CHAIN() local
9616 unsigned NF = Op->getNumOperands() - 4; LowerINTRINSIC_VOID() local
22148 allocatePhysReg(unsigned NF,unsigned LMul,unsigned StartReg) allocatePhysReg() argument
[all...]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp61 unsigned NF; member
164 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM()
372 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
395 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
530 unsigned NF = R->getValueAsInt("NF"); in createRVVIntrinsics() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp192 const auto *NF = cast<MCNopsFragment>(this); in dump() local
H A DMCAssembler.cpp728 const MCNopsFragment &NF = cast<MCNopsFragment>(F); in writeFragment() 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.cpp2150 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/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp507 Function *NF = Function::Create(FTy, F.getLinkage(), F.getAddressSpace()); in replaceAllUsesWithNewDeclaration() local
545 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deriveFixedArityReplacement() local
633 Function *NF) { in expandCall()
H A DDeadArgumentElimination.cpp172 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deleteDeadVarargs() local
871 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace()); in removeDeadStuffFromFunction() local
H A DArgumentPromotion.cpp161 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(), in doPromotion() local
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h266 unsigned NF = 0; variable
401 unsigned NF = 1; variable
548 uint8_t NF; member
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp429 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.cpp2220 #define RVV_VECTOR_TYPE(Name, Id, SingletonId, ElKind, ElBits, NF, IsSigned, \ in getTypeInfoImpl() argument
4351 #define RVV_VECTOR_TYPE_INT(Name, Id, SingletonId, NumEls, ElBits, NF, \ in getBuiltinVectorTypeInfo() argument
4356 #define RVV_VECTOR_TYPE_FLOAT(Name, Id, SingletonId, NumEls, ElBits, NF) \ in getBuiltinVectorTypeInfo() argument
4360 #define RVV_VECTOR_TYPE_BFLOAT(Name, Id, SingletonId, NumEls, ElBits, NF) \ in getBuiltinVectorTypeInfo() argument
4409 #define RVV_VECTOR_TYPE(Name, Id, SingletonId, NumEls, ElBits, NF, IsSigned, \ in getScalableVectorType() argument
H A DType.cpp2561 #define RVV_VECTOR_TYPE(Name, Id, SingletonId, NumEls, ElBits, NF, IsSigned, \ in isRVVVLSBuiltinType() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21888 unsigned NF = 1; in EmitRISCVBuiltinExpr() local