Searched refs:RotV (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 2679 SDValue RotV = N->getOperand(1); in selectRor() local 2682 if (auto *CN = dyn_cast<ConstantSDNode>(RotV.getNode())) { in selectRor() 2693 NewN = DAG.getMachineNode(Hexagon::V6_vror, dl, Ty, {VecV, RotV}); in selectRor()
|
| H A D | HexagonISelLoweringHVX.cpp | 1208 SDValue RotV = DAG.getNode(HexagonISD::VROR, dl, VecTy, {VecV, MaskV}); in insertHvxElementReg() local 1209 SDValue InsV = DAG.getNode(HexagonISD::VINSERTW0, dl, VecTy, {RotV, ValV}); in insertHvxElementReg()
|