Home
last modified time | relevance | path

Searched refs:matchIntrinsicType (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/IR/
DFunction.cpp923 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()
DVerifier.cpp3767 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/
DFunction.cpp1025 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()
DVerifier.cpp4009 Assert(!Intrinsic::matchIntrinsicType(IFTy->getReturnType(), in visitIntrinsicCallSite()
4013 Assert(!Intrinsic::matchIntrinsicType(IFTy->getParamType(i), in visitIntrinsicCallSite()
/external/llvm/include/llvm/IR/
DIntrinsics.h144 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h153 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsics.h171 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp981 Intrinsic::matchIntrinsicType(FTy->getReturnType(), TableRef, OverloadTys); in simplifyAMDGCNMemoryIntrinsicDemanded()
983 Intrinsic::matchIntrinsicType(FTy->getParamType(i), TableRef, OverloadTys); in simplifyAMDGCNMemoryIntrinsicDemanded()