Home | History | Annotate | Download | only in Sparc

Lines Matching refs:VTs

956     std::vector<EVT> VTs;
957 VTs.push_back(MVT::i32);
958 VTs.push_back(MVT::Glue);
960 CompareFlag = DAG.getNode(SPISD::CMPICC, dl, VTs, Ops, 2).getValue(1);
987 std::vector<EVT> VTs;
988 VTs.push_back(LHS.getValueType()); // subcc returns a value
989 VTs.push_back(MVT::Glue);
991 CompareFlag = DAG.getNode(SPISD::CMPICC, dl, VTs, Ops, 2).getValue(1);