Home
last modified time | relevance | path

Searched defs:input_count (Results 1 - 25 of 49) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dgraph.cc50 Node* Graph::NewNode(const Operator* op, int input_count, Node* const* inputs, in NewNode() argument
57 Node* Graph::NewNodeUnchecked(const Operator* op, int input_count, in NewNodeUnchecked() argument
H A Dredundancy-elimination.cc290 int const input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
H A Descape-analysis-reducer.cc372 Constructor(NodeHashCache* cache, const Operator* op, int input_count, Node** inputs, Type type) Constructor() argument
H A Ddead-code-elimination.cc223 int input_count = node->op()->ValueInputCount(); in ReducePhi() local
242 int input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
H A Dmemory-optimizer.cc418 int const input_count = node->InputCount() - 1; in EnqueueMerge() local
H A Dbranch-elimination.cc103 int input_count = inputs.count(); in SimplifyBranchCondition() local
H A Dcsa-load-elimination.cc423 int const input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
H A Djs-intrinsic-lowering.cc97 int input_count = in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() local
H A Dnode.cc58 Node* Node::NewImpl(Zone* zone, NodeId id, const Operator* op, int input_count, in NewImpl() argument
131 New(Zone* zone, NodeId id, const Operator* op, int input_count, Node* const* inputs, bool has_extensible_inputs) New() argument
137 int const input_count = node->InputCount(); Clone() local
171 int const input_count = InputCount(); AppendInput() local
[all...]
H A Dint64-lowering.cc351 int input_count = node->InputCount(); in LowerNode() local
H A Dnode-properties.cc597 int input_count = node->op()->ValueInputCount(); in AllValueInputsAreTyped() local
H A Dverifier.cc148 int input_count = value_count + context_count + frame_state_count; in Check() local
[all...]
H A Djs-inlining.cc230 int const input_count = static_cast<int>(controls.size()); in InlineCall() local
H A Djs-inlining-heuristic.cc413 TryReuseDispatch(Node* node, Node* callee, Node** if_successes, Node** calls, Node** inputs, int input_count) TryReuseDispatch() argument
648 CreateOrReuseDispatch(Node* node, Node* callee, Candidate const& candidate, Node** if_successes, Node** calls, Node** inputs, int input_count) CreateOrReuseDispatch() argument
724 int const input_count = node->InputCount(); InlineCandidate() local
[all...]
H A Dload-elimination.cc1189 int const input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
H A Dcommon-operator.cc1341 InductionVariablePhi(int input_count) InductionVariablePhi() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.h46 uint32_t input_count; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c125 unsigned input_count = 0; in legalize_block() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h133 uint32_t input_count; member
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h209 NodeT* AddNewNode(size_t input_count, Args&&... args) { in AddNewNode() argument
H A Dmaglev-graph-builder.cc603 size_t input_count = args.register_count() + Call::kFixedInputCount; in BuildCallFromRegisterList() local
632 size_t input_count = argc_count_with_recv + Call::kFixedInputCount; in BuildCallFromRegisters() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c71 unsigned input_count = 0; in create_render_pass2() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c1112 unsigned input_count = MAX2(util_bitcount(code->InputsRead), 1); in r300_emit_vs_state() local
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c84 unsigned long max_ladspaport_count, input_count, output_count, channels; member
[all...]
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c106 size_t input_count; member
183 size_t input_count = 0; in ParseParams() local

Completed in 31 milliseconds

12