Lines Matching refs:ResTys
1854 std::vector<EVT> ResTys; in SelectVLD() local
1855 ResTys.push_back(ResTy); in SelectVLD()
1857 ResTys.push_back(MVT::i32); in SelectVLD()
1858 ResTys.push_back(MVT::Other); in SelectVLD()
1886 VLd = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLD()
1916 VLd = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, Ops); in SelectVLD()
1985 std::vector<EVT> ResTys; in SelectVST() local
1987 ResTys.push_back(MVT::i32); in SelectVST()
1988 ResTys.push_back(MVT::Other); in SelectVST()
2042 SDNode *VSt = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVST()
2086 SDNode *VStB = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, in SelectVST()
2143 std::vector<EVT> ResTys; in SelectVLDSTLane() local
2148 ResTys.push_back(EVT::getVectorVT(*CurDAG->getContext(), in SelectVLDSTLane()
2152 ResTys.push_back(MVT::i32); in SelectVLDSTLane()
2153 ResTys.push_back(MVT::Other); in SelectVLDSTLane()
2192 SDNode *VLdLn = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDSTLane()
2275 std::vector<EVT> ResTys; in SelectVLDDup() local
2276 ResTys.push_back(EVT::getVectorVT(*CurDAG->getContext(), MVT::i64,ResTyElts)); in SelectVLDDup()
2278 ResTys.push_back(MVT::i32); in SelectVLDDup()
2279 ResTys.push_back(MVT::Other); in SelectVLDDup()
2280 SDNode *VLdDup = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDDup()
3416 std::vector<EVT> ResTys; in Select() local
3418 ResTys.push_back(MVT::i32); in Select()
3419 ResTys.push_back(MVT::i32); in Select()
3421 ResTys.push_back(MVT::Untyped); in Select()
3422 ResTys.push_back(MVT::Other); in Select()
3427 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()
3475 const EVT ResTys[] = {MVT::i32, MVT::Other}; in Select() local
3495 SDNode *St = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()