Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h41 struct ArgInfo { struct
45 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo() argument
53 friend hash_code hash_value(const ArgInfo &A) { in hash_value() argument
/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.cpp4734 ActOnMethodDeclaration(Scope * S,SourceLocation MethodLoc,SourceLocation EndLoc,tok::TokenKind MethodType,ObjCDeclSpec & ReturnQT,ParsedType ReturnType,ArrayRef<SourceLocation> SelectorLocs,Selector Sel,ObjCArgInfo * ArgInfo,DeclaratorChunk::ParamInfo * CParamInfo,unsigned CNumArgs,const ParsedAttributesView & AttrList,tok::ObjCKeywordKind MethodDeclKind,bool isVariadic,bool MethodDefinition) ActOnMethodDeclaration() argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp5647 if (const ASTTemplateArgumentListInfo *ArgInfo = InstantiateVariableDefinition() local
H A DSemaExpr.cpp2142 TemplateArgumentLocInfo ArgInfo(Lit); ActOnStringLiteral() local
2162 TemplateArgumentLocInfo ArgInfo; ActOnStringLiteral() local
3756 TemplateArgumentLocInfo ArgInfo; ActOnNumericConstant() local
H A DSemaTemplate.cpp7103 CheckTemplateArgument(TypeSourceInfo * ArgInfo) CheckTemplateArgument() argument
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h62 struct ArgInfo : public BaseArgInfo { struct
81 ArgInfo(ArrayRef<Register> Regs, Type *Ty, unsigned OrigIndex, argument
84 BaseArgInfoArgInfo BaseArgInfo() argument
[all...]
/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h600 struct ArgInfo { global() struct
605 ArgInfoArgInfo ArgInfo() argument
/llvm-project/flang/lib/Optimizer/Transforms/
H A DLoopVersioning.cpp85 struct ArgInfo { struct
86 arg__anon31e2cc1e0111::ArgInfo global() argument
87 size__anon31e2cc1e0111::ArgInfo global() argument
88 rank__anon31e2cc1e0111::ArgInfo global() argument
89 dims__anon31e2cc1e0111::ArgInfo global() argument
/llvm-project/llvm/lib/IR/
H A DFunction.cpp1240 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1245 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1251 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1257 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1263 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1293 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1299 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1305 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
1315 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); DecodeIITType() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp218 ABIArgInfo ArgInfo = classifyArgumentType() local
306 ABIArgInfo ArgInfo = 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.cpp96 for (auto &ArgInfo : FI.arguments()) { computeInfo() local
H A DAMDGPU.cpp278 ABIArgInfo ArgInfo = DefaultABIInfo::classifyArgumentType(Ty); classifyArgumentType() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h190 setFuncArgInfo(const Function & F,const AMDGPUFunctionArgInfo & ArgInfo) setFuncArgInfo() argument
H A DSIMachineFunctionInfo.cpp621 convertArgumentInfo(const AMDGPUFunctionArgInfo & ArgInfo,const TargetRegisterInfo & TRI) convertArgumentInfo() argument
[all...]
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h555 typedef CGFunctionInfoArgInfo ArgInfo; global() typedef
649 numTrailingObjects(OverloadToken<ArgInfo>) numTrailingObjects() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp120 AddTemplateKWAndArgsInfo(const ASTTemplateKWAndArgsInfo & ArgInfo,const TemplateArgumentLoc * Args) AddTemplateKWAndArgsInfo() argument
1999 const ASTTemplateKWAndArgsInfo &ArgInfo = VisitCXXDependentScopeMemberExpr() local
2032 const ASTTemplateKWAndArgsInfo &ArgInfo = VisitDependentScopeDeclRefExpr() local
2067 const ASTTemplateKWAndArgsInfo &ArgInfo = VisitOverloadExpr() local
[all...]
H A DASTReaderStmt.cpp135 TemplateArgumentListInfo ArgInfo; ReadTemplateKWAndArgsInfo() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1462 SmallVector<IRArgs, 8> ArgInfo; global() member in __anon17c84c370511::ClangToLLVMArgMapping
1692 const ABIArgInfo &ArgInfo = it->info; GetFunctionType() local
5132 const ABIArgInfo &ArgInfo = info_it->info; EmitCall() local
[all...]
H A DCGDecl.cpp2610 ABIArgInfo ArgInfo = CurFnInfo->arguments()[ArgNo - 1].info; EmitParmDecl() local
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1463 SemaObjC::ObjCArgInfo ArgInfo; ParseObjCMethodDecl() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1118 BeforeInfo *ArgInfo = getBeforeInfoForDecl(ArgVd, Analyzer); insertAttrExprs() local
/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp6026 TemplateArgManglingInfo::Info ArgInfo = Info.getArgInfo(Index, A); mangleTemplateArg() local

12