Searched refs:LdVT (Results 1 – 3 of 3) sorted by relevance
2099 EVT LdVT = LoadNode->getMemoryVT(); in isLoadIncOrDecStore() local2100 if (LdVT != MVT::i64 && LdVT != MVT::i32 && LdVT != MVT::i16 && in isLoadIncOrDecStore()2101 LdVT != MVT::i8) in isLoadIncOrDecStore()2160 static unsigned getFusedLdStOpcode(EVT &LdVT, unsigned Opc) { in getFusedLdStOpcode() argument2162 if (LdVT == MVT::i64) return X86::DEC64m; in getFusedLdStOpcode()2163 if (LdVT == MVT::i32) return X86::DEC32m; in getFusedLdStOpcode()2164 if (LdVT == MVT::i16) return X86::DEC16m; in getFusedLdStOpcode()2165 if (LdVT == MVT::i8) return X86::DEC8m; in getFusedLdStOpcode()2168 if (LdVT == MVT::i64) return X86::INC64m; in getFusedLdStOpcode()2169 if (LdVT == MVT::i32) return X86::INC32m; in getFusedLdStOpcode()[all …]
5420 EVT LdVT = Elt.getValueType(); in EltsFromConsecutiveLoads() local5423 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() local25965 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() local26311 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(), in PerformSTORECombine()27481 EVT LdVT = Ld->getValueType(0); in PerformSINT_TO_FPCombine() local[all …]
3377 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local3379 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads()3380 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType()); in GenWidenVectorLoads()3391 int LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads()3531 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local3533 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorExtLoads()3545 EVT LdEltVT = LdVT.getVectorElementType(); in GenWidenVectorExtLoads()3546 unsigned NumElts = LdVT.getVectorNumElements(); in GenWidenVectorExtLoads()