Lines Matching refs:Tys
603 MVT Tys[6] = {MVT::v8i8, MVT::v4i8, MVT::v2i8, in ARMTargetLowering() local
607 setLoadExtAction(ISD::EXTLOAD, Tys[i], Legal); in ARMTargetLowering()
608 setLoadExtAction(ISD::ZEXTLOAD, Tys[i], Legal); in ARMTargetLowering()
609 setLoadExtAction(ISD::SEXTLOAD, Tys[i], Legal); in ARMTargetLowering()
6024 SDVTList Tys = DAG.getVTList(ArgVT, ArgVT); in LowerFSINCOS() local
6025 return DAG.getNode(ISD::MERGE_VALUES, dl, Tys, in LowerFSINCOS()
6058 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other); in ReplaceATOMIC_OP_64() local
6060 DAG.getAtomic(Node->getOpcode(), dl, MVT::i64, Tys, Ops.data(), Ops.size(), in ReplaceATOMIC_OP_64()
9422 EVT Tys[6]; in CombineBaseUpdate() local
9426 Tys[n] = VecTy; in CombineBaseUpdate()
9427 Tys[n++] = MVT::i32; in CombineBaseUpdate()
9428 Tys[n] = MVT::Other; in CombineBaseUpdate()
9429 SDVTList SDTys = DAG.getVTList(Tys, NumResultVecs+2); in CombineBaseUpdate()
9504 EVT Tys[5]; in CombineVLDDUP() local
9507 Tys[n] = VT; in CombineVLDDUP()
9508 Tys[n] = MVT::Other; in CombineVLDDUP()
9509 SDVTList SDTys = DAG.getVTList(Tys, NumVecs+1); in CombineVLDDUP()