• Home
  • Raw
  • Download

Lines Matching refs:Repl32

867     bool Repl32;  member
875 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
889 bool Repl32; member
893 Repl32(false) {} in ValueRotInfo()
901 if (Repl32 < Other.Repl32) in operator <()
903 else if (Repl32 > Other.Repl32) in operator <()
1098 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1102 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
1169 BG.Repl32 = true; in assignRepl32BitGroups()
1184 if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt && in assignRepl32BitGroups()
1210 if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V && in assignRepl32BitGroups()
1447 unsigned SelectRotMask64Count(unsigned RLAmt, bool Repl32, in SelectRotMask64Count() argument
1455 if (Repl32) in SelectRotMask64Count()
1468 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument
1477 if (Repl32) { in SelectRotMask64()
1529 unsigned RLAmt, bool Repl32, unsigned MaskStart, in SelectRotMaskIns64() argument
1538 if (Repl32) { in SelectRotMaskIns64()
1601 if (!VRI.Repl32 && BG.Repl32) { in SelectAndParts64()
1609 } else if (VRI.Repl32 != BG.Repl32) { in SelectAndParts64()
1639 bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)); in SelectAndParts64()
1655 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx, in SelectAndParts64()
1661 " RL: " << VRI.RLAmt << (VRI.Repl32 ? " (32):" : ":") << in SelectAndParts64()
1683 if (VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask))) in SelectAndParts64()
1684 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64()
1685 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63); in SelectAndParts64()
1746 if (!ValueRotsVec[0].Repl32) { in Select64()
1748 if (ValueRotsVec[i].Repl32) { in Select64()
1759 } else if (VRI.Repl32) { in Select64()
1762 BG.Repl32 != VRI.Repl32) in Select64()
1776 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in Select64()
1777 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63, in Select64()
1786 BG.Repl32 == VRI.Repl32; in Select64()
1794 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
1796 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
1811 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, in Select64()
1814 Res = SelectRotMaskIns64(Res, BG.V, dl, BG.RLAmt, BG.Repl32, in Select64()