Searched refs:is_not_null (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/mlir/test/Conversion/PDLToPDLInterp/ |
D | pdl-to-pdl-interp-matcher.mlir | 42 // CHECK-DAG: pdl_interp.is_not_null %[[ATTR]] : !pdl.attribute 47 // CHECK-DAG: pdl_interp.is_not_null %[[ATTR1]] : !pdl.attribute 88 // CHECK-DAG: pdl_interp.is_not_null %[[INPUT]] : !pdl.value 112 // CHECK-DAG: pdl_interp.is_not_null %[[RESULT]] : !pdl.value
|
/external/perfetto/src/trace_processor/tables/ |
D | macros_unittest.cc | 158 out = slice_.Filter({slice_.dur().is_not_null()}); in TEST_F() 278 out = counter_.Filter({counter_.value().is_not_null()}); in TEST_F() 370 out = cpu_slice_.Filter({cpu_slice_.end_state().is_not_null()}); in TEST_F()
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | callbacks.ll | 80 define internal void @t0_callback_callee(i32* %is_not_null, i32* %ptr, i32* %a, i64 %b, i32** %c) { 102 store i32 %ptr_val, i32* %is_not_null 180 define internal void @t1_callback_callee(i32* %is_not_null, i32* %ptr, i32* %a, i64 %b, i32** %c) { 204 store i32 %ptr_val, i32* %is_not_null 282 define internal void @t2_callback_callee(i32* %is_not_null, i32* %ptr, i32* %a, i64 %b, i32** %c) { 304 store i32 %ptr_val, i32* %is_not_null 387 define internal void @t3_callback_callee(i32* %is_not_null, i32* %ptr, i32* %a, i64 %b, i32** %c) { 409 store i32 %ptr_val, i32* %is_not_null
|
/external/llvm-project/mlir/test/Rewrite/ |
D | pdl-bytecode.mlir | 284 pdl_interp.is_not_null %attr : !pdl.attribute -> ^pat1, ^end 365 pdl_interp.is_not_null %attr : !pdl.attribute -> ^pat1, ^end 756 pdl_interp.is_not_null %attr : !pdl.attribute -> ^pat1, ^end
|
/external/llvm-project/mlir/include/mlir/Dialect/PDLInterp/IR/ |
D | PDLInterpOps.td | 680 : PDLInterp_PredicateOp<"is_not_null", [NoSideEffect]> { 683 `pdl_interp.is_not_null` operations check that a positional value exists. On 690 pdl_interp.is_not_null %value : !pdl.value -> ^matchDest, ^failureDest
|
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-async.ll | 276 br i1 %isNull, label %is_null, label %is_not_null 281 is_not_null:
|
/external/perfetto/src/trace_processor/db/ |
D | column.h | 381 Constraint is_not_null() const { in is_not_null() function
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 139 Value *is_not_null = B.CreateIsNotNull(pop_expr()); in visit_if_stmt_node() local 142 B.CreateCondBr(is_not_null, label_then, label_else); in visit_if_stmt_node() 144 B.CreateCondBr(is_not_null, label_then, label_end); in visit_if_stmt_node()
|