Lines Matching refs:TmpVT
21296 EVT TmpVT = DstVT; in LowerFP_TO_INT_SAT() local
21306 unsigned TmpWidth = TmpVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT()
21312 TmpVT = MVT::i32; in LowerFP_TO_INT_SAT()
21319 TmpVT = MVT::i64; in LowerFP_TO_INT_SAT()
21355 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
21363 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, BothClamped); in LowerFP_TO_INT_SAT()
21395 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, Src); in LowerFP_TO_INT_SAT()
21397 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
21407 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) { in LowerFP_TO_INT_SAT()
21420 if (!IsSigned || DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
32947 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8); in ReplaceNodeResults() local
32948 Res = DAG.getNode(ISD::TRUNCATE, dl, TmpVT, Res); in ReplaceNodeResults()
32951 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults()
32953 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(TmpVT)); in ReplaceNodeResults()
57509 EVT TmpVT = VT.changeVectorElementType(MVT::f32); in combineFP_EXTEND() local
57511 DAG.getNode(ISD::FP_EXTEND, dl, TmpVT, Src)); in combineFP_EXTEND()