Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp828 const SCEV *NumBytesS; in getNumBytes() local
840 NumBytesS = SE->getZeroExtendExpr( in getNumBytes()
844 NumBytesS = SE->getAddExpr(SE->getTruncateOrZeroExtend(BECount, IntPtr), in getNumBytes()
850 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize), in getNumBytes()
853 return NumBytesS; in getNumBytes()
913 const SCEV *NumBytesS = in processLoopStridedStore() local
918 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
922 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator()); in processLoopStridedStore()
1046 const SCEV *NumBytesS = in processLoopStoreOfLoopLoad() local
1050 Expander.expandCodeFor(NumBytesS, IntPtrTy, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2146 const SCEV *NumBytesS = in processCopyingStore() local
2149 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize), in processCopyingStore()
2151 Value *NumBytes = Expander.expandCodeFor(NumBytesS, IntPtrTy, ExpPt); in processCopyingStore()