Lines Matching refs:ResTys
1065 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoad() local
1067 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad()
1087 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoad() local
1090 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad()
1129 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStore() local
1141 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostStore()
1196 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoadLane() local
1203 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane()
1236 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoadLane() local
1247 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane()
1321 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStoreLane() local
1331 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostStoreLane()