Searched refs:PALIGNR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 844 CASE_SHUF(PALIGNR, rri) in EmitAnyX86InstComments() 849 CASE_SHUF(PALIGNR, rmi) in EmitAnyX86InstComments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 442 PALIGNR, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 378 def X86PAlignr : SDNode<"X86ISD::PALIGNR",
|
| H A D | X86ISelLowering.cpp | 4865 case X86ISD::PALIGNR: in isTargetShuffle() 7066 case X86ISD::PALIGNR: in getTargetShuffleMask() 12405 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, DAG.getBitcast(ByteVT, Hi), in lowerShuffleAsByteRotateAndPermute() 12734 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, Lo, Hi, in lowerShuffleAsByteRotate() 31645 NODE_NAME_CASE(PALIGNR) in getTargetNodeName() 35612 Shuffle = X86ISD::PALIGNR; in matchBinaryPermuteShuffle() 50337 case X86ISD::PALIGNR: in combineConcatVectorOps() 51279 case X86ISD::PALIGNR: in PerformDAGCombine()
|
| H A D | X86InstrSSE.td | 4907 defm PALIGNR : ssse3_palignr<"palignr", v16i8, VR128, memop, i128mem,
|