/external/llvm/unittests/Transforms/Utils/ |
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
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinIntrinsicInfo.cpp | 86 std::vector<Type*> ArgTys; in getType() local
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeIntrinsicInfo.cpp | 95 std::vector<Type*> ArgTys; in getType() local
|
/external/llvm/lib/IR/ |
D | Module.cpp | 161 std::vector<Type*> ArgTys; in getOrInsertFunction() local 179 std::vector<Type*> ArgTys; in getOrInsertFunction() local
|
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
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Module.cpp | 207 std::vector<Type*> ArgTys; in getOrInsertFunction() local 225 std::vector<Type*> ArgTys; in getOrInsertFunction() local
|
D | Function.cpp | 362 std::vector<Type*> ArgTys; in getType() local
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.cpp | 151 std::vector<Type*> ArgTys; in adaptFunction() local
|
D | SPIRVReader.cpp | 1045 std::vector<Type *> ArgTys; in postProcessOCLBuiltinReturnStruct() local 1960 std::vector<Type*> ArgTys = transTypeVector( in transBuiltinFromInst() local
|
D | SPIRVUtil.cpp | 233 std::vector<Type*>& ArgTys) { in getFunctionTypeParameterTypes()
|
/external/clang/lib/Frontend/Rewrite/ |
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
|
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
|
/external/clang/lib/CodeGen/ |
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
|
D | CGException.cpp | 1420 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() local
|
D | CGCall.cpp | 478 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) }; in arrangeMSMemberPointerThunk() local 490 SmallVector<CanQualType, 2> ArgTys; in arrangeMSCtorClosure() local
|
D | CGObjCGNU.cpp | 65 std::vector<llvm::Type *> ArgTys; in init() local
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 495 Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty}; in TEST() local
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 391 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 843 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 388 keyword_iterator ArgTys, unsigned NumArgs) { in Profile()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 623 std::vector<Type*> ArgTys; in ParseTypeTableBody() local 879 std::vector<Type*> ArgTys; in ParseOldTypeTable() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1248 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1603 SmallVector<Type *, 6> ArgTys; in expandAtomicOpToLibcall() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1695 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local 1714 SmallVector<Type*, 8> ArgTys; in parseTypeTableBody() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 2809 const QualType *ArgTys, unsigned NumParams, in Profile()
|