Searched refs:VALIGN (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 112 VALIGN, // Align two vectors (in Op0, Op1) to one that would have enumerator
|
| H A D | HexagonISelLowering.cpp | 1930 case HexagonISD::VALIGN: return "HexagonISD::VALIGN"; in getTargetNodeName() 3224 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad()
|
| H A D | HexagonISelDAGToDAG.cpp | 946 case HexagonISD::VALIGN: return SelectVAlign(N); in Select()
|
| H A D | HexagonISelLoweringHVX.cpp | 944 HalfV = DAG.getNode(HexagonISD::VALIGN, dl, VecTy, in buildHvxVectorReg()
|
| H A D | HexagonPatterns.td | 98 def HexagonVALIGN: SDNode<"HexagonISD::VALIGN", SDTVecVecIntOp>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 442 VALIGN, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 379 def X86VAlign : SDNode<"X86ISD::VALIGN", SDTShuff3OpI>;
|
| H A D | X86SchedSkylakeServer.td | 1674 def: InstRW<[SKXWriteResGroup136], (instregex "VALIGN(D|Q)Z128rm(b?)i",
|
| H A D | X86SchedIceLake.td | 1692 def: InstRW<[ICXWriteResGroup136], (instregex "VALIGN(D|Q)Z128rm(b?)i",
|
| H A D | X86ISelLowering.cpp | 5390 case X86ISD::VALIGN: in isTargetShuffle() 7798 case X86ISD::VALIGN: in getTargetShuffleMask() 13866 return DAG.getNode(X86ISD::VALIGN, DL, VT, Lo, Hi, in lowerShuffleAsVALIGN() 34584 NODE_NAME_CASE(VALIGN) in getTargetNodeName() 38773 Shuffle = X86ISD::VALIGN; in matchBinaryPermuteShuffle() 56508 case X86ISD::VALIGN: in PerformDAGCombine()
|