Home
last modified time | relevance | path

Searched refs:new_call (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_subroutine.cpp113 ir_call *new_call = call_clone(ir, sub_sig); in visit_leave() local
115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call); in visit_leave()
117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch); in visit_leave()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_resource_exhausted_test.py197 new_call = multi_callable(_REQUEST)
198 for response in new_call:
250 new_call = multi_callable(request)
251 for response in new_call:
/external/grpc-grpc/test/core/end2end/fixtures/
Dproxy.cc40 new_call(nullptr) { in grpc_end2end_proxy()
54 grpc_call* new_call; member
338 pc->c2p = proxy->new_call; in on_new_call()
409 GPR_ASSERT(proxy->new_call == nullptr); in on_new_call()
414 proxy->new_call = nullptr; in request_call()
416 proxy->server, &proxy->new_call, in request_call()
/external/tensorflow/tensorflow/python/autograph/converters/
Dcall_trees.py201 new_call = templates.replace_as_expression(
208 return new_call
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc798 HloInstruction* new_call = computation->AddInstruction( in RunOnInstruction() local
802 << new_call->ToString(); in RunOnInstruction()
804 TF_RETURN_IF_ERROR(new_call->set_backend_config(backend_config)); in RunOnInstruction()
811 new_call_shape.tuple_shapes(0), new_call, 0)), in RunOnInstruction()
/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c2762 struct cil_call *new_call = current->data; in cil_resolve_call1() local
2773 rc = cil_resolve_name(current, new_call->macro_str, CIL_SYM_BLOCKS, extra_args, &macro_datum); in cil_resolve_call1()
2781 printf("Failed to resolve %s to a macro\n", new_call->macro_str); in cil_resolve_call1()
2785 new_call->macro = (struct cil_macro*)macro_datum; in cil_resolve_call1()
2787 if (new_call->macro->params != NULL ) { in cil_resolve_call1()
2793 if (new_call->args_tree == NULL) { in cil_resolve_call1()
2799 pc = new_call->args_tree->root->cl_head; in cil_resolve_call1()
2801 cil_list_init(&new_call->args, CIL_LIST_ITEM); in cil_resolve_call1()
2803 cil_list_for_each(item, new_call->macro->params) { in cil_resolve_call1()
2984 cil_list_append(new_call->args, CIL_ARGS, new_arg); in cil_resolve_call1()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dstack_ops_decomposition.cc307 auto new_call = builder.create<CallOp>( in HandlePartitionedCallOp() local
310 new_call->setAttr( in HandlePartitionedCallOp()
325 call.replaceAllUsesWith(new_call); in HandlePartitionedCallOp()
Dtensor_list_ops_decomposition.cc457 auto new_call = builder.create<CallOp>( in HandlePartitionedCallOp() local
460 new_call->setAttr( in HandlePartitionedCallOp()
464 (*buffer_to_size)[new_call.getResult(std::get<0>(entry))] = { in HandlePartitionedCallOp()
465 new_call.getResult(std::get<1>(entry)), std::get<2>(entry)}; in HandlePartitionedCallOp()
468 new_call.getResults().take_front(call.getNumResults())); in HandlePartitionedCallOp()
Dresource_op_lifting.cc1180 auto new_call = builder.create<CallOpType>( in UpdatePartitionedCallOpWithNewCallee() local
1183 new_call->setAttr( in UpdatePartitionedCallOpWithNewCallee()
1186 new_call, lifting_info.arg_data_type_and_updated_output_index); in UpdatePartitionedCallOpWithNewCallee()
1192 new_call.getResult(lifting_info.old_to_new_output_indices[i])); in UpdatePartitionedCallOpWithNewCallee()
Dtensor_array_ops_decomposition.cc752 auto new_call = builder.create<CallOp>( in HandlePartitionedCallOp() local
755 new_call->setAttr( in HandlePartitionedCallOp()
762 call.replaceAllUsesWith(new_call); in HandlePartitionedCallOp()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp1014 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local
1015 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping()
1027 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local
1028 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
1047 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local
1048 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp1012 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local
1013 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping()
1025 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local
1026 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
1045 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local
1046 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc548 static call_state* new_call(call_state* sibling, call_state_type type) { in new_call() function
717 g_active_call = new_call(nullptr, ROOT); in LLVMFuzzerTestOneInput()
931 call_state* cs = new_call(g_active_call, CLIENT); in LLVMFuzzerTestOneInput()
1129 call_state* cs = new_call(g_active_call, PENDING_SERVER); in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc389 auto new_call = builder.create<CallOp>( in RewriteCallOp() local
393 for (auto results : llvm::zip(call.getResults(), new_call.getResults())) in RewriteCallOp()
396 return new_call.getResults().back(); in RewriteCallOp()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c5987 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_paramsflavor_neg() local
5988 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_paramsflavor_neg()
5989 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_paramsflavor_neg()
5990 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_paramsflavor_neg()
6018 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_unknownflavor_neg() local
6019 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_unknownflavor_neg()
6020 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_unknownflavor_neg()
6021 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_unknownflavor_neg()