Searched refs:TmpVT (Results 1 – 4 of 4) sorted by relevance
4742 MVT TmpVT; in selectShift() local4743 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()4744 SrcVT = TmpVT; in selectShift()4751 MVT TmpVT; in selectShift() local4752 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()4753 SrcVT = TmpVT; in selectShift()
4878 EVT TmpVT = U->user_begin()->getValueType(0); in LowerVectorINT_TO_FP() local4879 if (TmpVT.getScalarType() == MVT::f16) in LowerVectorINT_TO_FP()
4963 for (EVT TmpVT = NVT;;) { in ExpandIntRes_Shift() local4964 EVT NewTMPVT = TLI.getTypeToTransformTo(*DAG.getContext(), TmpVT); in ExpandIntRes_Shift()4965 if (NewTMPVT == TmpVT) in ExpandIntRes_Shift()4967 TmpVT = NewTMPVT; in ExpandIntRes_Shift()
22025 EVT TmpVT = DstVT; in LowerFP_TO_INT_SAT() local22035 unsigned TmpWidth = TmpVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT()22041 TmpVT = MVT::i32; in LowerFP_TO_INT_SAT()22048 TmpVT = MVT::i64; in LowerFP_TO_INT_SAT()22085 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()22093 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, BothClamped); in LowerFP_TO_INT_SAT()22125 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, Src); in LowerFP_TO_INT_SAT()22127 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()22137 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) { in LowerFP_TO_INT_SAT()22150 if (!IsSigned || DstVT != TmpVT) { in LowerFP_TO_INT_SAT()[all …]