Searched refs:VALIGN (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 86 VALIGN, // Align two vectors (in Op0, Op1) to one that would have enumerator
|
| H A D | HexagonISelLowering.cpp | 1655 case HexagonISD::VALIGN: return "HexagonISD::VALIGN"; in getTargetNodeName() 2686 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad()
|
| H A D | HexagonISelDAGToDAG.cpp | 887 case HexagonISD::VALIGN: return SelectVAlign(N); in Select()
|
| H A D | HexagonPatterns.td | 107 def HexagonVALIGN: SDNode<"HexagonISD::VALIGN", SDTVecVecIntOp>;
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 383 VALIGN, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 350 def X86VAlign : SDNode<"X86ISD::VALIGN", SDTShuff3OpI>;
|
| H A D | X86SchedSkylakeServer.td | 1672 def: InstRW<[SKXWriteResGroup136], (instregex "VALIGN(D|Q)Z128rm(b?)i",
|
| H A D | X86ISelLowering.cpp | 10894 return DAG.getNode(X86ISD::VALIGN, DL, VT, Lo, Hi, in lowerVectorShuffleAsRotate() 27247 case X86ISD::VALIGN: return "X86ISD::VALIGN"; in getTargetNodeName()
|