Home
last modified time | relevance | path

Searched defs:ArgTypes (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/openmp/libomptarget/src/
H A DLegacyAPI.cpp18 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_begin()
38 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_end()
46 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_update()
54 int64_t *ArgSizes, int64_t *ArgTypes, int32_t DepNum, void *DepList, in __tgt_target_data_update_nowait()
76 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_mapper()
86 int64_t *ArgTypes) { in __tgt_target()
104 void **ArgsBase, void **Args, int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_nowait_mapper()
116 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_teams_mapper()
130 int64_t *ArgTypes, int32_t NumTeams, in __tgt_target_teams()
141 int64_t *ArgTypes, int32_t NumTeams, in __tgt_target_teams_nowait()
[all …]
H A Dinterface.cpp70 int64_t *ArgTypes, in __tgt_target_data_begin_mapper()
105 void **Args, int64_t *ArgSizes, int64_t *ArgTypes, map_var_info_t *ArgNames, in __tgt_target_data_begin_nowait_mapper()
120 int64_t *ArgTypes, in __tgt_target_data_end_mapper()
154 void **Args, int64_t *ArgSizes, int64_t *ArgTypes, map_var_info_t *ArgNames, in __tgt_target_data_end_nowait_mapper()
166 int64_t *ArgTypes, in __tgt_target_data_update_mapper()
191 void **Args, int64_t *ArgSizes, int64_t *ArgTypes, map_var_info_t *ArgNames, in __tgt_target_data_update_nowait_mapper()
H A Domptarget.cpp414 int64_t *ArgTypes, map_var_info_t *ArgNames, in targetDataBegin()
679 int64_t *ArgTypes, map_var_info_t *ArgNames, in targetDataEnd()
1035 int64_t *ArgTypes, map_var_info_t *ArgNames, in targetDataUpdate()
1324 int64_t *ArgSizes, int64_t *ArgTypes, in processDataBefore()
1455 int64_t *ArgSizes, int64_t *ArgTypes, in processDataAfter()
1488 void **ArgBases, void **Args, int64_t *ArgSizes, int64_t *ArgTypes, in target()
H A Dprivate.h158 const int64_t *ArgTypes, const map_var_info_t *ArgNames, in printKernelArguments()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp26 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetVprintfDeclaration() local
48 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetOpenMPVprintfDeclaration() local
105 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in packArgsIntoNVPTXFormatBuffer() local
H A DObjectFilePCHContainerOperations.cpp109 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local
125 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
H A DCGCall.cpp410 SmallVector<CanQualType, 16> ArgTypes; in arrangeCXXConstructorCall() local
1654 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() local
4116 ArrayRef<QualType> ArgTypes) { in hasInAllocaArgs()
4152 SmallVector<QualType, 16> ArgTypes; in EmitCallArgs() local
H A DMicrosoftCXXABI.cpp968 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in emitRTtypeidCall() local
1022 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy, CGF.Int32Ty, CGF.Int8PtrTy, in EmitDynamicCastCall() local
1043 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in EmitDynamicCastToVoid() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DFunctionTest.cpp19 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
49 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)}; in TEST() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h77 SmallVector<QualType, SmallVectorSize> ArgTypes; variable
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCallingConv.h54 const auto &ArgTypes = CCInfo.ArgTypeList; in CC_M68k_Any_AssignToReg() local
H A DM68kISelLowering.cpp525 SmallVector<Type *, 4> ArgTypes; in LowerCall() local
883 SmallVector<Type *, 4> ArgTypes; in LowerFormalArguments() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp44 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
H A DCloneFunction.cpp294 std::vector<Type *> ArgTypes; in CloneFunction() local
H A DCodeExtractor.cpp1191 std::vector<Type *> ArgTypes; in emitCallAndSwitchStatement() local
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp74 SmallVector<Type *, 4> ArgTypes; in processFunctionSignature() local
131 ArrayRef<Type *> ArgTypes, in getOrCreateFunction()
H A DSPIRVCallLowering.cpp85 SmallVector<Type *, 4> ArgTypes; in getOriginalFunctionType() local
H A DSPIRVGlobalRegistry.cpp463 SPIRVType *RetType, const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOpTypeFunction()
475 const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOrCreateOpTypeFunctionWithArgs()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp312 SmallVector<QualType, 8> ArgTypes; in CreateRVVIntrinsicDecl() local
H A DSemaLookup.cpp729 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetQualTypesForOpenCLBuiltin()
758 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetOpenCLBuiltinFctOverloads()
842 SmallVector<SmallVector<QualType, 1>, 5> ArgTypes; in InsertOCLBuiltinDeclarationsFromTable() local
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Domptarget.h119 int64_t *ArgTypes; // Type of the data (e.g. to / from). member
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp258 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2669 SmallVector<QualType, 4> ArgTypes; in RewriteObjCBoxedExpr() local
2790 SmallVector<QualType, 4> ArgTypes; in RewriteObjCArrayLiteralExpr() local
2935 SmallVector<QualType, 8> ArgTypes; in RewriteObjCDictionaryLiteralExpr() local
3097 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
3483 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
4532 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
4597 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
H A DRewriteObjC.cpp2596 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
2912 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
3697 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
3764 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp144 typedef std::vector<llvm::Type*> ArgTypes; typedef

12