Home
last modified time | relevance | path

Searched refs:func_result (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/DebugInfo/X86/
Ddistringtype.ll50 %func_result = call i32 @for_set_reentrancy(i32* @2), !dbg !12
124 …%func_result = call i32 (i8*, i32, i64, i8*, i8*, ...) @for_write_seq_lis(i8* %"(i8*)var$3$", i32 …
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_space_to_depth_pass.cc652 auto func_result = getOperation().walk([&](tf_device::ClusterFuncOp cluster) { in runOnOperation() local
658 if (!func_result.wasInterrupted() || !cluster_func.hasValue()) { in runOnOperation()