Searched refs:outOfBounds (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | Utils.cpp | 675 bool outOfBounds = false; in boundCheckLoadOrStoreOp() local 693 outOfBounds = !ucst.isEmpty(); in boundCheckLoadOrStoreOp() 694 if (outOfBounds && emitError) { in boundCheckLoadOrStoreOp() 704 outOfBounds = !lcst.isEmpty(); in boundCheckLoadOrStoreOp() 705 if (outOfBounds && emitError) { in boundCheckLoadOrStoreOp() 710 return failure(outOfBounds); in boundCheckLoadOrStoreOp()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/ |
| H A D | ShapeToStandard.cpp | 85 Value outOfBounds = lb.create<arith::CmpIOp>(arith::CmpIPredicate::ult, in getBroadcastedDim() local 90 TypeRange{indexTy}, outOfBounds, in getBroadcastedDim() 287 Value outOfBounds = b.create<arith::CmpIOp>( in matchAndRewrite() local 291 loc, TypeRange{i1Ty}, outOfBounds, in matchAndRewrite()
|
| /llvm-project-15.0.7/polly/test/CodeGen/OpenMP/ |
| H A D | single_loop.ll | 134 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.nextUB.outOfBounds = icmp sgt i64 %{{[0-9]+}}, %po… 135 …-CHUNKED-NEXT: %polly.indvar.nextUB = select i1 %polly.indvar.nextUB.outOfBounds, i64 %polly.ind…
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 3844 mlir::Value outOfBounds = in genShift() local 3848 return builder.create<mlir::arith::SelectOp>(loc, outOfBounds, zero, shifted); in genShift()
|