Searched refs:StoreType (Results 1 – 2 of 2) sorted by relevance
9184 MVT StoreType = MVT::i8; in PerformSTORECombine() local9187 StoreType = Tp; in PerformSTORECombine()9190 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine()9195 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine()9199 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()9204 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()9207 StoreType, ShuffWide, in PerformSTORECombine()
24958 MVT StoreType = MVT::i8; in PerformSTORECombine() local24961 StoreType = Tp; in PerformSTORECombine()24965 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 && in PerformSTORECombine()24967 StoreType = MVT::f64; in PerformSTORECombine()24971 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits()); in PerformSTORECombine()24975 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()24980 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) { in PerformSTORECombine()24982 StoreType, ShuffWide, in PerformSTORECombine()