Searched refs:QCAT (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 80 QCAT, enumerator
|
D | HexagonISelLoweringHVX.cpp | 269 if (Vec.getOpcode() == HexagonISD::QCAT) in opSplit() 1105 return DAG.getNode(HexagonISD::QCAT, dl, VecTy, Op0, Op.getOperand(1)); in LowerHvxConcatVectors() 1116 return DAG.getNode(HexagonISD::QCAT, dl, VecTy, V0, V1); in LowerHvxConcatVectors()
|
D | HexagonPatternsHVX.td | 37 def HexagonQCAT: SDNode<"HexagonISD::QCAT", SDTVecBinOp>;
|
D | HexagonISelLowering.cpp | 1724 case HexagonISD::QCAT: return "HexagonISD::QCAT"; in getTargetNodeName()
|