Searched refs:PALIGNR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/InstPrinter/ |
| H A D | X86InstComments.cpp | 706 CASE_SHUF(PALIGNR, rri) in EmitAnyX86InstComments() 711 CASE_SHUF(PALIGNR, rmi) in EmitAnyX86InstComments()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 381 PALIGNR, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 345 def X86PAlignr : SDNode<"X86ISD::PALIGNR",
|
| H A D | X86ISelLowering.cpp | 4534 case X86ISD::PALIGNR: in isTargetShuffle() 6160 case X86ISD::PALIGNR: in getTargetShuffleMask() 10634 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, DAG.getBitcast(ByteVT, Hi), in lowerVectorShuffleAsByteRotateAndPermute() 10844 VT, DAG.getNode(X86ISD::PALIGNR, DL, ByteVT, Lo, Hi, in lowerVectorShuffleAsByteRotate() 27246 case X86ISD::PALIGNR: return "X86ISD::PALIGNR"; in getTargetNodeName() 30658 Shuffle = X86ISD::PALIGNR; in matchBinaryPermuteVectorShuffle() 41578 case X86ISD::PALIGNR: in PerformDAGCombine()
|
| H A D | X86InstrSSE.td | 5125 defm PALIGNR : ssse3_palignr<"palignr", v16i8, VR128, memop, i128mem,
|