| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 193 const CallArgList &args); 198 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args, 217 const CallArgList &args); 225 const CallArgList &args); 231 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args, 237 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args, 244 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
|
| H A D | CGObjCRuntime.h | 173 const CallArgList &CallArgs, 187 const CallArgList& Args, 207 const CallArgList &CallArgs, 340 CallArgList &callArgs); 357 const CallArgList &callArgs);
|
| H A D | CGGPUBuiltin.cpp | 94 packArgsIntoNVPTXFormatBuffer(CodeGenFunction *CGF, const CallArgList &Args) { in packArgsIntoNVPTXFormatBuffer() 128 bool containsNonScalarVarargs(CodeGenFunction *CGF, CallArgList Args) { in containsNonScalarVarargs() 143 CallArgList Args; in EmitDevicePrintfCallExpr() 185 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | TargetInfo.h | 38 class CallArgList; variable 71 const CallArgList &Args) const {} in checkFunctionCallABI() 236 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
|
| H A D | CGCall.h | 259 class CallArgList : public SmallVector<CallArg, 8> { 261 CallArgList() : StackBase(nullptr) {} in CallArgList() function 292 void addFrom(const CallArgList &other) { in addFrom()
|
| H A D | CGExprCXX.cpp | 39 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall() 84 CallArgList Args; in EmitCXXMemberOrOperatorCall() 112 CallArgList Args; in EmitCXXDestructorCall() 255 CallArgList RtlArgStorage; in EmitCXXMemberOrOperatorMemberCallExpr() 256 CallArgList *RtlArgs = nullptr; in EmitCXXMemberOrOperatorMemberCallExpr() 286 CallArgList Args; in EmitCXXMemberOrOperatorMemberCallExpr() 462 CallArgList Args; in EmitCXXMemberPointerCallExpr() 1334 CallArgList Args; in EmitBuiltinNewDeleteCall() 1435 CallArgList DeleteArgs; in Emit() 1581 CallArgList allocatorArgs; in EmitCXXNewExpr() [all …]
|
| H A D | CGObjCRuntime.cpp | 362 CallArgList &callArgs) { in getMessageSendInfo() 432 const CallArgList &callArgs) { in destroyCalleeDestroyedArguments() 433 CallArgList::const_iterator I = callArgs.begin(); in destroyCalleeDestroyedArguments()
|
| H A D | CGObjC.cpp | 83 CallArgList Args; in EmitObjCBoxedExpr() 201 CallArgList Args; in EmitObjCCollectionLiteral() 662 CallArgList Args; in EmitObjCMessageExpr() 734 CallArgList args; in Emit() 826 CallArgList args; in emitStructGetterCall() 1090 CallArgList args; in emitCPPObjectAtomicGetterCall() 1294 CallArgList args; in emitStructSetterCall() 1340 CallArgList args; in emitCPPObjectAtomicSetterCall() 1776 CallArgList Args; in EmitObjCForCollectionStmt() 2698 CallArgList Args; in EmitObjCMRRAutoreleasePoolPush() [all …]
|
| H A D | CGCall.cpp | 369 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall() 578 const CallArgList &args, in arrangeFreeFunctionLikeCall() 624 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() 634 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() 688 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall() 716 const CallArgList &args) { in arrangeCall() 3767 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg() 3892 const CallArgList &args) { in emitWritebacks() 3899 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() 4149 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs() [all …]
|
| H A D | CGCXXABI.h | 420 bool Delegating, CallArgList &Args); 488 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
|
| H A D | CGClass.cpp | 2085 CallArgList Args; in EmitCXXConstructorCall() 2132 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs() 2159 CallArgList &Args, in EmitCXXConstructorCall() 2234 CallArgList Args; in EmitInheritedCXXConstructorCall() 2280 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() 2357 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall() 2383 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall() 2898 CallArgList &callArgs) { in EmitForwardingCallToLambda() 2951 CallArgList CallArgs; in EmitLambdaBlockInvokeBody() 2970 CallArgList CallArgs; in EmitLambdaDelegatingInvokeBody()
|
| H A D | CodeGenFunction.h | 1714 CallArgList OldCXXInheritedCtorInitExprArgs; 1919 CallArgList CXXInheritedCtorInitExprArgs; 2221 CallArgList &CallArgs); 2866 CallArgList &Args); 2882 Address This, CallArgList &Args, 4008 ReturnValueSlot ReturnValue, const CallArgList &Args, 4012 ReturnValueSlot ReturnValue, const CallArgList &Args, 4090 CallArgList *RtlArgs); 4645 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType); 4650 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param, [all …]
|
| H A D | CGAtomic.cpp | 315 CallArgList &args) { in emitAtomicLibcall() 782 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, in AddDirectArgument() 1075 CallArgList Args; in EmitAtomicExpr() 1567 CallArgList Args; in EmitAtomicLoadLibcall() 1764 CallArgList Args; in EmitAtomicCompareExchangeLibcall() 2071 CallArgList args; in EmitAtomicStore()
|
| H A D | CGCXXABI.cpp | 343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| H A D | CGObjCMac.cpp | 1073 const CallArgList &CallArgs, 1322 const CallArgList &CallArgs, 1488 const CallArgList &CallArgs, 1611 const CallArgList &CallArgs, 1738 const CallArgList &CallArgs, in complete() 2059 const CodeGen::CallArgList &CallArgs, in GenerateMessageSendSuper() 2135 const CallArgList &CallArgs, in EmitMessageSend() 2143 CallArgList ActualArgs; in EmitMessageSend() 4053 CallArgList Args; in GenerateDirectMethodPrologue() 7271 CallArgList args; in EmitVTableMessageSend() [all …]
|
| H A D | CGObjCGNU.cpp | 574 llvm::Value *Receiver, const CallArgList &CallArgs, 582 bool IsClassMessage, const CallArgList &CallArgs, 2530 const CallArgList &CallArgs, in GenerateMessageSendSuper() 2544 CallArgList ActualArgs; in GenerateMessageSendSuper() 2645 const CallArgList &CallArgs, in GenerateMessageSend() 2677 CallArgList ActualArgs; in GenerateMessageSend()
|
| H A D | CGVTables.cpp | 329 CallArgList CallArgs; in EmitCallAndReturnForThunk()
|
| H A D | CGCUDANV.cpp | 392 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
|
| H A D | CGExprComplex.cpp | 630 CallArgList Args; in EmitComplexBinOpLibCall()
|
| H A D | TargetInfo.cpp | 463 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic() 2513 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic() 2523 for (CallArgList::const_iterator in isNoProtoCallVariadic() 2564 const CallArgList &Args) const override; 2622 const FunctionDecl *Callee, const CallArgList &Args) const { in checkFunctionCallABI() 11372 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
|
| H A D | CGException.cpp | 1712 CallArgList Args; in Emit()
|
| H A D | MicrosoftCXXABI.cpp | 322 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk() 4125 CallArgList Args; in getAddrOfCXXCtorClosure()
|
| H A D | CGDecl.cpp | 618 CallArgList Args; in Emit()
|
| H A D | CGBlocks.cpp | 1192 CallArgList Args; in EmitBlockCallExpr()
|
| H A D | CGExpr.cpp | 5417 CallArgList Args; in EmitCall()
|