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