Lines Matching refs:VTs
2430 const EVT VTs[] = {MVT::Other, MVT::Glue}; in Select_INLINEASM() local
2431 SDValue New = CurDAG->getNode(N->getOpcode(), DL, VTs, Ops); in Select_INLINEASM()
4068 SmallVector<EVT, 4> VTs; in SelectCodeCommon() local
4074 VTs.push_back(VT); in SelectCodeCommon()
4078 VTs.push_back(MVT::Other); in SelectCodeCommon()
4080 VTs.push_back(MVT::Glue); in SelectCodeCommon()
4085 if (VTs.size() == 1) in SelectCodeCommon()
4086 VTList = CurDAG->getVTList(VTs[0]); in SelectCodeCommon()
4087 else if (VTs.size() == 2) in SelectCodeCommon()
4088 VTList = CurDAG->getVTList(VTs[0], VTs[1]); in SelectCodeCommon()
4090 VTList = CurDAG->getVTList(VTs); in SelectCodeCommon()
4148 for (unsigned i = 0, e = VTs.size(); i != e; ++i) { in SelectCodeCommon()
4149 if (VTs[i] == MVT::Other || VTs[i] == MVT::Glue) break; in SelectCodeCommon()
4179 InputGlue = SDValue(Res, VTs.size()-1); in SelectCodeCommon()
4181 InputChain = SDValue(Res, VTs.size()-2); in SelectCodeCommon()
4183 InputChain = SDValue(Res, VTs.size()-1); in SelectCodeCommon()