Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2201 int &MaskWidth) { in isBitfieldPositioningOp() argument
2235 MaskWidth = countTrailingOnes(NonZeroBits >> ShiftAmount); in isBitfieldPositioningOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4653 unsigned MaskWidth = CVal.logBase2(); in processUMulZExtIdiom() local
4654 if (MaskWidth == MulWidth) in processUMulZExtIdiom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7506 int MaskWidth = Mask.size(); in resolveTargetShuffleInputsAndMask() local
7509 int lo = UsedInputs.size() * MaskWidth; in resolveTargetShuffleInputsAndMask()
7510 int hi = lo + MaskWidth; in resolveTargetShuffleInputsAndMask()
7522 M -= MaskWidth; in resolveTargetShuffleInputsAndMask()
7533 M = (M < hi) ? ((M - lo) + (j * MaskWidth)) : (M - MaskWidth); in resolveTargetShuffleInputsAndMask()
34190 unsigned MaskWidth = std::max<unsigned>(OpMask.size(), RootMask.size()); in combineX86ShufflesRecursively() local
34197 assert(isPowerOf2_32(MaskWidth) && "Non-power-of-2 shuffle mask sizes"); in combineX86ShufflesRecursively()
34203 Mask.resize(MaskWidth, SM_SentinelUndef); in combineX86ShufflesRecursively()
34209 for (unsigned i = 0; i < MaskWidth; ++i) { in combineX86ShufflesRecursively()
34224 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()
[all …]