Searched refs:PALIGNR (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 844 CASE_SHUF(PALIGNR, rri) in EmitAnyX86InstComments() 849 CASE_SHUF(PALIGNR, rmi) in EmitAnyX86InstComments()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 440 PALIGNR, enumerator
|
| H A D | X86SchedIceLake.td | 673 "(V?)PALIGNR(Y|Z|Z128|Z256)?rri", 1327 "(V?)PALIGNR(Z128)?rmi", 1570 "(V?)PALIGNR(Y|Z|Z256)rmi",
|
| H A D | X86InstrFragmentsSIMD.td | 374 def X86PAlignr : SDNode<"X86ISD::PALIGNR",
|
| H A D | X86ISelLowering.cpp | 5310 case X86ISD::PALIGNR: in isTargetShuffle() 7716 case X86ISD::PALIGNR: in getTargetShuffleMask() 13127 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, DAG.getBitcast(ByteVT, Hi), in lowerShuffleAsByteRotateAndPermute() 13496 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, Lo, Hi, in lowerShuffleAsByteRotate() 33606 NODE_NAME_CASE(PALIGNR) in getTargetNodeName() 37732 Shuffle = X86ISD::PALIGNR; in matchBinaryPermuteShuffle() 54100 case X86ISD::PALIGNR: in combineConcatVectorOps() 55135 case X86ISD::PALIGNR: in PerformDAGCombine()
|
| H A D | X86InstrSSE.td | 4951 defm PALIGNR : ssse3_palignr<"palignr", v16i8, VR128, memop, i128mem,
|