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 | 558 if (Vec.getOpcode() == HexagonISD::QCAT) in opSplit() 1722 // defer the concatenation, and create QCAT instead. in LowerHvxConcatVectors() 1725 return DAG.getNode(HexagonISD::QCAT, dl, VecTy, Op0, Op.getOperand(1)); in LowerHvxConcatVectors() 1736 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 | 1950 case HexagonISD::QCAT: return "HexagonISD::QCAT"; in getTargetNodeName()
|