Lines Matching refs:Repl32

1552     bool Repl32;  member
1560 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
1574 bool Repl32 = false; member
1584 if (Repl32 < Other.Repl32) in operator <()
1586 else if (Repl32 > Other.Repl32) in operator <()
1945 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo()
1949 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
2030 BG.Repl32 = true; in assignRepl32BitGroups()
2045 if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt && in assignRepl32BitGroups()
2071 if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V && in assignRepl32BitGroups()
2343 unsigned SelectRotMask64Count(unsigned RLAmt, bool Repl32, in SelectRotMask64Count() argument
2351 if (Repl32) in SelectRotMask64Count()
2364 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument
2373 if (Repl32) { in SelectRotMask64()
2428 unsigned RLAmt, bool Repl32, unsigned MaskStart, in SelectRotMaskIns64() argument
2437 if (Repl32) { in SelectRotMaskIns64()
2501 if (!VRI.Repl32 && BG.Repl32) { in SelectAndParts64()
2509 } else if (VRI.Repl32 != BG.Repl32) { in SelectAndParts64()
2539 bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)); in SelectAndParts64()
2561 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx, in SelectAndParts64()
2567 << " RL: " << VRI.RLAmt << (VRI.Repl32 ? " (32):" : ":") in SelectAndParts64()
2592 if (VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask))) in SelectAndParts64()
2593 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64()
2594 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63); in SelectAndParts64()
2662 if (!ValueRotsVec[0].Repl32) { in Select64()
2664 if (ValueRotsVec[i].Repl32) { in Select64()
2675 } else if (VRI.Repl32) { in Select64()
2678 BG.Repl32 != VRI.Repl32) in Select64()
2692 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in Select64()
2693 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63, in Select64()
2702 BG.Repl32 == VRI.Repl32; in Select64()
2710 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
2712 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
2727 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, in Select64()
2730 Res = SelectRotMaskIns64(Res, BG.V, dl, BG.RLAmt, BG.Repl32, in Select64()