Home
last modified time | relevance | path

Searched defs:graph (Results 51 - 75 of 197) sorted by relevance

12345678

/third_party/node/deps/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc17 ControlFlowOptimizer::ControlFlowOptimizer(Graph* graph, in ControlFlowOptimizer() argument
H A Ddecompression-optimizer.h103 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::final
H A Djs-graph.h28 JSGraph(Isolate* isolate, Graph* graph, CommonOperatorBuilder* common, in JSGraph() argument
H A Dloop-peeling.cc270 void LoopPeeler::EliminateLoopExits(Graph* graph, Zone* tmp_zone) { in EliminateLoopExits() argument
H A Dloop-unrolling.cc17 UnrollLoop(Node* loop_node, ZoneUnorderedSet<Node*>* loop, uint32_t depth, Graph* graph, CommonOperatorBuilder* common, Zone* tmp_zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins) UnrollLoop() argument
H A Dloop-peeling.h37 LoopPeeler(Graph* graph, CommonOperatorBuilder* common, LoopTree* loop_tree, in LoopPeeler() argument
H A Dint64-lowering.h55 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::Int64Lowering
H A Dsimplified-operator-reducer.cc315 Graph* SimplifiedOperatorReducer::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::SimplifiedOperatorReducer
H A Dsimplified-lowering.h112 Graph* graph() { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::final
H A Dbasic-block-instrumentor.cc54 Instrument( OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, Isolate* isolate) Instrument() argument
[all...]
H A Dstate-values-utils.h72 Graph* graph() { return js_graph_->graph(); } in graph() function in v8::internal::compiler::StateValuesCache
H A Ddecompression-optimizer.cc45 DecompressionOptimizer::DecompressionOptimizer(Zone* zone, Graph* graph, in DecompressionOptimizer() argument
H A Descape-analysis-reducer.h25 NodeHashCache(Graph* graph, Zone* zone) in NodeHashCache() argument
H A Dmemory-lowering.h117 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-info.h63 void set_graph(Graph* graph) { graph_ = graph; } in set_graph() argument
64 Graph* graph() const { return graph_; } in graph() function in v8::internal::maglev::final
H A Dmaglev-graph-verifier.h33 void PreProcessGraph(MaglevCompilationUnit* compilation_unit, Graph* graph) { in PreProcessGraph() argument
39 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument
H A Dmaglev-compiler.cc50 void PreProcessGraph(MaglevCompilationUnit*, Graph* graph) { node_id_ = 1; } in PreProcessGraph() argument
51 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument
64 void PreProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PreProcessGraph() argument
65 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument
212 Graph* const graph = toplevel_compilation_unit->info()->graph(); GenerateCode() local
[all...]
H A Dmaglev-graph-processor.h82 void ProcessGraph(Graph* graph) { in ProcessGraph() argument
152 PreProcessGraph(MaglevCompilationUnit*, Graph* graph) PreProcessGraph() argument
153 PostProcessGraph(MaglevCompilationUnit*, Graph* graph) PostProcessGraph() argument
169 PreProcessGraph(MaglevCompilationUnit* unit, Graph* graph) PreProcessGraph() argument
173 PostProcessGraph(MaglevCompilationUnit* unit, Graph* graph) PostProcessGraph() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java44 public static Edge flatten(ValueGraph<Node, SimpleEdge> graph) { in flatten() argument
66 private final ValueGraph<Node, SimpleEdge> graph; field in NfaFlattener
70 private NfaFlattener(ValueGraph<Node, SimpleEdge> graph) { in NfaFlattener() argument
178 nodeOrdering(ValueGraph<Node, ?> graph) nodeOrdering() argument
185 recursivelySetMaxPathLength( Node node, int length, ValueGraph<Node, ?> graph, Map<Node, Integer> map) recursivelySetMaxPathLength() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dstacktrace.h60 int graph; member
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6apm-lpass-dais.c21 struct q6apm_graph *graph[APM_PORT_MAX]; member
157 struct q6apm_graph *graph; in q6apm_lpass_dai_prepare() local
210 struct q6apm_graph *graph; q6apm_lpass_dai_startup() local
[all...]
/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c62 static int init_filter_graph(AVFilterGraph **graph, AVFilterContext **src, in init_filter_graph() argument
272 AVFilterGraph *graph; in main() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c131 long WINAPI ff_dshow_filter_JoinFilterGraph(DShowFilter *this, IFilterGraph *graph, in ff_dshow_filter_JoinFilterGraph() argument
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dtraps.c104 int cnt = LOOP_TIMES, graph = 0; in __dump() local
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-mc.c559 struct media_graph *graph = &link->graph_obj.mdev->pm_count_walk; in v4l2_pipeline_link_notify() local
434 pipeline_pm_use_count(struct media_entity *entity, struct media_graph *graph) pipeline_pm_use_count() argument
493 pipeline_pm_power(struct media_entity *entity, int change, struct media_graph *graph) pipeline_pm_power() argument
[all...]

Completed in 11 milliseconds

12345678