Searched refs:VALIGN (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 84 VALIGN, // Align two vectors (in Op0, Op1) to one that would have enumerator
|
| H A D | HexagonISelLowering.cpp | 1903 case HexagonISD::VALIGN: return "HexagonISD::VALIGN"; in getTargetNodeName() 3025 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad()
|
| H A D | HexagonISelDAGToDAG.cpp | 899 case HexagonISD::VALIGN: return SelectVAlign(N); in Select()
|
| H A D | HexagonPatterns.td | 110 def HexagonVALIGN: SDNode<"HexagonISD::VALIGN", SDTVecVecIntOp>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 444 VALIGN, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 383 def X86VAlign : SDNode<"X86ISD::VALIGN", SDTShuff3OpI>;
|
| H A D | X86SchedSkylakeServer.td | 1680 def: InstRW<[SKXWriteResGroup136], (instregex "VALIGN(D|Q)Z128rm(b?)i",
|
| H A D | X86ISelLowering.cpp | 4867 case X86ISD::VALIGN: in isTargetShuffle() 7054 case X86ISD::VALIGN: in getTargetShuffleMask() 12749 return DAG.getNode(X86ISD::VALIGN, DL, VT, Lo, Hi, in lowerShuffleAsVALIGN() 31453 NODE_NAME_CASE(VALIGN) in getTargetNodeName() 35395 Shuffle = X86ISD::VALIGN; in matchBinaryPermuteShuffle() 50898 case X86ISD::VALIGN: in PerformDAGCombine()
|