/third_party/node/deps/v8/src/compiler/ |
H A D | graph.cc | 50 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 D | redundancy-elimination.cc | 290 int const input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
|
H A D | escape-analysis-reducer.cc | 372 Constructor(NodeHashCache* cache, const Operator* op, int input_count, Node** inputs, Type type) Constructor() argument
|
H A D | dead-code-elimination.cc | 223 int input_count = node->op()->ValueInputCount(); in ReducePhi() local 242 int input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
|
H A D | memory-optimizer.cc | 418 int const input_count = node->InputCount() - 1; in EnqueueMerge() local
|
H A D | branch-elimination.cc | 103 int input_count = inputs.count(); in SimplifyBranchCondition() local
|
H A D | csa-load-elimination.cc | 423 int const input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
|
H A D | js-intrinsic-lowering.cc | 97 int input_count = in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() local
|
H A D | node.cc | 58 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 D | int64-lowering.cc | 351 int input_count = node->InputCount(); in LowerNode() local
|
H A D | node-properties.cc | 597 int input_count = node->op()->ValueInputCount(); in AllValueInputsAreTyped() local
|
H A D | verifier.cc | 148 int input_count = value_count + context_count + frame_state_count; in Check() local [all...] |
H A D | js-inlining.cc | 230 int const input_count = static_cast<int>(controls.size()); in InlineCall() local
|
H A D | js-inlining-heuristic.cc | 413 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 D | load-elimination.cc | 1189 int const input_count = node->op()->EffectInputCount(); in ReduceEffectPhi() local
|
H A D | common-operator.cc | 1341 InductionVariablePhi(int input_count) InductionVariablePhi() argument [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.h | 46 uint32_t input_count; member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_legalize.c | 125 unsigned input_count = 0; in legalize_block() local
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.h | 133 uint32_t input_count; member
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.h | 209 NodeT* AddNewNode(size_t input_count, Args&&... args) { in AddNewNode() argument
|
H A D | maglev-graph-builder.cc | 603 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 D | zink_render_pass.c | 71 unsigned input_count = 0; in create_render_pass2() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_emit.c | 1112 unsigned input_count = MAX2(util_bitcount(code->InputsRead), 1); in r300_emit_vs_state() local
|
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 84 unsigned long max_ladspaport_count, input_count, output_count, channels; member [all...] |
/third_party/skia/third_party/externals/brotli/c/tools/ |
H A D | brotli.c | 106 size_t input_count; member 183 size_t input_count = 0; in ParseParams() local
|