| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 206 const CallArgList &args); 211 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args, 230 const CallArgList &args); 245 const CallArgList &args); 251 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args, 257 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args, 264 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
|
| H A D | CGGPUBuiltin.cpp | 71 packArgsIntoNVPTXFormatBuffer(CodeGenFunction *CGF, const CallArgList &Args) { in packArgsIntoNVPTXFormatBuffer() 106 bool containsNonScalarVarargs(CodeGenFunction *CGF, const CallArgList &Args) { in containsNonScalarVarargs() 122 CallArgList Args; in EmitDevicePrintfCallExpr() 166 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGObjCRuntime.h | 169 const CallArgList &CallArgs, 179 Selector Sel, llvm::Value *Receiver, const CallArgList &Args, 193 const CallArgList &CallArgs, const ObjCMethodDecl *Method = nullptr) = 0; 324 CallArgList &callArgs); 340 const CallArgList &callArgs);
|
| H A D | CGExprCXX.cpp | 39 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall() 88 QualType ImplicitParamTy, const CallExpr *CE, CallArgList *RtlArgs, in EmitCXXMemberOrOperatorCall() 91 CallArgList Args; in EmitCXXMemberOrOperatorCall() 119 CallArgList Args; in EmitCXXDestructorCall() 265 CallArgList RtlArgStorage; in EmitCXXMemberOrOperatorMemberCallExpr() 266 CallArgList *RtlArgs = nullptr; in EmitCXXMemberOrOperatorMemberCallExpr() 297 CallArgList Args; in EmitCXXMemberOrOperatorMemberCallExpr() 477 CallArgList Args; in EmitCXXMemberPointerCallExpr() 1339 const CallArgList &Args) { in EmitNewDeleteCall() 1365 CallArgList Args; in EmitBuiltinNewDeleteCall() [all …]
|
| H A D | CGCall.h | 274 class CallArgList : public SmallVector<CallArg, 8> { 276 CallArgList() = default; 314 void addFrom(const CallArgList &other) { in addFrom()
|
| H A D | TargetInfo.h | 39 class CallArgList; variable 102 const CallArgList &Args, in checkFunctionCallABI() 287 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
|
| H A D | CGObjCRuntime.cpp | 361 CallArgList &callArgs) { in getMessageSendInfo() 430 const CallArgList &callArgs) { in destroyCalleeDestroyedArguments() 431 CallArgList::const_iterator I = callArgs.begin(); in destroyCalleeDestroyedArguments()
|
| H A D | CGObjC.cpp | 85 CallArgList Args; in EmitObjCBoxedExpr() 203 CallArgList Args; in EmitObjCCollectionLiteral() 379 const CallArgList &Args, Selector Sel, const ObjCMethodDecl *method, in tryGenerateSpecializedMessageSend() 440 Selector Sel, llvm::Value *Receiver, const CallArgList &Args, in GeneratePossiblySpecializedMessageSend() 663 CallArgList Args; in EmitObjCMessageExpr() 735 CallArgList args; in Emit() 828 CallArgList args; in emitStructGetterCall() 1093 CallArgList args; in emitCPPObjectAtomicGetterCall() 1248 CallArgList args; in generateObjCGetterBody() 1364 CallArgList args; in emitStructSetterCall() [all …]
|
| H A D | CGClass.cpp | 2135 CallArgList Args; in EmitCXXConstructorCall() 2182 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs() 2206 bool Delegating, Address This, CallArgList &Args, in EmitCXXConstructorCall() 2279 CallArgList Args; in EmitInheritedCXXConstructorCall() 2327 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() 2404 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall() 2432 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall() 2984 const CXXMethodDecl *callOperator, CallArgList &callArgs, in EmitForwardingCallToLambda() 3040 CallArgList CallArgs; in EmitLambdaBlockInvokeBody() 3067 CallArgList CallArgs; in EmitLambdaStaticInvokeBody() [all …]
|
| H A D | CGCall.cpp | 451 const CallArgList &args) { in getArgTypesForCall() 485 const CallArgList &args, const CXXConstructorDecl *D, CXXCtorType CtorKind, in arrangeCXXConstructorCall() 603 const CallArgList &args) { in arrangeUnprototypedObjCMessageSend() 658 const CallArgList &args, const FunctionType *fnType, in arrangeFreeFunctionLikeCall() 700 const CallArgList &args, const FunctionType *fnType, bool chainCall) { in arrangeFreeFunctionCall() 708 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() 729 const CallArgList &args) { in arrangeBuiltinFunctionCall() 771 const CallArgList &args, const FunctionProtoType *proto, in arrangeCXXMethodCall() 795 const CallArgList &args) { in arrangeCall() 4235 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg() [all …]
|
| H A D | CGCXXABI.h | 434 bool Delegating, CallArgList &Args); 496 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
|
| H A D | CodeGenFunction.h | 1873 CallArgList OldCXXInheritedCtorInitExprArgs; 2078 CallArgList CXXInheritedCtorInitExprArgs; 2387 CallArgList &CallArgs, 2393 CallArgList &CallArgs); 3175 CallArgList &Args); 3191 Address This, CallArgList &Args, 4414 LValue EmitHLSLOutArgExpr(const HLSLOutArgExpr *E, CallArgList &Args, 4507 ReturnValueSlot ReturnValue, const CallArgList &Args, 4512 ReturnValueSlot ReturnValue, const CallArgList &Args, 4658 CallArgList *RtlArgs, llvm::CallBase **CallOrInvoke); [all …]
|
| H A D | TargetInfo.cpp | 89 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
|
| H A D | CGObjCMac.cpp | 1034 const CallArgList &CallArgs, 1275 const CallArgList &CallArgs, 1283 const CallArgList &CallArgs, const ObjCMethodDecl *Method) override; 1429 bool IsSuper, const CallArgList &CallArgs, const ObjCMethodDecl *Method); 1557 const CallArgList &CallArgs, 1565 const CallArgList &CallArgs, const ObjCMethodDecl *Method) override; 1680 const CallArgList &CallArgs, const ObjCMethodDecl *Method) { in complete() 1986 const CodeGen::CallArgList &CallArgs, const ObjCMethodDecl *Method) { in GenerateMessageSendSuper() 2041 Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, in GenerateMessageSend() 2051 const CallArgList &CallArgs, const ObjCMethodDecl *Method, in EmitMessageSend() [all …]
|
| H A D | CGCXXABI.cpp | 346 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| H A D | CGAtomic.cpp | 317 CallArgList &args) { in emitAtomicLibcall() 1079 CallArgList Args; in EmitAtomicExpr() 1507 CallArgList Args; in EmitAtomicLoadLibcall() 1706 CallArgList Args; in EmitAtomicCompareExchangeLibcall() 2016 CallArgList args; in EmitAtomicStore()
|
| H A D | CGObjCGNU.cpp | 571 llvm::Value *Receiver, const CallArgList &CallArgs, 579 bool IsClassMessage, const CallArgList &CallArgs, 2256 CallArgList Args; in GenerateDirectMethodPrologue() 2739 const CallArgList &CallArgs, in GenerateMessageSendSuper() 2753 CallArgList ActualArgs; in GenerateMessageSendSuper() 2850 const CallArgList &CallArgs, in GenerateMessageSend() 2887 CallArgList ActualArgs; in GenerateMessageSend()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.h | 41 class CallArgList; variable 170 const CallArgList &args, const clang::CXXConstructorDecl *d, 174 arrangeCXXMethodCall(const CallArgList &args, 188 const CIRGenFunctionInfo &arrangeFreeFunctionCall(const CallArgList &args,
|
| H A D | CIRGenCXXExpr.cpp | 34 CallArgList &args, CallArgList *rtlArgs) { in commonBuildCXXMemberOrOperatorCall() 98 CallArgList rtlArgStorage; in emitCXXMemberOrOperatorMemberCallExpr() 99 CallArgList *rtlArgs = nullptr; in emitCXXMemberOrOperatorMemberCallExpr() 179 QualType implicitParamTy, const CallExpr *ce, CallArgList *rtlArgs) { in emitCXXMemberOrOperatorCall() 181 CallArgList args; in emitCXXMemberOrOperatorCall() 254 const CallArgList &args) { in emitNewDeleteCall() 293 CallArgList allocatorArgs; in emitCXXNewExpr()
|
| H A D | CIRGenCall.cpp | 237 void CIRGenFunction::emitDelegateCallArg(CallArgList &args, in emitDelegateCallArg() 279 const CallArgList &args, in arrangeFreeFunctionLikeCall() 310 const CallArgList &args, const CXXConstructorDecl *d, CXXCtorType ctorKind, in arrangeCXXConstructorCall() 348 const CallArgList &args, const FunctionProtoType *proto, in arrangeCXXMethodCall() 367 CIRGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() 483 const CallArgList &args, in emitCall() 647 void CIRGenFunction::emitCallArg(CallArgList &args, const clang::Expr *e, in emitCallArg() 704 CallArgList &args, PrototypeWrapper prototype, in emitCallArgs()
|
| H A D | CIRGenCall.h | 161 class CallArgList : public llvm::SmallVector<CallArg, 8> { 172 void addFrom(const CallArgList &other) { in addFrom()
|
| H A D | CIRGenClass.cpp | 317 CallArgList delegateArgs; in emitDelegateCXXConstructorCall() 447 CallArgList args; in emitCXXConstructorCall() 475 bool delegating, Address thisAddr, CallArgList &args, SourceLocation loc) { in emitCXXConstructorCall()
|
| H A D | CIRGenFunction.h | 790 const CallArgList &args, cir::CIRCallOpInterface *callOp, 794 const CallArgList &args, 803 void emitCallArg(CallArgList &args, const clang::Expr *e, 806 CallArgList &args, PrototypeWrapper prototype, 848 CallArgList &args, clang::SourceLocation loc); 860 const clang::CallExpr *ce, CallArgList *rtlArgs); 955 void emitDelegateCallArg(CallArgList &args, const clang::VarDecl *param,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | VE.cpp | 61 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
|
| H A D | AArch64.cpp | 180 const FunctionDecl *Callee, const CallArgList &Args, 197 const CallArgList &Args, 1283 const FunctionDecl *Callee, const CallArgList &Args, in checkFunctionCallABISoftFloat() 1303 const CallArgList &Args, in checkFunctionCallABI()
|