/external/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 40 RetOrArg(const Function *F, unsigned Idx, bool IsArg) in RetOrArg() 41 : F(F), Idx(Idx), IsArg(IsArg) {} in RetOrArg() 44 bool IsArg; member 48 return std::tie(F, Idx, IsArg) < std::tie(O.F, O.Idx, O.IsArg); 53 return F == O.F && Idx == O.Idx && IsArg == O.IsArg; 57 return (Twine(IsArg ? "Argument #" : "Return value #") + Twine(Idx) + in getDescription()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 47 bool IsArg; member 49 RetOrArg(const Function *F, unsigned Idx, bool IsArg) in RetOrArg() 50 : F(F), Idx(Idx), IsArg(IsArg) {} in RetOrArg() 54 return std::tie(F, Idx, IsArg) < std::tie(O.F, O.Idx, O.IsArg); 59 return F == O.F && Idx == O.Idx && IsArg == O.IsArg; 63 return (Twine(IsArg ? "Argument #" : "Return value #") + Twine(Idx) + in getDescription()
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 47 bool IsArg; member 49 RetOrArg(const Function *F, unsigned Idx, bool IsArg) in RetOrArg() 50 : F(F), Idx(Idx), IsArg(IsArg) {} in RetOrArg() 54 return std::tie(F, Idx, IsArg) < std::tie(O.F, O.Idx, O.IsArg); 59 return F == O.F && Idx == O.Idx && IsArg == O.IsArg; 63 return (Twine(IsArg ? "Argument #" : "Return value #") + Twine(Idx) + in getDescription()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | eval_const_tensor.cc | 128 DCHECK(node->IsArg()); in GetArgNodeIndex() 205 if (!current_node->IsArg() && current_node->op_def().is_stateful()) { in ExtractConstantSubgraph() 243 if (outer_context && current_node->IsArg()) { in ExtractConstantSubgraph() 369 if (src->IsArg() && outer_context) { in EvaluateConstantTensor()
|
D | replicate_per_replica_nodes.cc | 46 if (replicated_node->IsArg()) { in ReplicateNode() 165 if (replicated_node->IsArg() && replicated_node->out_edges().empty()) { in RemoveDeadReplicatedArgs() 254 if (n->IsArg()) { in ReplicatePerReplicaNodesInFunctionGraph()
|
D | lower_functional_ops.cc | 73 if (n->IsArg() || n->IsRetval()) return true; in HasArgsOrRetvals()
|
D | partitioning_utils.cc | 88 if (node->IsArg()) { in UpdateArgAndRetvalMetadata()
|
D | partitioning_utils_test.cc | 229 if (n->IsArg()) { in TEST_F()
|
D | replicate_per_replica_nodes_test.cc | 61 if (node->IsArg()) { in CheckArgNum()
|
D | inline_function_utils.cc | 660 !n->IsArg(); // (c) in InlineFunctionBody()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | rearrange_function_argument.cc | 195 if (!e->src()->IsArg()) { in CalculateRetvalRearrange() 333 if (input_node->IsArg()) { in MaybeRewriteWhileNode()
|
D | resource_util.cc | 293 if (n->IsArg()) { in AnalyzeResourceUsage()
|
D | xla_compiler.cc | 103 if (n->IsArg()) { in ComputeArgAndRetvalShardings() 788 if (n->IsArg()) { in CompileFunction()
|
D | tf2xla_util.cc | 117 if (n->IsArg()) { in ReplaceArgUsageWithConstNode()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 353 bool IsArg = false,
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.cc | 335 if (IsArg(node)) { in ReplaceInputWithConst() 597 if (IsArg(func_node) || IsRetval(func_node) || in MakeFunctionDef()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.h | 39 bool IsArg(const NodeDef& node);
|
D | op_types.cc | 92 bool IsArg(const NodeDef& node) { in IsArg() function
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer.cc | 388 if (IsArg(*node->node())) { in EraseOutputShapeAttrs()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | encapsulate_tpu_computations_pass.cc | 373 if (!e->src()->IsArg() && in MoveHeadOutsideCompilationToHost() 482 if (e->src()->IsArg()) { in MoveHeadOutsideCompilationToHost() 650 if (n->IsArg()) { in MoveHeadOutsideCompilationToHost() 794 if (!n->IsArg()) { in RemoveUnusedXlaInput() 1255 if (!n->IsArg()) { in ReplaceArgUsedByOutsideCompilationWithPlaceholder() 1498 if (!e->IsControlEdge() && e->src()->IsArg() && e->dst()->IsRetval()) { in RemoveEdgesBetweenArgAndRetval()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | single_threaded_executor.cc | 100 if (n->IsArg()) { in Initialize()
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_to_functiondef.cc | 321 if (node->IsArg()) { in GraphToFunctionDefHelper()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.h | 201 bool IsArg() const { return class_ == NC_ARG; } in IsArg() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 951 BugReport &report, bool IsArg, in trackNullOrUndefValue() argument 970 if (IsArg && !Inner) { in trackNullOrUndefValue()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | import_model.cc | 1037 if (node.IsArg()) { in InferOutputType() 1542 if (arg_node.node->IsArg()) { in ConvertFunctionArgAndRets() 1926 if (input_node.IsArg() && input_edge->IsControlEdge()) { in ConvertNode() 2450 if (node->IsArg()) in GetArgsRetsAndTypesFromFunctionGraph()
|