Home
last modified time | relevance | path

Searched refs:isVectorIntrinsicWithOverloadTypeAtArg (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp595 if (isVectorIntrinsicWithOverloadTypeAtArg(ID, I)) in splitCall()
599 if (isVectorIntrinsicWithOverloadTypeAtArg(ID, I)) in splitCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DVectorUtils.h155 bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, int OpdIdx);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DVectorUtils.h155 bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, int OpdIdx);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DVectorUtils.h155 bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, int OpdIdx);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DVectorUtils.h322 bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, unsigned OpdIdx);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DVectorUtils.h340 bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, int OpdIdx);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp463 if (isVectorIntrinsicWithOverloadTypeAtArg(VectorIntrinsicID, I.index())) in execute()
H A DSLPVectorizer.cpp9678 if (isVectorIntrinsicWithOverloadTypeAtArg(IID, j)) in vectorizeTree()
9690 if (isVectorIntrinsicWithOverloadTypeAtArg(IID, j)) in vectorizeTree()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DVectorUtils.cpp119 bool llvm::isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, in isVectorIntrinsicWithOverloadTypeAtArg() function in llvm