/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); 238 const CallArgList &args); 244 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args, 250 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args, 257 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() 129 bool containsNonScalarVarargs(CodeGenFunction *CGF, const CallArgList &Args) { in containsNonScalarVarargs() 145 CallArgList Args; in EmitDevicePrintfCallExpr() 189 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
|
H A D | CGExprCXX.cpp | 39 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall() 89 const CallExpr *CE, CallArgList *RtlArgs) { in EmitCXXMemberOrOperatorCall() 91 CallArgList Args; in EmitCXXMemberOrOperatorCall() 119 CallArgList Args; in EmitCXXDestructorCall() 262 CallArgList RtlArgStorage; in EmitCXXMemberOrOperatorMemberCallExpr() 263 CallArgList *RtlArgs = nullptr; in EmitCXXMemberOrOperatorMemberCallExpr() 294 CallArgList Args; in EmitCXXMemberOrOperatorMemberCallExpr() 473 CallArgList Args; in EmitCXXMemberPointerCallExpr() 1334 const CallArgList &Args) { in EmitNewDeleteCall() 1360 CallArgList Args; in EmitBuiltinNewDeleteCall() [all …]
|
H A D | CGCall.h | 274 class CallArgList : public SmallVector<CallArg, 8> { 276 CallArgList() = default; 307 void addFrom(const CallArgList &other) { in addFrom()
|
H A D | TargetInfo.h | 39 class CallArgList; variable 98 const CallArgList &Args, in checkFunctionCallABI() 265 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
|
H A D | CGObjCRuntime.cpp | 362 CallArgList &callArgs) { in getMessageSendInfo() 431 const CallArgList &callArgs) { in destroyCalleeDestroyedArguments() 432 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() 1231 CallArgList args; in generateObjCGetterBody() 1328 CallArgList args; in emitStructSetterCall() [all …]
|
H A D | CGClass.cpp | 2126 CallArgList Args; in EmitCXXConstructorCall() 2173 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs() 2200 CallArgList &Args, in EmitCXXConstructorCall() 2274 CallArgList Args; in EmitInheritedCXXConstructorCall() 2322 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() 2399 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall() 2427 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall() 2962 const CXXMethodDecl *callOperator, CallArgList &callArgs, in EmitForwardingCallToLambda() 3018 CallArgList CallArgs; in EmitLambdaBlockInvokeBody() 3045 CallArgList CallArgs; in EmitLambdaStaticInvokeBody() [all …]
|
H A D | CGCall.cpp | 385 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall() 419 CodeGenTypes::arrangeCXXConstructorCall(const CallArgList &args, in arrangeCXXConstructorCall() 533 const CallArgList &args) { in arrangeUnprototypedObjCMessageSend() 592 const CallArgList &args, in arrangeFreeFunctionLikeCall() 638 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() 648 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() 668 const CallArgList &args) { in arrangeBuiltinFunctionCall() 701 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall() 729 const CallArgList &args) { in arrangeCall() 4062 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 | TargetInfo.cpp | 87 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
|
H A D | CodeGenFunction.h | 1863 CallArgList OldCXXInheritedCtorInitExprArgs; 2068 CallArgList CXXInheritedCtorInitExprArgs; 2380 CallArgList &CallArgs, 2386 CallArgList &CallArgs); 3132 CallArgList &Args); 3148 Address This, CallArgList &Args, 4375 ReturnValueSlot ReturnValue, const CallArgList &Args, 4380 ReturnValueSlot ReturnValue, const CallArgList &Args, 4500 CallArgList *RtlArgs); 5126 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType); [all …]
|
H A D | CGObjCMac.cpp | 1077 const CallArgList &CallArgs, 1326 const CallArgList &CallArgs, 1335 bool IsClassMessage, const CallArgList &CallArgs, 1492 const CallArgList &CallArgs, 1623 const CallArgList &CallArgs, 1632 bool IsClassMessage, const CallArgList &CallArgs, 1750 const CallArgList &CallArgs, in complete() 2063 const CodeGen::CallArgList &CallArgs, in GenerateMessageSendSuper() 2122 const CallArgList &CallArgs, in GenerateMessageSend() 2138 const CallArgList &CallArgs, in EmitMessageSend() [all …]
|
H A D | CGCXXABI.cpp | 348 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
H A D | CGAtomic.cpp | 318 CallArgList &args) { in emitAtomicLibcall() 1038 CallArgList Args; in EmitAtomicExpr() 1463 CallArgList Args; in EmitAtomicLoadLibcall() 1662 CallArgList Args; in EmitAtomicCompareExchangeLibcall() 1972 CallArgList args; in EmitAtomicStore()
|
H A D | CGObjCGNU.cpp | 572 llvm::Value *Receiver, const CallArgList &CallArgs, 580 bool IsClassMessage, const CallArgList &CallArgs, 2638 const CallArgList &CallArgs, in GenerateMessageSendSuper() 2652 CallArgList ActualArgs; in GenerateMessageSendSuper() 2753 const CallArgList &CallArgs, in GenerateMessageSend() 2790 CallArgList ActualArgs; in GenerateMessageSend()
|
H A D | CGCUDANV.cpp | 398 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
|
H A D | CGVTables.cpp | 342 CallArgList CallArgs; in EmitCallAndReturnForThunk()
|
H A D | CGExprComplex.cpp | 763 CallArgList Args; in EmitComplexBinOpLibCall()
|
H A D | CGException.cpp | 1734 CallArgList Args; in Emit()
|
H A D | MicrosoftCXXABI.cpp | 343 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk() 4140 CallArgList Args; in getAddrOfCXXCtorClosure()
|
/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 | 158 const FunctionDecl *Callee, const CallArgList &Args, 172 const CallArgList &Args, 904 const FunctionDecl *Callee, const CallArgList &Args, in checkFunctionCallABISoftFloat() 924 const CallArgList &Args, in checkFunctionCallABI()
|
H A D | X86.cpp | 1447 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic() 1457 for (CallArgList::const_iterator in isNoProtoCallVariadic() 1488 const FunctionDecl *Callee, const CallArgList &Args, 1568 const CallArgList &Args, in checkFunctionCallABI()
|