Lines Matching refs:LdVT
5420 EVT LdVT = Elt.getValueType(); in EltsFromConsecutiveLoads() local
5423 if (LdVT.getSizeInBits() != VT.getSizeInBits() / NumElems) in EltsFromConsecutiveLoads()
5425 if (!DAG.isConsecutiveLoad(LD, LDBase, LdVT.getSizeInBits() / 8, i)) in EltsFromConsecutiveLoads()
25962 EVT LdVT = Mld->getMemoryVT(); in PerformMLOADCombine() local
25965 assert(LdVT != VT && "Cannot extend to the same type"); in PerformMLOADCombine()
25967 unsigned FromSz = LdVT.getVectorElementType().getSizeInBits(); in PerformMLOADCombine()
25977 LdVT.getScalarType(), NumElems*SizeRatio); in PerformMLOADCombine()
26310 MVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64; in PerformSTORECombine() local
26311 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(), in PerformSTORECombine()
27481 EVT LdVT = Ld->getValueType(0); in PerformSINT_TO_FPCombine() local
27489 !Subtarget->is64Bit() && LdVT == MVT::i64) { in PerformSINT_TO_FPCombine()
27491 SDValue(N, 0), LdVT, Ld->getChain(), Op0, DAG); in PerformSINT_TO_FPCombine()