Lines Matching refs:LdVT
27073 MVT LdVT = Subtarget.is64Bit() && VT.isInteger() ? MVT::i64 : MVT::f64; in ReplaceNodeResults() local
27074 SDValue Res = DAG.getLoad(LdVT, dl, Ld->getChain(), Ld->getBasePtr(), in ReplaceNodeResults()
27079 MVT WideVT = MVT::getVectorVT(LdVT, 2); in ReplaceNodeResults()
37454 EVT LdVT = Mld->getMemoryVT(); in combineMaskedLoad() local
37457 assert(LdVT != VT && "Cannot extend to the same type"); in combineMaskedLoad()
37459 unsigned FromSz = LdVT.getScalarSizeInBits(); in combineMaskedLoad()
37469 LdVT.getScalarType(), NumElems*SizeRatio); in combineMaskedLoad()
37904 MVT LdVT = (Subtarget.is64Bit() && in combineStore() local
37906 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(), in combineStore()
40178 EVT LdVT = Ld->getValueType(0); in combineSIntToFP() local
40191 !Subtarget.is64Bit() && LdVT == MVT::i64) { in combineSIntToFP()
40193 SDValue(N, 0), LdVT, Ld->getChain(), Op0, DAG); in combineSIntToFP()