Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp25 llvm::Type *ArgTypes[] = {llvm::PointerType::getUnqual(M.getContext()), in GetVprintfDeclaration() local
83 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in packArgsIntoNVPTXFormatBuffer() local
H A DObjectFilePCHContainerWriter.cpp110 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local
126 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
H A DCGHLSLBuiltins.cpp828 llvm::Type *ArgTypes[] = {IntType, RetTy}; in getSpecConstantFunction() local
H A DCGCUDANV.cpp335 SmallVector<llvm::Type *> ArgTypes, KernelLaunchParamsTypes; in prepareKernelArgsLLVMOffload() local
H A DCGCall.cpp487 CanQualTypeList ArgTypes; in arrangeCXXConstructorCall() local
1742 SmallVector<llvm::Type *, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() local
4593 ArrayRef<QualType> ArgTypes) { in hasInAllocaArgs()
4629 SmallVector<QualType, 16> ArgTypes; in EmitCallArgs() local
H A DMicrosoftCXXABI.cpp984 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in emitRTtypeidCall() local
1036 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy, CGF.Int32Ty, CGF.Int8PtrTy, in emitDynamicCastCall() local
1055 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in emitDynamicCastToVoid() local
H A DCGClass.cpp1690 SmallVector<llvm::Type *, 2> ArgTypes = {CGF.VoidPtrTy}; local
3139 SmallVector<CanQualType, 4> ArgTypes; in EmitLambdaInAllocaImplFn() local
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c261 UINT32 ArgTypes; in AcpiExResolveOperands() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.h54 const auto &ArgTypes = CCInfo.ArgTypeList; in CC_M68k_Any_AssignToReg() local
H A DM68kISelLowering.cpp577 SmallVector<Type *, 4> ArgTypes; in LowerCall() local
931 SmallVector<Type *, 4> ArgTypes; in LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp80 Type *ArgTypes[] = {PointerType::getUnqual(C), PointerType::getUnqual(C)}; in insertCall() local
H A DCloneFunction.cpp375 std::vector<Type *> ArgTypes; in CloneFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp76 ArrayRef<Type *> ArgTypes, in getOrCreateFunction()
451 SmallVector<Type *, 4> ArgTypes; in removeAggregateTypesFromSignature() local
H A DSPIRVRegularizer.cpp196 SmallVector<Type *, 2> ArgTypes = {OldF->getArg(0)->getType(), Arg0Ty}; in visitCallScalToVec() local
H A DSPIRVCallLowering.cpp143 SmallVector<Type *, 4> ArgTypes; in getOriginalFunctionType() local
H A DSPIRVPreLegalizer.cpp754 SmallVector<SPIRVType *, 4> ArgTypes; in insertInlineAsmProcess() local
H A DSPIRVGlobalRegistry.cpp955 SPIRVType *RetType, const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOpTypeFunction()
969 const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOrCreateOpTypeFunctionWithArgs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp223 SmallVector<Type *> ArgTypes(FTy->params()); in inlinableVariadicFunctionType() local
522 SmallVector<Type *> ArgTypes(FTy->params()); in deriveFixedArityReplacement() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp258 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2667 SmallVector<QualType, 4> ArgTypes; in RewriteObjCBoxedExpr() local
2788 SmallVector<QualType, 4> ArgTypes; in RewriteObjCArrayLiteralExpr() local
2933 SmallVector<QualType, 8> ArgTypes; in RewriteObjCDictionaryLiteralExpr() local
3095 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
3481 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
4513 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
4578 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
H A DRewriteObjC.cpp2594 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr()
2910 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
3689 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
3756 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp412 SmallVector<QualType, 8> ArgTypes; in CreateRVVIntrinsicDecl() local
H A DSemaLookup.cpp749 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetQualTypesForOpenCLBuiltin()
778 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetOpenCLBuiltinFctOverloads()
862 SmallVector<SmallVector<QualType, 1>, 5> ArgTypes; in InsertOCLBuiltinDeclarationsFromTable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DAMDGPU.cpp985 SmallVector<llvm::Type *, 6> ArgTypes; in EmitAMDGPUBuiltinExpr() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h200 UINT32 ArgTypes; member

12