Searched refs:matchIntrinsicType (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | Function.cpp | 923 bool Intrinsic::matchIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos, in matchIntrinsicType() function in Intrinsic 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() 1030 return matchIntrinsicType(ThisArgType->getVectorElementType(), in matchIntrinsicType() 1096 if (Intrinsic::matchIntrinsicType(FTy->getReturnType(), TableRef, ArgTys)) in remangleIntrinsicFunction() 1099 if (Intrinsic::matchIntrinsicType(Ty, TableRef, ArgTys)) in remangleIntrinsicFunction()
|
D | Verifier.cpp | 3767 Assert(!Intrinsic::matchIntrinsicType(IFTy->getReturnType(), in visitIntrinsicCallSite() 3771 Assert(!Intrinsic::matchIntrinsicType(IFTy->getParamType(i), in visitIntrinsicCallSite()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 1134 static bool matchIntrinsicType( in matchIntrinsicType() function 1168 matchIntrinsicType(VT->getElementType(), Infos, ArgTys, in matchIntrinsicType() 1174 matchIntrinsicType(PT->getElementType(), Infos, ArgTys, in matchIntrinsicType() 1184 if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys, in matchIntrinsicType() 1269 return matchIntrinsicType(EltTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType() 1346 return matchIntrinsicType(VTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType() 1367 if (matchIntrinsicType(FTy->getReturnType(), Infos, ArgTys, DeferredChecks, in matchIntrinsicSignature() 1374 if (matchIntrinsicType(Ty, Infos, ArgTys, DeferredChecks, false)) in matchIntrinsicSignature() 1379 if (matchIntrinsicType(Check.first, Check.second, ArgTys, DeferredChecks, in matchIntrinsicSignature()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 153 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 144 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 1266 static bool matchIntrinsicType( in matchIntrinsicType() function 1301 matchIntrinsicType(VT->getElementType(), Infos, ArgTys, in matchIntrinsicType() 1307 matchIntrinsicType(PT->getElementType(), Infos, ArgTys, in matchIntrinsicType() 1317 if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys, in matchIntrinsicType() 1402 return matchIntrinsicType(EltTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType() 1491 if (matchIntrinsicType(FTy->getReturnType(), Infos, ArgTys, DeferredChecks, in matchIntrinsicSignature() 1498 if (matchIntrinsicType(Ty, Infos, ArgTys, DeferredChecks, false)) in matchIntrinsicSignature() 1503 if (matchIntrinsicType(Check.first, Check.second, ArgTys, DeferredChecks, in matchIntrinsicSignature()
|