Searched refs:QCAT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 90 QCAT, enumerator
|
| H A D | HexagonISelLoweringHVX.cpp | 568 if (Vec.getOpcode() == HexagonISD::QCAT) in opSplit() 1740 return DAG.getNode(HexagonISD::QCAT, dl, VecTy, Op0, Op.getOperand(1)); in LowerHvxConcatVectors() 1751 return DAG.getNode(HexagonISD::QCAT, dl, VecTy, V0, V1); in LowerHvxConcatVectors()
|
| H A D | HexagonPatternsHVX.td | 60 def HexagonQCAT: SDNode<"HexagonISD::QCAT", SDTVecBinOp>;
|
| H A D | HexagonISelLowering.cpp | 1972 case HexagonISD::QCAT: return "HexagonISD::QCAT"; in getTargetNodeName()
|