Lines Matching refs:VTs
2053 SDVTList VTs = CurDAG->getVTList(VSrc.getValueType(), VSrc.getValueType(), in SelectGather() local
2061 SDNode *ResNode = CurDAG->getMachineNode(Opc, SDLoc(Node), VTs, Ops); in SelectGather()
2253 SDVTList VTs = CurDAG->getVTList(NVT, MVT::i32); in Select() local
2255 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select()
2278 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::i32); in Select() local
2280 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select()
2360 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Other, MVT::Glue); in Select() local
2361 SDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in Select()
2367 SDVTList VTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in Select() local
2368 SDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in Select()
2378 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Glue); in Select() local
2379 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select()
2384 SDVTList VTs = CurDAG->getVTList(MVT::Glue); in Select() local
2385 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select()