Searched refs:SelectRotMask64 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCISelDAGToDAG.cpp | 1955 SDValue SelectRotMask64(SDValue V, const SDLoc &dl, unsigned RLAmt, in SelectRotMask64() function in __anon4af4e4970411::BitPermutationSelector 2013 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMask64() 2014 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64() 2063 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMaskIns64() 2182 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64() 2281 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in Select64() 2316 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, in Select64()
|