Searched refs:LdVT (Results 1 – 3 of 3) sorted by relevance
1963 EVT LdVT = LoadNode->getMemoryVT(); in isLoadIncOrDecStore() local1964 if (LdVT != MVT::i64 && LdVT != MVT::i32 && LdVT != MVT::i16 && in isLoadIncOrDecStore()1965 LdVT != MVT::i8) in isLoadIncOrDecStore()2024 static unsigned getFusedLdStOpcode(EVT &LdVT, unsigned Opc) { in getFusedLdStOpcode() argument2026 if (LdVT == MVT::i64) return X86::DEC64m; in getFusedLdStOpcode()2027 if (LdVT == MVT::i32) return X86::DEC32m; in getFusedLdStOpcode()2028 if (LdVT == MVT::i16) return X86::DEC16m; in getFusedLdStOpcode()2029 if (LdVT == MVT::i8) return X86::DEC8m; in getFusedLdStOpcode()2032 if (LdVT == MVT::i64) return X86::INC64m; in getFusedLdStOpcode()2033 if (LdVT == MVT::i32) return X86::INC32m; in getFusedLdStOpcode()[all …]
4790 EVT LdVT = Elt.getValueType(); in EltsFromConsecutiveLoads() local4793 if (LdVT.getSizeInBits() != VT.getSizeInBits() / NumElems) in EltsFromConsecutiveLoads()4795 if (!DAG.isConsecutiveLoad(LD, LDBase, LdVT.getSizeInBits() / 8, i)) in EltsFromConsecutiveLoads()22575 EVT LdVT = Mld->getMemoryVT(); in PerformMLOADCombine() local22578 assert(LdVT != VT && "Cannot extend to the same type"); in PerformMLOADCombine()22580 unsigned FromSz = LdVT.getVectorElementType().getSizeInBits(); in PerformMLOADCombine()22590 LdVT.getScalarType(), NumElems*SizeRatio); in PerformMLOADCombine()22894 EVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64; in PerformSTORECombine() local22895 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(), in PerformSTORECombine()
2991 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local2993 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads()2994 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType()); in GenWidenVectorLoads()3005 int LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads()3145 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local3147 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorExtLoads()3159 EVT LdEltVT = LdVT.getVectorElementType(); in GenWidenVectorExtLoads()3160 unsigned NumElts = LdVT.getVectorNumElements(); in GenWidenVectorExtLoads()