Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1000 const SCEV *NumBytesS; in getNumBytes() local
1012 NumBytesS = SE->getZeroExtendExpr( in getNumBytes()
1016 NumBytesS = SE->getAddExpr(SE->getTruncateOrZeroExtend(BECount, IntPtr), in getNumBytes()
1022 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize), in getNumBytes()
1025 return NumBytesS; in getNumBytes()
1093 const SCEV *NumBytesS = in processLoopStridedStore() local
1098 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
1102 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStridedStore()
1320 const SCEV *NumBytesS = in processLoopStoreOfLoopLoad() local
1324 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2167 const SCEV *NumBytesS = in processCopyingStore() local
2170 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize), in processCopyingStore()
2172 Value *NumBytes = Expander.expandCodeFor(NumBytesS, IntPtrTy, ExpPt); in processCopyingStore()