Searched refs:StoreVT (Results 1 – 8 of 8) sorted by relevance
1713 EVT StoreVT = ST->getMemoryVT(); in tryStore() local1720 if (!StoreVT.isSimple()) in tryStore()1746 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore()1755 assert(StoreVT == MVT::v2f16 && "Unexpected vector type"); in tryStore()1883 EVT StoreVT = MemSD->getMemoryVT(); in tryStoreVector() local1904 assert(StoreVT.isSimple() && "Store value is not simple"); in tryStoreVector()1905 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in tryStoreVector()
2121 EVT StoreVT = ST->getMemoryVT(); in tryStore() local2128 if (!StoreVT.isSimple()) in tryStore()2143 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore()2360 EVT StoreVT = MemSD->getMemoryVT(); in tryStoreVector() local2380 assert(StoreVT.isSimple() && "Store value is not simple"); in tryStoreVector()2381 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in tryStoreVector()
295 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT) const { in isStoreBitCastBeneficial() argument297 return isLoadBitCastBeneficial(StoreVT, BitcastVT); in isStoreBitCastBeneficial()
146 MVT::SimpleValueType StoreVT = (MVT::SimpleValueType) stype; in SPUTargetLowering() local147 setTruncStoreAction(VT, StoreVT, Expand); in SPUTargetLowering()159 MVT::SimpleValueType StoreVT = (MVT::SimpleValueType) stype; in SPUTargetLowering() local160 setTruncStoreAction(VT, StoreVT, Expand); in SPUTargetLowering()
401 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT) const { in isStoreBitCastBeneficial() argument403 return isLoadBitCastBeneficial(StoreVT, BitcastVT); in isStoreBitCastBeneficial()
4595 MVT StoreVT = VData.getSimpleValueType(); in lowerImage() local4596 if (StoreVT.getScalarType() == MVT::f16) { in lowerImage()5266 EVT StoreVT = VData.getValueType(); in handleD16VData() local5269 if (!StoreVT.isVector()) in handleD16VData()5273 assert((StoreVT.getVectorNumElements() != 3) && "Handle v3f16"); in handleD16VData()5277 EVT IntStoreVT = StoreVT.changeTypeToInteger(); in handleD16VData()5281 StoreVT.getVectorNumElements()); in handleD16VData()5286 assert(isTypeLegal(StoreVT)); in handleD16VData()
10635 MVT StoreVT = VT.getSimpleVT(); in PerformDAGCombine() local10637 (StoreVT == MVT::v2f64 || StoreVT == MVT::v2i64 || in PerformDAGCombine()10638 StoreVT == MVT::v4f32 || StoreVT == MVT::v4i32)) in PerformDAGCombine()
12554 MVT StoreVT = Op1VT.getSimpleVT(); in PerformDAGCombine() local12556 (StoreVT == MVT::v2f64 || StoreVT == MVT::v2i64 || in PerformDAGCombine()12557 StoreVT == MVT::v4f32 || StoreVT == MVT::v4i32)) in PerformDAGCombine()