Lines Matching refs:ResTys
2166 std::vector<EVT> ResTys; in SelectVLD() local
2167 ResTys.push_back(ResTy); in SelectVLD()
2169 ResTys.push_back(MVT::i32); in SelectVLD()
2170 ResTys.push_back(MVT::Other); in SelectVLD()
2200 VLd = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLD()
2230 VLd = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, Ops); in SelectVLD()
2302 std::vector<EVT> ResTys; in SelectVST() local
2304 ResTys.push_back(MVT::i32); in SelectVST()
2305 ResTys.push_back(MVT::Other); in SelectVST()
2361 SDNode *VSt = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVST()
2405 SDNode *VStB = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, in SelectVST()
2467 std::vector<EVT> ResTys; in SelectVLDSTLane() local
2472 ResTys.push_back(EVT::getVectorVT(*CurDAG->getContext(), in SelectVLDSTLane()
2476 ResTys.push_back(MVT::i32); in SelectVLDSTLane()
2477 ResTys.push_back(MVT::Other); in SelectVLDSTLane()
2518 SDNode *VLdLn = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDSTLane()
3011 std::vector<EVT> ResTys; in SelectVLDDup() local
3012 ResTys.push_back(ResTy); in SelectVLDDup()
3014 ResTys.push_back(MVT::i32); in SelectVLDDup()
3015 ResTys.push_back(MVT::Other); in SelectVLDDup()
3055 SDNode *VLdDup = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDDup()
4764 std::vector<EVT> ResTys; in Select() local
4766 ResTys.push_back(MVT::i32); in Select()
4767 ResTys.push_back(MVT::i32); in Select()
4769 ResTys.push_back(MVT::Untyped); in Select()
4770 ResTys.push_back(MVT::Other); in Select()
4775 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()
4822 const EVT ResTys[] = {MVT::i32, MVT::Other}; in Select() local
4842 SDNode *St = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()