Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Index/IR/
H A DInferIntRangeInterfaceImpls.cpp182 unsigned srcWidth, unsigned destWidth, in makeLikeDest() argument
184 if (srcWidth < destWidth) in makeLikeDest()
187 if (srcWidth > destWidth) in makeLikeDest()
197 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); in inferIndexCast() local
200 return makeLikeDest(range, srcWidth, destWidth, isSigned); in inferIndexCast()
203 makeLikeDest(range, srcWidth, destWidth, isSigned); in inferIndexCast()
205 makeLikeDest(range, srcWidth, indexMinWidth, isSigned); in inferIndexCast()
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DInferIntRangeInterfaceImpls.cpp260 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); in inferResultRanges()
263 if (srcWidth < destWidth) in inferResultRanges()
265 else if (srcWidth > destWidth) in inferResultRanges()
279 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); in inferResultRanges()
282 if (srcWidth < destWidth) in inferResultRanges()
284 else if (srcWidth > destWidth) in inferResultRanges()
242 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); inferResultRanges() local
261 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); inferResultRanges() local
/llvm-project/llvm/test/CodeGen/Hexagon/
H A Dswp-stages5.ll14 define void @fred(ptr noalias nocapture %src, i32 %srcWidth, i32 %srcHeight, i32 %srcStride, ptr noalias nocapture %dst, i32 %dstStride) #0 {
16 %sub = add i32 %srcWidth, -1
H A Dswp-stages4.ll20 define void @test(ptr noalias nocapture %src, i32 %srcWidth, i32 %srcHeight, i32 %srcStride, ptr noalias nocapture %dst, i32 %dstStride) #0 {
22 %sub = add i32 %srcWidth, -1
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp3343 const int64_t srcWidth = srcElementType.getIntOrFloatBitWidth(); in depthwiseConv()
3353 srcWidth < dstWidth) in depthwiseConv()
3357 srcWidth < dstWidth) in depthwiseConv()
3112 const int64_t srcWidth = srcElementType.getIntOrFloatBitWidth(); promote() local
/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dvpt-block-debug.mir163 !40 = !DILocalVariable(name: "srcWidth", scope: !12, file: !1, line: 72, type: !41)