Home
last modified time | relevance | path

Searched defs:ArgTys (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp124 SmallVector<Type *, 4> ArgTys; in modifyIntrinsicCall() local
168 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() argument
185 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() argument
202 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() argument
220 __anon0c8cfbf10502(auto &Args, auto &ArgTys) simplifyAMDGCNImageIntrinsic() argument
245 __anon0c8cfbf10602(auto &Args, auto &ArgTys) simplifyAMDGCNImageIntrinsic() argument
306 __anon0c8cfbf10702(auto &Args, auto &ArgTys) simplifyAMDGCNImageIntrinsic() argument
[all...]
H A DAMDGPULibCalls.cpp549 SmallVector<llvm::Type *, 6> ArgTys; fold_read_write_pipe() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1420 SmallVector<Type*, 8> ArgTys; getType() local
1469 matchIntrinsicType(Type * Ty,ArrayRef<Intrinsic::IITDescriptor> & Infos,SmallVectorImpl<Type * > & ArgTys,SmallVectorImpl<DeferredIntrinsicMatchPair> & DeferredChecks,bool IsDeferredCheck) matchIntrinsicType() argument
1673 matchIntrinsicSignature(FunctionType * FTy,ArrayRef<Intrinsic::IITDescriptor> & Infos,SmallVectorImpl<Type * > & ArgTys) matchIntrinsicSignature() argument
1717 getIntrinsicSignature(Function * F,SmallVectorImpl<Type * > & ArgTys) getIntrinsicSignature() argument
1738 SmallVector<Type *, 4> ArgTys; remangleIntrinsicFunction() local
[all...]
H A DIRBuilder.cpp950 SmallVector<Type *> ArgTys; CreateIntrinsic() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2231 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2323 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2340 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2359 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2381 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2402 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2425 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2444 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2459 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2474 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
H A DRewriteModernObjC.cpp2318 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() local
2413 SmallVector<QualType, 16> ArgTys; SynthSuperConstructorFunctionDecl() local
2430 SmallVector<QualType, 16> ArgTys; SynthMsgSendFunctionDecl() local
2449 SmallVector<QualType, 2> ArgTys; SynthMsgSendSuperFunctionDecl() local
2463 SmallVector<QualType, 16> ArgTys; SynthMsgSendStretFunctionDecl() local
2484 SmallVector<QualType, 2> ArgTys; SynthMsgSendSuperStretFunctionDecl() local
2499 SmallVector<QualType, 16> ArgTys; SynthMsgSendFpretFunctionDecl() local
2518 SmallVector<QualType, 16> ArgTys; SynthGetClassFunctionDecl() local
2533 SmallVector<QualType, 16> ArgTys; SynthGetSuperClassFunctionDecl() local
2548 SmallVector<QualType, 16> ArgTys; SynthGetMetaClassFunctionDecl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp226 SmallVector<Type *> ArgTys; getDXILOpFunctionType() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1895 SmallVector<QualType, 2> ArgTys; GenerateCopyHelperFunction() local
2080 SmallVector<QualType, 1> ArgTys; GenerateDestroyHelperFunction() local
2323 SmallVector<QualType, 2> ArgTys; generateByrefCopyHelper() local
2389 SmallVector<QualType, 1> ArgTys; generateByrefDisposeHelper() local
[all...]
H A DCGBuiltin.cpp2075 llvm::SmallVector<QualType, 4> ArgTys; generateBuiltinOSLogHelperFunction() local
5301 llvm::Type *ArgTys[] = {Arg0->getType(), I8PTy, Int32Ty, Int32Ty}; EmitBuiltinExpr() local
5314 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType(), Int32Ty, I8PTy, EmitBuiltinExpr() local
5361 llvm::Type *ArgTys[] = {Arg0->getType(), Int32Ty, Int32Ty, Int32Ty}; EmitBuiltinExpr() local
5400 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType(), Int32Ty, Int32Ty}; EmitBuiltinExpr() local
5425 llvm::Type *ArgTys[] = {Arg0->getType(), Int32Ty, Int32Ty}; EmitBuiltinExpr() local
5479 llvm::Type *ArgTys[] = {QueueTy, Int32Ty, RangeTy, GenericVoidPtrTy, EmitBuiltinExpr() local
5553 llvm::Type *const ArgTys[] = { EmitBuiltinExpr() local
5603 std::vector<llvm::Type *> ArgTys = { EmitBuiltinExpr() local
[all...]
H A DCGException.cpp1736 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; Emit() local
H A DCGObjC.cpp3728 ArgTys.push_back(SrcTy); in GenerateObjCAtomicSetterCopyHelperFunction() local
3826 ArgTys.push_back(SrcTy); in GenerateObjCAtomicGetterCopyHelperFunction() local
H A DCGCall.cpp553 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)}; arrangeUnprototypedMustTailThunk() local
564 SmallVector<CanQualType, 2> ArgTys; arrangeMSCtorClosure() local
H A DCGObjCGNU.cpp68 SmallVector<llvm::Type *, 8> ArgTys({Types...}); in init() local
H A DItaniumCXXABI.cpp1669 buildStructorSignature(GlobalDecl GD,SmallVectorImpl<CanQualType> & ArgTys) buildStructorSignature() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp537 llvm::SmallVector<llvm::Type *, 2> ArgTys; createEnqueuedBlockKernel() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp387 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h921 Profile(llvm::FoldingSetNodeID & ID,keyword_iterator ArgTys,unsigned NumArgs) Profile() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp689 ArgQualTypes ArgTys; member in __anon46c7ee2e0111::StdLibraryFunctionsChecker::Signature
697 Signature(ArgTypes ArgTys, RetType RetTy) { in Signature() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp580 SmallVector<Type *, 16> ArgTys; getInvokeWrapper() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1799 Type *ArgTys[3] = { M->getRawDest()->getType(), processMemMove() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1908 SmallVector<Type *, 6> ArgTys; expandAtomicOpToLibcall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2418 SmallVector<Type*, 8> ArgTys; parseTypeTableBody() local
2438 SmallVector<Type*, 8> ArgTys; parseTypeTableBody() local
5747 SmallVector<Type *> ArgTys; parseFunctionBody() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2571 ArrayRef<Type *> ArgTys, in createHvxIntrinsic() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3648 Profile(llvm::FoldingSetNodeID & ID,QualType Result,const QualType * ArgTys,unsigned NumParams,const ExtProtoInfo & epi,const ASTContext & Context,bool Canonical) Profile() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3663 LookupLiteralOperator(Scope * S,LookupResult & R,ArrayRef<QualType> ArgTys,bool AllowRaw,bool AllowTemplate,bool AllowStringTemplatePack,bool DiagnoseMissing,StringLiteral * StringLit) LookupLiteralOperator() argument

12