/aosp_15_r20/external/llvm/unittests/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 28 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 58 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 88 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 118 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 149 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local 179 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local 209 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local 239 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 123 SmallVector<Type *, 4> ArgTys; in modifyIntrinsicCall() local 167 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 184 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 201 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 219 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 244 [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 305 II, II, II.getIntrinsicID(), IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic()
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2222 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2314 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local 2331 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2350 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local 2372 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local 2393 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local 2416 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local 2435 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local 2450 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local 2465 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
|
H A D | RewriteModernObjC.cpp | 2311 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2406 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local 2423 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2442 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local 2456 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local 2477 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local 2492 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local 2511 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local 2526 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local 2541 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Function.cpp | 1478 SmallVector<Type*, 8> ArgTys; in getType() local 1527 SmallVectorImpl<Type *> &ArgTys, in matchIntrinsicType() 1803 SmallVectorImpl<Type *> &ArgTys) { in matchIntrinsicSignature() 1847 SmallVectorImpl<Type *> &ArgTys) { in getIntrinsicSignature() 1868 SmallVector<Type *, 4> ArgTys; in remangleIntrinsicFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Function.cpp | 1076 SmallVector<Type*, 8> ArgTys; in getType() local 1136 SmallVectorImpl<Type *> &ArgTys, in matchIntrinsicType() 1365 SmallVectorImpl<Type *> &ArgTys) { in matchIntrinsicSignature() 1415 SmallVector<Type *, 4> ArgTys; in remangleIntrinsicFunction() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Function.cpp | 869 SmallVector<Type*, 8> ArgTys; in getType() local 924 SmallVectorImpl<Type*> &ArgTys) { in matchIntrinsicType() 1088 SmallVector<Type *, 4> ArgTys; in remangleIntrinsicFunction() local
|
H A D | Module.cpp | 161 std::vector<Type*> ArgTys; in getOrInsertFunction() local 179 std::vector<Type*> ArgTys; in getOrInsertFunction() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2078 llvm::Type *ArgTys[] = {Arg0->getType(), I8PTy}; in EmitBuiltinExpr() local 2090 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType(), Int32Ty, I8PTy}; in EmitBuiltinExpr() local 2132 llvm::Type *ArgTys[] = {Arg0->getType(), Int32Ty}; in EmitBuiltinExpr() local 2168 llvm::Type *ArgTys[] = {Arg0->getType(), Arg1->getType()}; in EmitBuiltinExpr() local 2187 llvm::Type *ArgTys[] = {Arg0->getType()}; in EmitBuiltinExpr() local 2235 llvm::Type *ArgTys[] = {QueueTy, Int32Ty, RangeTy, Int8PtrTy}; in EmitBuiltinExpr() local 2257 std::vector<llvm::Type *> ArgTys = {QueueTy, IntTy, RangeTy, Int8PtrTy, in EmitBuiltinExpr() local 2301 std::vector<llvm::Type *> ArgTys = { in EmitBuiltinExpr() local
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 1271 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local 1290 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local 1546 std::vector<Type*> ArgTys; in ParseOldTypeTable() local 1563 std::vector<Type*> ArgTys; in ParseOldTypeTable() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSScriptGroupFusion.cpp | 148 llvm::SmallVector<llvm::Type*, 8> ArgTys; in getFusedFuncType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 225 SmallVector<Type *> ArgTys; in getDXILOpFunctionType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 389 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 389 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 495 Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty}; in TEST() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 391 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 388 keyword_iterator ArgTys, unsigned NumArgs) { in Profile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 449 SmallVector<Type *, 16> ArgTys; in getInvokeWrapper() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | IdentifierTable.h | 921 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | IdentifierTable.h | 947 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | IdentifierTable.h | 946 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | IdentifierTable.h | 946 static void Profile(llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, in Profile()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 995 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local 1251 std::vector<Type*> ArgTys; in ParseOldTypeTable() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1235 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1248 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
|