Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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.cpp413 SmallVector<CanQualType, 16> ArgTypes; in arrangeCXXConstructorCall() local
1660 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() local
4166 ArrayRef<QualType> ArgTypes) { in hasInAllocaArgs()
4202 SmallVector<QualType, 16> ArgTypes; in EmitCallArgs() local
H A DMicrosoftCXXABI.cpp981 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in emitRTtypeidCall() local
1035 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy, CGF.Int32Ty, CGF.Int8PtrTy, in EmitDynamicCastCall() local
1056 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in EmitDynamicCastToVoid() local
H A DCGStmt.cpp2368 std::vector<llvm::Type *> ArgTypes; in EmitAsmStmt() local
H A DCGDebugInfo.cpp3805 SmallVector<QualType, 16> ArgTypes; in getFunctionFwdDeclOrStub() local
4060 SmallVector<QualType, 16> ArgTypes; in getFunctionType() local
H A DCGClass.cpp1684 SmallVector<llvm::Type *, 2> ArgTypes = {CGF.VoidPtrTy}; local
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kCallingConv.h54 const auto &ArgTypes = CCInfo.ArgTypeList; in CC_M68k_Any_AssignToReg() local
H A DM68kISelLowering.cpp556 SmallVector<Type *, 4> ArgTypes; in LowerCall() local
911 SmallVector<Type *, 4> ArgTypes; in LowerFormalArguments() local
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp75 SmallVector<Type *, 4> ArgTypes; in processFunctionSignature() local
132 ArrayRef<Type *> ArgTypes, in getOrCreateFunction()
H A DSPIRVRegularizer.cpp201 SmallVector<Type *, 2> ArgTypes = {OldF->getArg(0)->getType(), Arg0Ty}; in visitCallScalToVec() local
H A DSPIRVCallLowering.cpp88 SmallVector<Type *, 4> ArgTypes; in getOriginalFunctionType() local
H A DSPIRVGlobalRegistry.cpp600 SPIRVType *RetType, const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOpTypeFunction()
612 const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOrCreateOpTypeFunctionWithArgs()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp60 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
H A DCloneFunction.cpp313 std::vector<Type *> ArgTypes; in CloneFunction() local
H A DCodeExtractor.cpp1191 std::vector<Type *> ArgTypes; in emitCallAndSwitchStatement() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp357 SmallVector<QualType, 8> ArgTypes; in CreateRVVIntrinsicDecl() local
H A DSemaLookup.cpp732 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetQualTypesForOpenCLBuiltin()
761 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetOpenCLBuiltinFctOverloads()
845 SmallVector<SmallVector<QualType, 1>, 5> ArgTypes; in InsertOCLBuiltinDeclarationsFromTable() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp258 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp144 typedef std::vector<llvm::Type*> ArgTypes; typedef
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1429 SmallVector<Type *, 16> ArgTypes; in createJumpTable() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp544 using ArgTypes = std::vector<std::optional<QualType>>; typedef in __anon10fd7b890111::StdLibraryFunctionsChecker
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp818 std::vector<const Type *> ArgTypes; member in __anond852eb140111::ACLEIntrinsic

12