Home
last modified time | relevance | path

Searched refs:ArgTys (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp28 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/
DIntegerDivision.cpp28 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/
DFunction.cpp869 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 …]
DModule.cpp161 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/
DFunction.cpp971 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/
DIntrinsics.gen6315ArgTys.push_back((0 < Tys.size()) ? Tys[0] : PointerType::getUnqual(IntegerType::get(Context, 8)));
6316ArgTys.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));
6323ArgTys.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/
DModule.cpp207 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()
DFunction.cpp362 std::vector<Type*> ArgTys; in getType() local
369 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp86 std::vector<Type*> ArgTys; in getType() local
93 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp95 std::vector<Type*> ArgTys; in getType() local
102 return FunctionType::get(ResultTy, ArgTys, IsVarArg); in getType()
/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp151 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()
DSPIRVReader.cpp1045 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/
DRewriteObjC.cpp2222 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 …]
DRewriteModernObjC.cpp2311 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/
DIntrinsics.h145 SmallVectorImpl<Type*> &ArgTys);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h154 SmallVectorImpl<Type*> &ArgTys);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsics.h172 SmallVectorImpl<Type*> &ArgTys);
DModule.h356 SmallVector<Type*, sizeof...(ArgsTy)> ArgTys{Args...}; in getOrInsertFunction()
358 FunctionType::get(RetTy, ArgTys, false), in getOrInsertFunction()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp391 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/
DX86WinEHState.cpp397 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/
DWebAssemblyLowerEmscriptenEHSjLj.cpp454 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/
DIdentifierTable.cpp388 keyword_iterator ArgTys, unsigned NumArgs) { in Profile() argument
391 ID.AddPointer(ArgTys[i]); in Profile()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp623 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/
DAMDGPULibCalls.cpp607 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/
DCGException.cpp1420 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()

12