Searched refs:PALIGNR (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstComments.cpp | 834 CASE_SHUF(PALIGNR, rri) in EmitAnyX86InstComments() 839 CASE_SHUF(PALIGNR, rmi) in EmitAnyX86InstComments()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 444 PALIGNR, enumerator
|
H A D | X86SchedIceLake.td | 671 "(V?)PALIGNR(Y|Z128|Z256)?rri", 1302 "(V?)PALIGNR(Z128)?rmi", 1542 "(V?)PALIGNR(Y|Z256)rmi",
|
H A D | X86InstrFragmentsSIMD.td | 374 def X86PAlignr : SDNode<"X86ISD::PALIGNR",
|
H A D | X86ScheduleZnver4.td | 1607 "(V?)PALIGNR(Z?|Z128?|Z256?)(rri|rrik|rrikz)"
|
H A D | X86ISelLowering.cpp | 2703 case X86ISD::PALIGNR: in isTargetShuffle() 5322 case X86ISD::PALIGNR: in getTargetShuffleMask() 11097 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, DAG.getBitcast(ByteVT, Hi), in lowerShuffleAsByteRotateAndPermute() 11467 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, Lo, Hi, in lowerShuffleAsByteRotate() 33836 NODE_NAME_CASE(PALIGNR) in getTargetNodeName() 38355 Shuffle = X86ISD::PALIGNR; in matchBinaryPermuteShuffle() 56600 case X86ISD::PALIGNR: in combineConcatVectorOps() 57866 case X86ISD::PALIGNR: in PerformDAGCombine()
|
H A D | X86InstrSSE.td | 4977 defm PALIGNR : ssse3_palignr<"palignr", v16i8, VR128, memop, i128mem,
|