Searched refs:StoreType (Results 1 – 5 of 5) sorted by relevance
58 enum StoreType { enum118 void StoreStagedLogAsUnsent(StoreType store_type);170 StoreType store_type);
129 void MetricsLogManager::StoreStagedLogAsUnsent(StoreType store_type) { in StoreStagedLogAsUnsent()142 StoreType store_type) { in StoreLog()
1290 MetricsLogManager::StoreType store_type; in PushPendingLogsToPersistentStorage()
8707 MVT StoreType = MVT::i8; in PerformSTORECombine() local8712 StoreType = Tp; in PerformSTORECombine()8715 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine()8720 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine()8724 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()8729 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()8732 StoreType, ShuffWide, in PerformSTORECombine()
17553 MVT StoreType = MVT::i8; in PerformSTORECombine() local17558 StoreType = Tp; in PerformSTORECombine()17562 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 && in PerformSTORECombine()17564 StoreType = MVT::f64; in PerformSTORECombine()17568 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits()); in PerformSTORECombine()17572 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()17577 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) { in PerformSTORECombine()17579 StoreType, ShuffWide, in PerformSTORECombine()