/freebsd-src/contrib/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 | 2691 SmallVector<Value *, 4> CallArgs(DeoptCall->args()); InlineFunction() local
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 263 ArrayRef<Expr *> CallArgs) { in create_call_once_funcptr_call() 290 ArrayRef<Expr *> CallArgs) { in create_call_once_lambda_call() 406 SmallVector<Expr *, 5> CallArgs; in create_call_once() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 186 CallArgList CallArgs; EmitAMDGPUDevicePrintfCallExpr() local
|
H A D | CGCXXABI.h | 507 adjustCallArgsForDestructorThunk(CodeGenFunction & CGF,GlobalDecl GD,CallArgList & CallArgs) adjustCallArgsForDestructorThunk() argument
|
H A D | CGClass.cpp | 2975 CallArgList CallArgs; EmitLambdaBlockInvokeBody() local 3002 CallArgList CallArgs; EmitLambdaStaticInvokeBody() local 3013 EmitLambdaDelegatingInvokeBody(const CXXMethodDecl * MD,CallArgList & CallArgs) EmitLambdaDelegatingInvokeBody() argument 3055 CallArgList CallArgs; EmitLambdaInAllocaCallOpBody() local [all...] |
H A D | CGVTables.cpp | 330 CallArgList CallArgs; EmitCallAndReturnForThunk() local
|
H A D | CGObjCMac.cpp | 2055 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 2115 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument 2131 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 7341 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument 7544 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 | 4180 deactivateArgCleanupsBeforeCall(CodeGenFunction & CGF,const CallArgList & CallArgs) deactivateArgCleanupsBeforeCall() argument 4948 AllocAlignAttrEmitter(CodeGenFunction & CGF_,const Decl * FuncDecl,const CallArgList & CallArgs) AllocAlignAttrEmitter() argument 4977 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 | 2639 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 2754 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 | 659 llvm::SmallVector<llvm::Value *, 4> CallArgs; GenerateOpenMPCapturedStmtFunction() local 4777 llvm::SmallVector<llvm::Value *, 16> CallArgs; EmitOMPTaskBasedDirective() local 5097 llvm::SmallVector<llvm::Value *, 16> CallArgs; EmitOMPTargetTaskBasedDirective() local [all...] |
H A D | MicrosoftCXXABI.cpp | 347 adjustCallArgsForDestructorThunk(CodeGenFunction & CGF,GlobalDecl GD,CallArgList & CallArgs) adjustCallArgsForDestructorThunk() argument
|
H A D | CGOpenMPRuntime.cpp | 3048 SmallVector<llvm::Value *, 16> CallArgs(std::begin(CommonArgs), emitProxyTaskFunction() local 11096 DoacrossCleanupTy(llvm::FunctionCallee RTLFn,ArrayRef<llvm::Value * > CallArgs) DoacrossCleanupTy() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 718 getStatepointArgs(IRBuilderBase & B,uint64_t ID,uint32_t NumPatchBytes,Value * ActualCallee,uint32_t Flags,ArrayRef<T0> CallArgs) getStatepointArgs() argument 761 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 785 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 794 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 805 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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 267 std::vector<Value*> CallArgs; makeStub() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1737 coerceArguments(IRBuilder<> & Builder,FunctionType * FnTy,ArrayRef<Value * > FnArgs,SmallVectorImpl<Value * > & CallArgs) coerceArguments() argument 1756 SmallVector<Value *, 8> CallArgs; createMustTailCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 342 SmallVector<Expr *, 4> CallArgs; global() member in __anon6d48d9ae0111::MSPropertyOpBuilder [all...] |
H A D | SemaExprCXX.cpp | 2376 llvm::SmallVector<Expr *, 8> CallArgs; BuildCXXNew() local
|
H A D | SemaDeclCXX.cpp | 14622 Expr *CallArgs[] = { buildMemcpyForAssignmentOp() local
|
H A D | SemaExpr.cpp | 7387 BuildBuiltinCallExpr(SourceLocation Loc,Builtin::ID Id,MultiExprArg CallArgs) BuildBuiltinCallExpr() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1661 SmallVector<Value *, 8> CallArgs(Call->args()); makeStatepointExplicitImpl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2593 SmallVector<Value *, 4> CallArgs; visitCallInst() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9593 const Expr *const *CallArgs; global() member
|