Lines Matching refs:Repl32

811     bool Repl32;  member
819 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
833 bool Repl32; member
837 Repl32(false) {} in ValueRotInfo()
845 if (Repl32 < Other.Repl32) in operator <()
847 else if (Repl32 > Other.Repl32) in operator <()
1042 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1046 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
1113 BG.Repl32 = true; in assignRepl32BitGroups()
1128 if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt && in assignRepl32BitGroups()
1154 if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V && in assignRepl32BitGroups()
1392 unsigned SelectRotMask64Count(unsigned RLAmt, bool Repl32, in SelectRotMask64Count() argument
1400 if (Repl32) in SelectRotMask64Count()
1412 SDValue SelectRotMask64(SDValue V, SDLoc dl, unsigned RLAmt, bool Repl32, in SelectRotMask64() argument
1422 if (Repl32) { in SelectRotMask64()
1474 bool Repl32, unsigned MaskStart, in SelectRotMaskIns64() argument
1483 if (Repl32) { in SelectRotMaskIns64()
1546 if (!VRI.Repl32 && BG.Repl32) { in SelectAndParts64()
1554 } else if (VRI.Repl32 != BG.Repl32) { in SelectAndParts64()
1587 bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)); in SelectAndParts64()
1603 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx, in SelectAndParts64()
1609 " RL: " << VRI.RLAmt << (VRI.Repl32 ? " (32):" : ":") << in SelectAndParts64()
1631 if (VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask))) in SelectAndParts64()
1632 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64()
1633 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63); in SelectAndParts64()
1699 if (!ValueRotsVec[0].Repl32) { in Select64()
1701 if (ValueRotsVec[i].Repl32) { in Select64()
1712 } else if (VRI.Repl32) { in Select64()
1715 BG.Repl32 != VRI.Repl32) in Select64()
1729 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in Select64()
1730 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63, in Select64()
1738 if (I->V == VRI.V && I->RLAmt == VRI.RLAmt && I->Repl32 == VRI.Repl32) in Select64()
1749 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
1751 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
1766 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, in Select64()
1769 Res = SelectRotMaskIns64(Res, BG.V, dl, BG.RLAmt, BG.Repl32, in Select64()