Home
last modified time | relevance | path

Searched refs:SliceTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1743 Type *SliceTy = (NumElements == 1) in isVectorPromotionViableForSlice() local
1772 if (!canConvertValue(DL, SliceTy, LTy)) in isVectorPromotionViableForSlice()
1782 if (!canConvertValue(DL, STy, SliceTy)) in isVectorPromotionViableForSlice()
2474 Type *SliceTy = (NumElements == 1) in rewriteVectorizedStoreInst() local
2477 if (V->getType() != SliceTy) in rewriteVectorizedStoreInst()
2478 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
3820 Type *SliceTy = nullptr; in rewritePartition() local
3824 SliceTy = CommonUseTy; in rewritePartition()
3825 if (!SliceTy) in rewritePartition()
3828 SliceTy = TypePartitionTy; in rewritePartition()
[all …]