Searched refs:SelectRotMask64 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 2199 SDValue SelectRotMask64(SDValue V, const SDLoc &dl, unsigned RLAmt, in SelectRotMask64() function in __anonb5cceeb00611::BitPermutationSelector 2257 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMask64() 2258 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64() 2307 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMaskIns64() 2429 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64() 2528 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in Select64() 2563 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, in Select64()
|