Lines Matching refs:Parts
3430 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() argument
3490 if (Parts[Num]) in isBSwapHWordElement()
3493 Parts[Num] = N0.getOperand(0).getNode(); in isBSwapHWordElement()
3520 SDNode *Parts[4] = {}; in MatchBSwapHWord() local
3526 if (!isBSwapHWordElement(N000, Parts)) in MatchBSwapHWord()
3530 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
3533 if (!isBSwapHWordElement(N010, Parts)) in MatchBSwapHWord()
3536 if (!isBSwapHWordElement(N011, Parts)) in MatchBSwapHWord()
3540 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
3542 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
3547 if (!isBSwapHWordElement(N000, Parts)) in MatchBSwapHWord()
3550 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
3555 if (Parts[0] != Parts[1] || Parts[0] != Parts[2] || Parts[0] != Parts[3]) in MatchBSwapHWord()
3560 SDValue(Parts[0], 0)); in MatchBSwapHWord()