Lines Matching refs:ResTys
1143 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoad() local
1145 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad()
1165 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoad() local
1168 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad()
1207 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStore() local
1219 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostStore()
1274 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoadLane() local
1281 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane()
1313 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoadLane() local
1325 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane()
1398 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStoreLane() local
1408 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostStoreLane()