Home
last modified time | relevance | path

Searched defs:ArgInfo (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h42 struct ArgInfo { struct
46 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo() argument
54 friend hash_code hash_value(const ArgInfo &A) { in hash_value() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHexagon.cpp26 struct ArgInfo { in CheckHexagonBuiltinArgument() struct
27 uint8_t OpNum; in CheckHexagonBuiltinArgument()
28 bool IsSigned; in CheckHexagonBuiltinArgument()
29 uint8_t BitWidth; in CheckHexagonBuiltinArgument()
30 uint8_t Align; in CheckHexagonBuiltinArgument()
H A DSemaDeclObjC.cpp4729 ObjCArgInfo &ArgInfo, in ActOnMethodParmDeclaration()
4788 ParmVarDecl **ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, in ActOnMethodDeclaration()
H A DSemaExpr.cpp2257 TemplateArgumentLocInfo ArgInfo(Lit); in ActOnStringLiteral() local
2277 TemplateArgumentLocInfo ArgInfo; in ActOnStringLiteral() local
3812 TemplateArgumentLocInfo ArgInfo; in ActOnNumericConstant() local
H A DSemaTemplateInstantiateDecl.cpp6345 if (const ASTTemplateArgumentListInfo *ArgInfo = in InstantiateVariableDefinition() local
H A DSemaTemplate.cpp6327 bool Sema::CheckTemplateArgument(TypeSourceInfo *ArgInfo) { in CheckTemplateArgument()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h63 struct ArgInfo : public BaseArgInfo { struct
82 ArgInfo(ArrayRef<Register> Regs, Type *Ty, unsigned OrigIndex, argument
85 : BaseArgInfo(Ty, Flags, IsFixed), Regs(Regs), OrigValue(OrigValue), in BaseArgInfo() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h607 struct ArgInfo { struct
612 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp354 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
359 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
365 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
378 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
423 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
429 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
435 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
445 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp236 ABIArgInfo ArgInfo = in classifyArgumentType() local
324 ABIArgInfo ArgInfo = in classifyReturnType() local
H A DCSKY.cpp55 for (auto &ArgInfo : FI.arguments()) { in computeInfo() local
H A DLoongArch.cpp93 for (auto &ArgInfo : FI.arguments()) { in computeInfo() local
H A DRISCV.cpp167 for (auto &ArgInfo : FI.arguments()) { in computeInfo() local
H A DAMDGPU.cpp287 ABIArgInfo ArgInfo = DefaultABIInfo::classifyArgumentType(Ty); in classifyArgumentType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h195 void setFuncArgInfo(const Function &F, const AMDGPUFunctionArgInfo &ArgInfo) { in setFuncArgInfo()
H A DSIMachineFunctionInfo.cpp651 convertArgumentInfo(const AMDGPUFunctionArgInfo &ArgInfo, in convertArgumentInfo()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h573 typedef CGFunctionInfoArgInfo ArgInfo; typedef
667 size_t numTrailingObjects(OverloadToken<ArgInfo>) const { in numTrailingObjects()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp120 const ASTTemplateKWAndArgsInfo &ArgInfo, const TemplateArgumentLoc *Args) { in AddTemplateKWAndArgsInfo()
2022 const ASTTemplateKWAndArgsInfo &ArgInfo = in VisitCXXDependentScopeMemberExpr() local
2055 const ASTTemplateKWAndArgsInfo &ArgInfo = in VisitDependentScopeDeclRefExpr() local
2090 const ASTTemplateKWAndArgsInfo &ArgInfo = in VisitOverloadExpr() local
H A DASTReaderStmt.cpp131 TemplateArgumentListInfo ArgInfo; in ReadTemplateKWAndArgsInfo() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1233 SemaObjC::ObjCArgInfo ArgInfo; in ParseObjCMethodDecl() local
1332 for (auto &ArgInfo : ArgInfos) { in ParseObjCMethodDecl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1533 SmallVector<IRArgs, 8> ArgInfo; member in __anonf4c048640511::ClangToLLVMArgMapping
1760 const ABIArgInfo &ArgInfo = it->info; in GetFunctionType() local
5312 const ABIArgInfo &ArgInfo = info_it->info; in EmitCall() local
H A DCGDecl.cpp2703 ABIArgInfo ArgInfo = CurFnInfo->arguments()[ArgNo - 1].info; in EmitParmDecl() local
H A DCGBuiltin.cpp798 [&](CGFunctionInfoArgInfo const &ArgInfo) { in HasNoIndirectArgumentsOrResults()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1199 BeforeInfo *ArgInfo = getBeforeInfoForDecl(ArgVd, Analyzer); in insertAttrExprs() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp6307 TemplateArgManglingInfo::Info ArgInfo = Info.getArgInfo(Index, A); in mangleTemplateArg() local

12