| H A D | HexagonISelLoweringHVX.cpp | 954 SDValue Sn, Sm; in buildHvxVectorReg() 960 Sn = DAG.getConstant(Rn, dl, MVT::i32); in buildHvxVectorReg() 961 HalfV0 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {N, Sn}); in buildHvxVectorReg() 977 Sn = DAG.getConstant(Rn+HwLen/2, dl, MVT::i32); in buildHvxVectorReg() 979 HalfV0 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {N, Sn}); in buildHvxVectorReg() 955 SDValue Sn, Sm; buildHvxVectorReg() local
|