Home | History | Annotate | Download | only in Sparc

Lines Matching refs:VTs

959     std::vector<EVT> VTs;
960 VTs.push_back(MVT::i32);
961 VTs.push_back(MVT::Glue);
963 CompareFlag = DAG.getNode(SPISD::CMPICC, dl, VTs, Ops, 2).getValue(1);
990 std::vector<EVT> VTs;
991 VTs.push_back(LHS.getValueType()); // subcc returns a value
992 VTs.push_back(MVT::Glue);
994 CompareFlag = DAG.getNode(SPISD::CMPICC, dl, VTs, Ops, 2).getValue(1);