Searched refs:LdVT (Results 1 – 3 of 3) sorted by relevance
4169 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local4171 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads()4172 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType()); in GenWidenVectorLoads()4181 int LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads()4320 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local4322 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorExtLoads()4332 EVT LdEltVT = LdVT.getVectorElementType(); in GenWidenVectorExtLoads()4333 unsigned NumElts = LdVT.getVectorNumElements(); in GenWidenVectorExtLoads()
5373 EVT LdVT = N->getValueType(0); in combineLOAD() local5374 if (LdVT.isVector() || LdVT.isInteger()) in combineLOAD()5398 SDValue Extract0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, LdVT, in combineLOAD()
27073 MVT LdVT = Subtarget.is64Bit() && VT.isInteger() ? MVT::i64 : MVT::f64; in ReplaceNodeResults() local27074 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() local37457 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() local40178 EVT LdVT = Ld->getValueType(0); in combineSIntToFP() local40191 !Subtarget.is64Bit() && LdVT == MVT::i64) { in combineSIntToFP()[all …]