Home
last modified time | relevance | path

Searched refs:IsLeft (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp859 static bool matchPairwiseShuffleMask(ShuffleVectorInst *SI, bool IsLeft, in matchPairwiseShuffleMask() argument
863 if (!SI && Level == 0 && IsLeft) in matchPairwiseShuffleMask()
872 for (unsigned i = 0, e = (1 << Level), val = !IsLeft; i != e; ++i, val += 2) in matchPairwiseShuffleMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6050 bool IsPairwise, bool IsLeft, in createRdxShuffleMask() argument
6052 assert((IsPairwise || !IsLeft) && "Don't support a <0,1,undef,...> mask"); in createRdxShuffleMask()
6060 ShuffleMask[i] = Builder.getInt32(2 * i + !IsLeft); in createRdxShuffleMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5985 bool IsLeft = Node->getOpcode() == ISD::ROTL; in expandROT() local
5994 unsigned RevRot = IsLeft ? ISD::ROTR : ISD::ROTL; in expandROT()
6014 unsigned ShOpc = IsLeft ? ISD::SHL : ISD::SRL; in expandROT()
6015 unsigned HsOpc = IsLeft ? ISD::SRL : ISD::SHL; in expandROT()