Searched refs:INBOUNDS (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | lhlo-legalize-select-and-scatter.mlir | 91 // 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/ |
D | tile-and-distribute.mlir | 47 // 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/ |
D | basic.ll | 45 ; 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/ |
D | ScopHelper.h | 41 INBOUNDS, enumerator
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 2019 case INBOUNDS: in toString() 2080 case INBOUNDS: in trackAssumption()
|
D | ScopBuilder.cpp | 2520 recordAssumption(&RecordedAssumptions, INBOUNDS, Outside, Loc, in assumeNoOutOfBounds()
|