Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.h33 SmallVector<Type *> ArgTys; member
H A DSPIRVUtils.h150 SmallVector<Type *> ArgTys; in reconstructFunctionType() local
H A DSPIRVCallLowering.cpp118 SmallVector<Type *, 4> ArgTys; in fixFunctionTypeIfPtrArgs() local
/freebsd/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()
185 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic()
202 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic()
220 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic()
245 [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic()
306 II, II, II.getIntrinsicID(), IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic()
H A DAMDGPULibCalls.cpp552 SmallVector<llvm::Type *, 6> ArgTys; in fold_read_write_pipe() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1489 SmallVector<Type*, 8> ArgTys; in getType() local
1562 SmallVectorImpl<Type *> &ArgTys, in matchIntrinsicType()
1766 SmallVectorImpl<Type *> &ArgTys) { in matchIntrinsicSignature()
1810 SmallVectorImpl<Type *> &ArgTys) { in getIntrinsicSignature()
1828 SmallVectorImpl<Type *> &ArgTys) { in getIntrinsicSignature()
1834 SmallVector<Type *, 4> ArgTys; in remangleIntrinsicFunction() local
H A DIRBuilder.cpp953 SmallVector<Type *> ArgTys; in CreateIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp233 SmallVector<Type *> ArgTys; in getDXILOpFunctionType() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2317 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2412 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2429 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2448 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2462 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2483 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2498 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2517 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2532 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2547 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1910 SmallVector<QualType, 2> ArgTys; in GenerateCopyHelperFunction() local
2097 SmallVector<QualType, 1> ArgTys; in GenerateDestroyHelperFunction() local
2340 SmallVector<QualType, 2> ArgTys; in generateByrefCopyHelper() local
2406 SmallVector<QualType, 1> ArgTys; in generateByrefDisposeHelper() local
H A DCGBuiltin.cpp2085 llvm::SmallVector<QualType, 4> ArgTys; in generateBuiltinOSLogHelperFunction() local
5556 llvm::Type *ArgTys[] = {Arg0->getType(), I8PTy, Int32Ty, Int32Ty}; in EmitBuiltinExpr() local
5569 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType(), Int32Ty, I8PTy, in EmitBuiltinExpr() local
5616 llvm::Type *ArgTys[] = {Arg0->getType(), Int32Ty, Int32Ty, Int32Ty}; in EmitBuiltinExpr() local
5655 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType(), Int32Ty, Int32Ty}; in EmitBuiltinExpr() local
5680 llvm::Type *ArgTys[] = {Arg0->getType(), Int32Ty, Int32Ty}; in EmitBuiltinExpr() local
5740 llvm::Type *ArgTys[] = {QueueTy, Int32Ty, RangeTy, GenericVoidPtrTy, in EmitBuiltinExpr() local
5814 llvm::Type *const ArgTys[] = { in EmitBuiltinExpr() local
5865 std::vector<llvm::Type *> ArgTys = { in EmitBuiltinExpr() local
H A DCGException.cpp1737 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() local
H A DCGObjC.cpp3726 SmallVector<QualType, 2> ArgTys; in GenerateObjCAtomicSetterCopyHelperFunction() local
3824 SmallVector<QualType, 2> ArgTys; in GenerateObjCAtomicGetterCopyHelperFunction() local
H A DCGCall.cpp562 CanQualType ArgTys[] = {DeriveThisType(MD->getParent(), MD)}; in arrangeUnprototypedMustTailThunk() local
573 SmallVector<CanQualType, 2> ArgTys; in arrangeMSCtorClosure() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp390 FunctionType::get(Int32Ty, ArrayRef(&ArgTys[0], 4), in generateLSDAInEAXThunk() local
H A DX86TargetTransformInfo.cpp4238 const SmallVectorImpl<Type *> &ArgTys = ICA.getArgTypes(); in getIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp577 llvm::SmallVector<llvm::Type *, 2> ArgTys; in createEnqueuedBlockKernel() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h947 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp574 SmallVector<Type *, 16> ArgTys; in getInvokeWrapper() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp689 ArgQualTypes ArgTys; member in __anon4d759d9c0111::StdLibraryFunctionsChecker::Signature
697 Signature(ArgTypes ArgTys, RetType RetTy) { in Signature()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1868 Type *ArgTys[3] = {M->getRawDest()->getType(), M->getRawSource()->getType(), in processMemMove() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1873 SmallVector<Type *, 8> ArgTys; in tryExpandVecMathCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1992 SmallVector<Type *, 6> ArgTys; in expandAtomicOpToLibcall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1531 SmallVector<Type *, 4> ArgTys; in maybeHandleKnownCallBase() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2545 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local
2565 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local
5924 SmallVector<Type *> ArgTys; in parseFunctionBody() local

12