Searched refs:matchIntrinsicType (Results 1 – 8 of 8) 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-7.0/llvm/lib/IR/ |
D | Function.cpp | 1025 bool Intrinsic::matchIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos, in matchIntrinsicType() function in Intrinsic 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() 1133 return matchIntrinsicType(ThisArgType->getVectorElementType(), in matchIntrinsicType() 1220 if (Intrinsic::matchIntrinsicType(FTy->getReturnType(), TableRef, ArgTys)) in remangleIntrinsicFunction() 1223 if (Intrinsic::matchIntrinsicType(Ty, TableRef, ArgTys)) in remangleIntrinsicFunction()
|
D | Verifier.cpp | 4009 Assert(!Intrinsic::matchIntrinsicType(IFTy->getReturnType(), in visitIntrinsicCallSite() 4013 Assert(!Intrinsic::matchIntrinsicType(IFTy->getParamType(i), in visitIntrinsicCallSite()
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 144 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 153 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Intrinsics.h | 171 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 981 Intrinsic::matchIntrinsicType(FTy->getReturnType(), TableRef, OverloadTys); in simplifyAMDGCNMemoryIntrinsicDemanded() 983 Intrinsic::matchIntrinsicType(FTy->getParamType(i), TableRef, OverloadTys); in simplifyAMDGCNMemoryIntrinsicDemanded()
|