Home
last modified time | relevance | path

Searched refs:callee_func (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_memref_prints.cc44 auto callee_func = in emitCallToPrint() local
46 if (!callee_func) { in emitCallToPrint()
53 callee_func = b->create<FuncOp>(module.getLoc(), func_name, func_type); in emitCallToPrint()
54 callee_func.setPrivate(); in emitCallToPrint()
56 return b->create<CallOp>(loc, callee_func, arg); in emitCallToPrint()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/
Dwhile_op.mlir11 // CHECK: func @callee_func
41 %0 = "tf.PartionedCalledOp"(%arg0) { f = @callee_func} : (tensor<i32>) -> tensor<i1>
44 func @callee_func(%arg0: tensor<i32>) -> tensor<i1> {
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining/
Dwhile_op.mlir36 %0 = "tf.PartionedCalledOp"(%arg0) {f = @callee_func} : (tensor<i32>) -> tensor<i1>
39 func @callee_func(%arg0: tensor<i32>) -> tensor<i1> {
/external/llvm-project/mlir/test/Dialect/LLVMIR/
Dinvalid.mlir172 llvm.func @callee_func(!llvm.i8) -> ()
176 llvm.call @callee_func(%arg0) : (!llvm.i32) -> ()
188 llvm.func @callee_func() -> (!llvm.i8)
192 %res = llvm.call @callee_func() : () -> (!llvm.i32)
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp768 Function *callee_func = call_edge->GetCallee(modlist, parent_exe_ctx); in Evaluate_DW_OP_entry_value() local
769 if (callee_func != current_func) { in Evaluate_DW_OP_entry_value()