Lines Matching refs:ResTys
1818 std::vector<EVT> ResTys; in SelectVLD() local
1819 ResTys.push_back(ResTy); in SelectVLD()
1821 ResTys.push_back(MVT::i32); in SelectVLD()
1822 ResTys.push_back(MVT::Other); in SelectVLD()
1850 VLd = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLD()
1880 VLd = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, Ops); in SelectVLD()
1946 std::vector<EVT> ResTys; in SelectVST() local
1948 ResTys.push_back(MVT::i32); in SelectVST()
1949 ResTys.push_back(MVT::Other); in SelectVST()
2003 SDNode *VSt = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVST()
2046 SDNode *VStB = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, in SelectVST()
2103 std::vector<EVT> ResTys; in SelectVLDSTLane() local
2108 ResTys.push_back(EVT::getVectorVT(*CurDAG->getContext(), in SelectVLDSTLane()
2112 ResTys.push_back(MVT::i32); in SelectVLDSTLane()
2113 ResTys.push_back(MVT::Other); in SelectVLDSTLane()
2152 SDNode *VLdLn = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDSTLane()
2233 std::vector<EVT> ResTys; in SelectVLDDup() local
2234 ResTys.push_back(EVT::getVectorVT(*CurDAG->getContext(), MVT::i64,ResTyElts)); in SelectVLDDup()
2236 ResTys.push_back(MVT::i32); in SelectVLDDup()
2237 ResTys.push_back(MVT::Other); in SelectVLDDup()
2238 SDNode *VLdDup = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDDup()
3030 std::vector<EVT> ResTys; in Select() local
3032 ResTys.push_back(MVT::i32); in Select()
3033 ResTys.push_back(MVT::i32); in Select()
3035 ResTys.push_back(MVT::Untyped); in Select()
3036 ResTys.push_back(MVT::Other); in Select()
3044 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()
3089 const EVT ResTys[] = {MVT::i32, MVT::Other}; in Select() local
3109 SDNode *St = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()