Lines Matching refs:ResTys

1850   std::vector<EVT> ResTys;  in SelectVLD()  local
1851 ResTys.push_back(ResTy); in SelectVLD()
1853 ResTys.push_back(MVT::i32); in SelectVLD()
1854 ResTys.push_back(MVT::Other); in SelectVLD()
1882 VLd = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLD()
1912 VLd = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, Ops); in SelectVLD()
1978 std::vector<EVT> ResTys; in SelectVST() local
1980 ResTys.push_back(MVT::i32); in SelectVST()
1981 ResTys.push_back(MVT::Other); in SelectVST()
2035 SDNode *VSt = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVST()
2078 SDNode *VStB = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, in SelectVST()
2135 std::vector<EVT> ResTys; in SelectVLDSTLane() local
2140 ResTys.push_back(EVT::getVectorVT(*CurDAG->getContext(), in SelectVLDSTLane()
2144 ResTys.push_back(MVT::i32); in SelectVLDSTLane()
2145 ResTys.push_back(MVT::Other); in SelectVLDSTLane()
2184 SDNode *VLdLn = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDSTLane()
2265 std::vector<EVT> ResTys; in SelectVLDDup() local
2266 ResTys.push_back(EVT::getVectorVT(*CurDAG->getContext(), MVT::i64,ResTyElts)); in SelectVLDDup()
2268 ResTys.push_back(MVT::i32); in SelectVLDDup()
2269 ResTys.push_back(MVT::Other); in SelectVLDDup()
2270 SDNode *VLdDup = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectVLDDup()
3061 std::vector<EVT> ResTys; in Select() local
3063 ResTys.push_back(MVT::i32); in Select()
3064 ResTys.push_back(MVT::i32); in Select()
3066 ResTys.push_back(MVT::Untyped); in Select()
3067 ResTys.push_back(MVT::Other); in Select()
3075 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()
3122 const EVT ResTys[] = {MVT::i32, MVT::Other}; in Select() local
3142 SDNode *St = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select()