| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 189 const CallArgList &args); 194 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args, 213 const CallArgList &args); 221 const CallArgList &args); 227 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args, 233 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args, 240 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() 144 CallArgList Args; in EmitDevicePrintfCallExpr() 186 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGCall.h | 258 class CallArgList : public SmallVector<CallArg, 8> { 260 CallArgList() = default; 291 void addFrom(const CallArgList &other) { in addFrom()
|
| H A D | CGExprCXX.cpp | 39 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall() 91 CallArgList Args; in EmitCXXMemberOrOperatorCall() 119 CallArgList Args; in EmitCXXDestructorCall() 262 CallArgList RtlArgStorage; in EmitCXXMemberOrOperatorMemberCallExpr() 263 CallArgList *RtlArgs = nullptr; in EmitCXXMemberOrOperatorMemberCallExpr() 293 CallArgList Args; in EmitCXXMemberOrOperatorMemberCallExpr() 470 CallArgList Args; in EmitCXXMemberPointerCallExpr() 1356 CallArgList Args; in EmitBuiltinNewDeleteCall() 1457 CallArgList DeleteArgs; in Emit() 1610 CallArgList allocatorArgs; in EmitCXXNewExpr() [all …]
|
| H A D | TargetInfo.h | 38 class CallArgList; variable 92 const CallArgList &Args) const {} in checkFunctionCallABI() 258 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() 663 CallArgList Args; in EmitObjCMessageExpr() 735 CallArgList args; in Emit() 828 CallArgList args; in emitStructGetterCall() 1089 CallArgList args; in emitCPPObjectAtomicGetterCall() 1324 CallArgList args; in emitStructSetterCall() 1369 CallArgList args; in emitCPPObjectAtomicSetterCall() 1817 CallArgList Args; in EmitObjCForCollectionStmt() 2726 CallArgList Args; in EmitObjCMRRAutoreleasePoolPush() [all …]
|
| H A D | CGClass.cpp | 2117 CallArgList Args; in EmitCXXConstructorCall() 2163 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs() 2190 CallArgList &Args, in EmitCXXConstructorCall() 2265 CallArgList Args; in EmitInheritedCXXConstructorCall() 2311 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() 2388 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall() 2414 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall() 2919 const CXXMethodDecl *callOperator, CallArgList &callArgs, in EmitForwardingCallToLambda() 2975 CallArgList CallArgs; in EmitLambdaBlockInvokeBody() 3002 CallArgList CallArgs; in EmitLambdaStaticInvokeBody() [all …]
|
| H A D | CGCall.cpp | 375 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall() 583 const CallArgList &args, in arrangeFreeFunctionLikeCall() 629 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() 639 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() 692 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall() 720 const CallArgList &args) { in arrangeCall() 4053 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg() 4174 const CallArgList &args) { in emitWritebacks() 4181 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() 4429 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs() [all …]
|
| H A D | TargetInfo.cpp | 86 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
|
| H A D | CGCXXABI.h | 439 bool Delegating, CallArgList &Args); 507 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
|
| H A D | CodeGenFunction.h | 1773 CallArgList OldCXXInheritedCtorInitExprArgs; 1978 CallArgList CXXInheritedCtorInitExprArgs; 2285 CallArgList &CallArgs, 2291 CallArgList &CallArgs); 2933 CallArgList &Args); 2949 Address This, CallArgList &Args, 4124 ReturnValueSlot ReturnValue, const CallArgList &Args, 4128 ReturnValueSlot ReturnValue, const CallArgList &Args, 4206 CallArgList *RtlArgs); 4816 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param, [all …]
|
| H A D | CGAtomic.cpp | 315 CallArgList &args) { in emitAtomicLibcall() 815 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, in AddDirectArgument() 1159 CallArgList Args; in EmitAtomicExpr() 1674 CallArgList Args; in EmitAtomicLoadLibcall() 1868 CallArgList Args; in EmitAtomicCompareExchangeLibcall() 2172 CallArgList args; in EmitAtomicStore()
|
| H A D | CGCXXABI.cpp | 339 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| H A D | CGObjCMac.cpp | 1077 const CallArgList &CallArgs, 1326 const CallArgList &CallArgs, 1492 const CallArgList &CallArgs, 1615 const CallArgList &CallArgs, 1742 const CallArgList &CallArgs, in complete() 2055 const CodeGen::CallArgList &CallArgs, in GenerateMessageSendSuper() 2131 const CallArgList &CallArgs, in EmitMessageSend() 2139 CallArgList ActualArgs; in EmitMessageSend() 4036 CallArgList Args; in GenerateDirectMethodPrologue() 7234 CallArgList args; in EmitVTableMessageSend() [all …]
|
| H A D | CGObjCGNU.cpp | 574 llvm::Value *Receiver, const CallArgList &CallArgs, 582 bool IsClassMessage, const CallArgList &CallArgs, 2639 const CallArgList &CallArgs, in GenerateMessageSendSuper() 2653 CallArgList ActualArgs; in GenerateMessageSendSuper() 2754 const CallArgList &CallArgs, in GenerateMessageSend() 2791 CallArgList ActualArgs; in GenerateMessageSend()
|
| H A D | CGVTables.cpp | 330 CallArgList CallArgs; in EmitCallAndReturnForThunk()
|
| H A D | CGCUDANV.cpp | 403 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
|
| H A D | CGExprComplex.cpp | 693 CallArgList Args; in EmitComplexBinOpLibCall()
|
| H A D | CGException.cpp | 1733 CallArgList Args; in Emit()
|
| H A D | MicrosoftCXXABI.cpp | 347 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk() 4127 CallArgList Args; in getAddrOfCXXCtorClosure()
|
| H A D | CGBlocks.cpp | 1163 CallArgList Args; in EmitBlockCallExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | VE.cpp | 61 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
|
| H A D | X86.cpp | 1438 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic() 1448 for (CallArgList::const_iterator in isNoProtoCallVariadic() 1480 const CallArgList &Args) const override; 1557 const FunctionDecl *Callee, const CallArgList &Args) const { in checkFunctionCallABI()
|