Home
last modified time | relevance | path

Searched defs:CallArgs (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp49 SmallVector<Value *, 16> CallArgs(II->args()); in runImpl() local
H A DInlineFunction.cpp2783 SmallVector<Value *, 4> CallArgs(DeoptCall->args()); InlineFunction() local
/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h40 std::vector<uint64_t> CallArgs; member
H A DXRayRecord.h95 std::vector<uint64_t> CallArgs; member
/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp263 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 DCGGPUBuiltin.cpp189 CallArgList CallArgs; EmitAMDGPUDevicePrintfCallExpr() local
H A DCGCXXABI.h496 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk() argument
H A DCGClass.cpp3055 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 DCGVTables.cpp342 CallArgList CallArgs; EmitCallAndReturnForThunk() local
H A DCGObjCMac.cpp2063 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 DCGCall.cpp4209 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 DCGObjCGNU.cpp2638 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 DCGStmtOpenMP.cpp682 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 DMicrosoftCXXABI.cpp343 adjustCallArgsForDestructorThunk(CodeGenFunction & CGF,GlobalDecl GD,CallArgList & CallArgs) adjustCallArgsForDestructorThunk() argument
H A DCGOpenMPRuntime.cpp3062 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 DMCJITTestBase.h66 SmallVector<Value*, 1> CallArgs; in insertSimpleCallFunction() local
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp719 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 DIndirectionUtils.cpp268 std::vector<Value*> CallArgs; makeStub() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1644 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 DSemaPseudoObject.cpp344 SmallVector<Expr *, 4> CallArgs; global() member in __anon9f4a5acf0111::MSPropertyOpBuilder
[all...]
H A DSemaExprCXX.cpp2407 llvm::SmallVector<Expr *, 8> CallArgs; BuildCXXNew() local
H A DSemaDeclCXX.cpp14435 Expr *CallArgs[] = { buildMemcpyForAssignmentOp() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1662 SmallVector<Value *, 8> CallArgs(Call->args()); makeStatepointExplicitImpl() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2735 SmallVector<Value *, 4> CallArgs; visitCallInst() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h12769 const Expr *const *CallArgs; global() member

12