Searched refs:matchPairwiseShuffleMask (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 859 static bool matchPairwiseShuffleMask(ShuffleVectorInst *SI, bool IsLeft, in matchPairwiseShuffleMask() function 992 if (matchPairwiseShuffleMask(LS, /*IsLeft=*/true, Level)) { in matchPairwiseReductionAtLevel() 993 if (!matchPairwiseShuffleMask(RS, /*IsLeft=*/false, Level)) in matchPairwiseReductionAtLevel() 995 } else if (matchPairwiseShuffleMask(RS, /*IsLeft=*/true, Level)) { in matchPairwiseReductionAtLevel() 996 if (!matchPairwiseShuffleMask(LS, /*IsLeft=*/false, Level)) in matchPairwiseReductionAtLevel()
|