/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 28 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 30 ArgTys, false), in TEST() 58 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 60 ArgTys, false), in TEST() 88 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 90 ArgTys, false), in TEST() 118 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 120 ArgTys, false), in TEST() 149 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local 151 ArgTys, false), in TEST() [all …]
|
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 28 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 30 ArgTys, false), in TEST() 58 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 60 ArgTys, false), in TEST() 88 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 90 ArgTys, false), in TEST() 118 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local 120 ArgTys, false), in TEST() 149 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() local 151 ArgTys, false), in TEST() [all …]
|
/external/llvm/lib/IR/ |
D | Function.cpp | 869 SmallVector<Type*, 8> ArgTys; in getType() local 871 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType() 875 if (!ArgTys.empty() && ArgTys.back()->isVoidTy()) { in getType() 876 ArgTys.pop_back(); in getType() 877 return FunctionType::get(ResultTy, ArgTys, true); in getType() 879 return FunctionType::get(ResultTy, ArgTys, false); in getType() 924 SmallVectorImpl<Type*> &ArgTys) { in matchIntrinsicType() argument 945 matchIntrinsicType(VT->getElementType(), Infos, ArgTys); in matchIntrinsicType() 950 matchIntrinsicType(PT->getElementType(), Infos, ArgTys); in matchIntrinsicType() 959 if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys)) in matchIntrinsicType() [all …]
|
D | Module.cpp | 161 std::vector<Type*> ArgTys; in getOrInsertFunction() local 163 ArgTys.push_back(ArgTy); in getOrInsertFunction() 169 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction() 179 std::vector<Type*> ArgTys; in getOrInsertFunction() local 181 ArgTys.push_back(ArgTy); in getOrInsertFunction() 187 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 971 SmallVector<Type*, 8> ArgTys; in getType() local 973 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType() 977 if (!ArgTys.empty() && ArgTys.back()->isVoidTy()) { in getType() 978 ArgTys.pop_back(); in getType() 979 return FunctionType::get(ResultTy, ArgTys, true); in getType() 981 return FunctionType::get(ResultTy, ArgTys, false); in getType() 1026 SmallVectorImpl<Type*> &ArgTys) { in matchIntrinsicType() argument 1048 matchIntrinsicType(VT->getElementType(), Infos, ArgTys); in matchIntrinsicType() 1053 matchIntrinsicType(PT->getElementType(), Infos, ArgTys); in matchIntrinsicType() 1062 if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys)) in matchIntrinsicType() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Intrinsics.gen | 6315 …ArgTys.push_back((0 < Tys.size()) ? Tys[0] : PointerType::getUnqual(IntegerType::get(Context, 8))); 6316 …ArgTys.push_back((1 < Tys.size()) ? Tys[1] : PointerType::getUnqual(IntegerType::get(Context, 8))); 6317 ArgTys.push_back(Tys[2]); 6318 ArgTys.push_back(IntegerType::get(Context, 32)); 6319 ArgTys.push_back(IntegerType::get(Context, 1)); 6323 …ArgTys.push_back((0 < Tys.size()) ? Tys[0] : PointerType::getUnqual(IntegerType::get(Context, 8))); 6324 ArgTys.push_back(IntegerType::get(Context, 8)); 6325 ArgTys.push_back(Tys[1]); 6326 ArgTys.push_back(IntegerType::get(Context, 32)); 6327 ArgTys.push_back(IntegerType::get(Context, 1)); [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Module.cpp | 207 std::vector<Type*> ArgTys; in getOrInsertFunction() local 209 ArgTys.push_back(ArgTy); in getOrInsertFunction() 215 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction() 225 std::vector<Type*> ArgTys; in getOrInsertFunction() local 227 ArgTys.push_back(ArgTy); in getOrInsertFunction() 233 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction()
|
D | Function.cpp | 362 std::vector<Type*> ArgTys; in getType() local 369 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinIntrinsicInfo.cpp | 86 std::vector<Type*> ArgTys; in getType() local 93 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeIntrinsicInfo.cpp | 95 std::vector<Type*> ArgTys; in getType() local 102 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.cpp | 151 std::vector<Type*> ArgTys; in adaptFunction() local 157 ArgTys.push_back (Found ? Loc->second : I.getType()); in adaptFunction() 177 FT = FunctionType::get(FT->getReturnType(), ArgTys, FT->isVarArg()); in adaptFunction()
|
D | SPIRVReader.cpp | 1045 std::vector<Type *> ArgTys; in postProcessOCLBuiltinReturnStruct() local 1046 getFunctionTypeParameterTypes(F->getFunctionType(), ArgTys); in postProcessOCLBuiltinReturnStruct() 1047 ArgTys.insert(ArgTys.begin(), PointerType::get(F->getReturnType(), in postProcessOCLBuiltinReturnStruct() 1050 ArgTys, Name); in postProcessOCLBuiltinReturnStruct() 1960 std::vector<Type*> ArgTys = transTypeVector( in transBuiltinFromInst() local 1963 for (auto& I:ArgTys) { in transBuiltinFromInst() 1970 MangleOpenCLBuiltin(FuncName, ArgTys, MangledName); in transBuiltinFromInst() 1974 FunctionType* FT = FunctionType::get(RetTy, ArgTys, false); in transBuiltinFromInst() 1989 DEBUG(for (auto& I:ArgTys) { in transBuiltinFromInst()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2222 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2223 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2225 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl() 2314 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local 2317 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl() 2318 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl() 2320 ArgTys); in SynthSuperConstructorFunctionDecl() 2331 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2334 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() 2337 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() [all …]
|
D | RewriteModernObjC.cpp | 2311 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local 2312 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2314 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl() 2406 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local 2409 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl() 2410 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl() 2412 ArgTys); in SynthSuperConstructorFunctionDecl() 2423 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local 2426 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() 2429 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() [all …]
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 145 SmallVectorImpl<Type*> &ArgTys);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 154 SmallVectorImpl<Type*> &ArgTys);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Intrinsics.h | 172 SmallVectorImpl<Type*> &ArgTys);
|
D | Module.h | 356 SmallVector<Type*, sizeof...(ArgsTy)> ArgTys{Args...}; in getOrInsertFunction() 358 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 391 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local 394 FunctionType::get(Int32Ty, makeArrayRef(&ArgTys[0], 4), in generateLSDAInEAXThunk() 397 FunctionType::get(Int32Ty, makeArrayRef(&ArgTys[0], 5), in generateLSDAInEAXThunk()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 397 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() local 400 FunctionType::get(Int32Ty, makeArrayRef(&ArgTys[0], 4), in generateLSDAInEAXThunk() 403 FunctionType::get(Int32Ty, makeArrayRef(&ArgTys[0], 5), in generateLSDAInEAXThunk()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 454 SmallVector<Type *, 16> ArgTys; in getInvokeWrapper() local 469 ArgTys.push_back(PointerType::getUnqual(CalleeFTy)); in getInvokeWrapper() 471 ArgTys.append(CalleeFTy->param_begin(), CalleeFTy->param_end()); in getInvokeWrapper() 473 FunctionType *FTy = FunctionType::get(CalleeFTy->getReturnType(), ArgTys, in getInvokeWrapper()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 388 keyword_iterator ArgTys, unsigned NumArgs) { in Profile() argument 391 ID.AddPointer(ArgTys[i]); in Profile()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 623 std::vector<Type*> ArgTys; in ParseTypeTableBody() local 626 ArgTys.push_back(T); in ParseTypeTableBody() 632 if (ResultTy == 0 || ArgTys.size() < Record.size()-3) in ParseTypeTableBody() 635 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody() 879 std::vector<Type*> ArgTys; in ParseOldTypeTable() local 882 ArgTys.push_back(Elt); in ParseOldTypeTable() 886 if (ArgTys.size()+3 != Record.size()) in ParseOldTypeTable() 889 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseOldTypeTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 607 SmallVector<llvm::Type *, 6> ArgTys; in fold_read_write_pipe() local 609 ArgTys.push_back(CI->getArgOperand(I)->getType()); in fold_read_write_pipe() 610 ArgTys.push_back(PtrTy); in fold_read_write_pipe() 614 ArrayRef<Type *>(ArgTys), false); in fold_read_write_pipe()
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1420 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() local 1424 llvm::ConstantInt::get(CGF.ConvertType(ArgTys[0]), F.isForEHCleanup()); in Emit() 1425 Args.add(RValue::get(IsForEH), ArgTys[0]); in Emit() 1426 Args.add(RValue::get(FP), ArgTys[1]); in Emit()
|