Searched refs:QCAT (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 79 QCAT, enumerator
|
D | HexagonISelLoweringHVX.cpp | 261 if (Vec.getOpcode() == HexagonISD::QCAT) in opSplit() 1027 return DAG.getNode(HexagonISD::QCAT, dl, VecTy, Op0, Op.getOperand(1)); in LowerHvxConcatVectors() 1038 return DAG.getNode(HexagonISD::QCAT, dl, VecTy, V0, V1); in LowerHvxConcatVectors()
|
D | HexagonPatternsHVX.td | 39 def HexagonQCAT: SDNode<"HexagonISD::QCAT", SDTVecBinOp>;
|
D | HexagonISelLowering.cpp | 1730 case HexagonISD::QCAT: return "HexagonISD::QCAT"; in getTargetNodeName()
|