/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerInvoke.cpp | 49 SmallVector<Value *, 16> CallArgs(II->args()); in runImpl() local
|
H A D | InlineFunction.cpp | 2783 SmallVector<Value *, 4> CallArgs(DeoptCall->args()); InlineFunction() local
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | YAMLXRayRecord.h | 40 std::vector<uint64_t> CallArgs; member
|
H A D | XRayRecord.h | 95 std::vector<uint64_t> CallArgs; member
|
/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 263 ArrayRef<Expr *> CallArgs) { in create_call_once_funcptr_call() argument 290 ArrayRef<Expr *> CallArgs) { in create_call_once_lambda_call() argument 406 SmallVector<Expr *, 5> CallArgs; in create_call_once() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 189 CallArgList CallArgs; EmitAMDGPUDevicePrintfCallExpr() local
|
H A D | CGCXXABI.h | 496 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk() argument
|
H A D | CGClass.cpp | 3055 EmitDelegateCallArg(CallArgs, Param, Param->getBeginLoc()); in EmitLambdaDelegatingInvokeBody() argument 3017 CallArgList CallArgs; EmitLambdaBlockInvokeBody() local 3044 CallArgList CallArgs; EmitLambdaStaticInvokeBody() local 3097 CallArgList CallArgs; EmitLambdaInAllocaCallOpBody() local [all...] |
H A D | CGVTables.cpp | 342 CallArgList CallArgs; EmitCallAndReturnForThunk() local
|
H A D | CGObjCMac.cpp | 2063 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument 2122 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument 2138 EmitMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Arg0,QualType Arg0Ty,bool IsSuper,const CallArgList & CallArgs,const ObjCMethodDecl * Method,const ObjCInterfaceDecl * ClassReceiver,const ObjCCommonTypesHelper & ObjCTypes) EmitMessageSend() argument 7347 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument 7550 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument [all...] |
H A D | CGCall.cpp | 4209 deactivateArgCleanupsBeforeCall(CodeGenFunction & CGF,const CallArgList & CallArgs) deactivateArgCleanupsBeforeCall() argument 5002 AllocAlignAttrEmitter(CodeGenFunction & CGF_,const Decl * FuncDecl,const CallArgList & CallArgs) AllocAlignAttrEmitter() argument 5031 EmitCall(const CGFunctionInfo & CallInfo,const CGCallee & Callee,ReturnValueSlot ReturnValue,const CallArgList & CallArgs,llvm::CallBase ** callOrInvoke,bool IsMustTail,SourceLocation Loc) EmitCall() argument [all...] |
H A D | CGObjCGNU.cpp | 2638 GenerateMessageSendSuper(CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument 2753 GenerateMessageSend(CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument
|
H A D | CGStmtOpenMP.cpp | 682 llvm::SmallVector<llvm::Value *, 4> CallArgs; GenerateOpenMPCapturedStmtFunction() local 4816 llvm::SmallVector<llvm::Value *, 16> CallArgs; EmitOMPTaskBasedDirective() local 5136 llvm::SmallVector<llvm::Value *, 16> CallArgs; EmitOMPTargetTaskBasedDirective() local [all...] |
H A D | MicrosoftCXXABI.cpp | 343 adjustCallArgsForDestructorThunk(CodeGenFunction & CGF,GlobalDecl GD,CallArgList & CallArgs) adjustCallArgsForDestructorThunk() argument
|
H A D | CGOpenMPRuntime.cpp | 3062 CallArgs.push_back(UBParam); in emitProxyTaskFunction() local 11113 DoacrossCleanupTy(llvm::FunctionCallee RTLFn,ArrayRef<llvm::Value * > CallArgs) DoacrossCleanupTy() argument [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTestBase.h | 66 SmallVector<Value*, 1> CallArgs; in insertSimpleCallFunction() local
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 719 getStatepointArgs(IRBuilderBase & B,uint64_t ID,uint32_t NumPatchBytes,Value * ActualCallee,uint32_t Flags,ArrayRef<T0> CallArgs) getStatepointArgs() argument 762 CreateGCStatepointCallCommon(IRBuilderBase * Builder,uint64_t ID,uint32_t NumPatchBytes,FunctionCallee ActualCallee,uint32_t Flags,ArrayRef<T0> CallArgs,std::optional<ArrayRef<T1>> TransitionArgs,std::optional<ArrayRef<T2>> DeoptArgs,ArrayRef<T3> GCArgs,const Twine & Name) CreateGCStatepointCallCommon() argument 786 CreateGCStatepointCall(uint64_t ID,uint32_t NumPatchBytes,FunctionCallee ActualCallee,ArrayRef<Value * > CallArgs,std::optional<ArrayRef<Value * >> DeoptArgs,ArrayRef<Value * > GCArgs,const Twine & Name) CreateGCStatepointCall() argument 795 CreateGCStatepointCall(uint64_t ID,uint32_t NumPatchBytes,FunctionCallee ActualCallee,uint32_t Flags,ArrayRef<Value * > CallArgs,std::optional<ArrayRef<Use>> TransitionArgs,std::optional<ArrayRef<Use>> DeoptArgs,ArrayRef<Value * > GCArgs,const Twine & Name) CreateGCStatepointCall() argument 806 CreateGCStatepointCall(uint64_t ID,uint32_t NumPatchBytes,FunctionCallee ActualCallee,ArrayRef<Use> CallArgs,std::optional<ArrayRef<Value * >> DeoptArgs,ArrayRef<Value * > GCArgs,const Twine & Name) CreateGCStatepointCall() argument [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 268 std::vector<Value*> CallArgs; makeStub() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1644 coerceArguments(IRBuilder<> & Builder,FunctionType * FnTy,ArrayRef<Value * > FnArgs,SmallVectorImpl<Value * > & CallArgs) coerceArguments() argument 1664 SmallVector<Value *, 8> CallArgs; createMustTailCall() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 344 SmallVector<Expr *, 4> CallArgs; global() member in __anon9f4a5acf0111::MSPropertyOpBuilder [all...] |
H A D | SemaExprCXX.cpp | 2407 llvm::SmallVector<Expr *, 8> CallArgs; BuildCXXNew() local
|
H A D | SemaDeclCXX.cpp | 14435 Expr *CallArgs[] = { buildMemcpyForAssignmentOp() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1662 SmallVector<Value *, 8> CallArgs(Call->args()); makeStatepointExplicitImpl() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2735 SmallVector<Value *, 4> CallArgs; visitCallInst() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 12769 const Expr *const *CallArgs; global() member
|