/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 361 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM() argument 622 unsigned NF = 0; parsePrototypeDescriptor() local 922 computeTypes(BasicType BT,int Log2LMUL,unsigned NF,ArrayRef<PrototypeDescriptor> Prototype) computeTypes() argument 981 RVVIntrinsic(StringRef NewName,StringRef Suffix,StringRef NewOverloadedName,StringRef OverloadedSuffix,StringRef IRName,bool IsMasked,bool HasMaskedOffOperand,bool HasVL,PolicyScheme Scheme,bool SupportOverloading,bool HasBuiltinAlias,StringRef ManualCodegen,const RVVTypes & OutInTypes,const std::vector<int64_t> & NewIntrinsicTypes,const std::vector<StringRef> & RequiredFeatures,unsigned NF,Policy NewPolicyAttrs,bool HasFRMRoundModeOp) RVVIntrinsic() argument 1041 computeBuiltinTypes(llvm::ArrayRef<PrototypeDescriptor> Prototype,bool IsMasked,bool HasMaskedOffOperand,bool HasVL,unsigned NF,PolicyScheme DefaultScheme,Policy PolicyAttrs,bool IsTuple) computeBuiltinTypes() argument [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 208 uint16_t NF : 4; global() member 218 uint16_t NF : 4; global() member 228 uint16_t NF : 4; global() member 237 uint16_t NF : 4; global() member
|
H A D | RISCVRegisterInfo.cpp | 315 unsigned NF = ZvlssegInfo->first; lowerVSPILL() local 392 unsigned NF = ZvlssegInfo->first; lowerVRELOAD() local [all...] |
H A D | RISCVISelDAGToDAG.cpp | 240 createTuple(SelectionDAG & CurDAG,ArrayRef<SDValue> Regs,unsigned NF,RISCVII::VLMUL LMUL) createTuple() argument 342 unsigned NF = Node->getNumValues() - 1; selectVLSEG() local 381 unsigned NF = Node->getNumValues() - 2; // Do not count VL and Chain. selectVLSEGFF() local 424 unsigned NF = Node->getNumValues() - 1; selectVLXSEG() local 475 unsigned NF = Node->getNumOperands() - 4; selectVSSEG() local 507 unsigned NF = Node->getNumOperands() - 5; selectVSXSEG() local [all...] |
H A D | RISCVISelLowering.h | 1065 unsigned NF; global() member
|
H A D | RISCVInstrInfo.cpp | 324 unsigned NF = RISCVRI::getNF(RegClass->TSFlags); copyPhysRegVector() local
|
H A D | RISCVISelLowering.cpp | 9487 unsigned NF = Op->getNumValues() - 1; LowerINTRINSIC_W_CHAIN() local 9608 unsigned NF = Op->getNumOperands() - 4; LowerINTRINSIC_VOID() local 22086 allocatePhysReg(unsigned NF,unsigned LMul,unsigned StartReg) allocatePhysReg() argument [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 164 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM() argument 61 unsigned NF; global() member 372 for (int NF = 2; NF <= 8; ++NF) { createHeader() local 395 for (int NF = 2; NF <= 8; ++NF) { createHeader() local 530 unsigned NF = R->getValueAsInt("NF"); createRVVIntrinsics() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 192 const auto *NF = cast<MCNopsFragment>(this); dump() local
|
H A D | MCAssembler.cpp | 744 const MCNopsFragment &NF = cast<MCNopsFragment>(F); writeFragment() local
|
/llvm-project/libcxxabi/test/ |
H A D | test_demangle.pass.cpp | 30225 const unsigned NF = sizeof(fp_literal_cases) / sizeof(fp_literal_cases[0]); global() variable [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 81 Function *NF = in CloneModule() local
|
H A D | SimplifyLibCalls.cpp | 2121 const APFloat *NF = IsReciprocal ? &BaseR : BaseF; replacePowWithExp() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/ |
H A D | permissions.pass.cpp | 95 const perm_options NF = perm_options::nofollow; in basic_permissions_test() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 507 Function *NF = Function::Create(FTy, F.getLinkage(), F.getAddressSpace()); replaceAllUsesWithNewDeclaration() local 545 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); deriveFixedArityReplacement() local 633 expandCall(Module & M,IRBuilder<> & Builder,CallBase * CB,FunctionType * VarargFunctionType,Function * NF) expandCall() argument [all...] |
H A D | DeadArgumentElimination.cpp | 172 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); deleteDeadVarargs() local 871 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace()); removeDeadStuffFromFunction() local [all...] |
H A D | ArgumentPromotion.cpp | 161 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(), doPromotion() local [all...] |
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 266 unsigned NF = 0; variable 401 unsigned NF = 1; variable 549 uint8_t NF; global() member [all...] |
/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp |
|
/llvm-project/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
H A D | p1.cpp | 329 namespace NF { namespace
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 605 uint32_t NF = N->Flags; common() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 2219 RVV_VECTOR_TYPE(Name,Id,SingletonId,ElKind,ElBits,NF,IsSigned,IsFP,IsBF) getTypeInfoImpl() argument 4063 RVV_VECTOR_TYPE_INT(Name,Id,SingletonId,NumEls,ElBits,NF,IsSigned) getBuiltinVectorTypeInfo() argument 4068 RVV_VECTOR_TYPE_FLOAT(Name,Id,SingletonId,NumEls,ElBits,NF) getBuiltinVectorTypeInfo() argument 4072 RVV_VECTOR_TYPE_BFLOAT(Name,Id,SingletonId,NumEls,ElBits,NF) getBuiltinVectorTypeInfo() argument 4121 RVV_VECTOR_TYPE(Name,Id,SingletonId,NumEls,ElBits,NF,IsSigned,IsFP,IsBF) getScalableVectorType() argument [all...] |
H A D | Type.cpp | 2560 RVV_VECTOR_TYPE(Name,Id,SingletonId,NumEls,ElBits,NF,IsSigned,IsFP,IsBF) isRVVVLSBuiltinType() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 21767 unsigned NF = 1; EmitRISCVBuiltinExpr() local
|