Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlhlo-legalize-select-and-scatter.mlir91 // Update `INBOUNDS`, i.e. whether or not ARG indices are inside the boundaries
102 // INBOUNDS-THEN-BODY, i.e. if INBOUNDS == true
108 // INIT-THEN-BODY, i.e. INBOUNDS == true and INIT = true
140 // INIT-ELSE-BODY, i.e. if INBOUNDS == TRUE and INIT == FALSE, returns ARG
146 // INBOUNDS-THEN-BODY yield.
151 // INBOUNDS-ELSE-REGION, i.e. if INBOUNDS == FALSE
/external/llvm-project/mlir/test/Dialect/Linalg/
Dtile-and-distribute.mlir47 // CHECK: %[[INBOUNDS:.*]] = and %[[INBOUNDSY]], %[[INBOUNDSX]]
48 // CHECK: scf.if %[[INBOUNDS]]
105 // CHECK: %[[INBOUNDS:.*]] = cmpi "slt", %[[LBX]], %{{.*}}
106 // CHECK: scf.if %[[INBOUNDS]]
137 // CHECK: %[[INBOUNDS:.*]] = cmpi "slt", %[[LBY]], %{{.*}}
138 // CHECK: scf.if %[[INBOUNDS]]
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/
Dbasic.ll45 ; RECOVER: br i1 %[[OOB]], label %[[FAIL]], label %[[INBOUNDS:[0-9]*]], !prof {{.*}}
47 ; RECOVER: [[INBOUNDS]]:
95 ; RECOVER: br i1 %[[OOB]], label %[[FAIL]], label %[[INBOUNDS:[0-9]*]], !prof {{.*}}
97 ; RECOVER: [[INBOUNDS]]:
/external/llvm-project/polly/include/polly/Support/
DScopHelper.h41 INBOUNDS, enumerator
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2019 case INBOUNDS: in toString()
2080 case INBOUNDS: in trackAssumption()
DScopBuilder.cpp2520 recordAssumption(&RecordedAssumptions, INBOUNDS, Outside, Loc, in assumeNoOutOfBounds()