Home
last modified time | relevance | path

Searched defs:branch (Results 26 - 50 of 109) sorted by relevance

12345

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc200 Node* const branch = if_true->InputAt(0); in ReduceMerge() local
260 Node* const branch = if_true->InputAt(0); ReducePhi() local
[all...]
H A Dloop-variable-optimizer.cc155 Node* branch = node->InputAt(0); in VisitIf() local
H A Dbranch-elimination.cc63 void BranchElimination::SimplifyBranchCondition(Node* branch) { in SimplifyBranchCondition() argument
138 Node* branch; ReduceBranch() local
273 Node* branch = NodeProperties::GetControlInput(control_input); ReduceTrapConditional() local
328 Node* branch; ReduceDeoptimizeConditional() local
350 Node* branch = NodeProperties::GetControlInput(node, 0); ReduceIf() local
444 AddCondition( Zone* zone, Node* condition, Node* branch, bool is_true, ControlPathConditions hint) AddCondition() argument
462 AddConditionInNewBlock( Zone* zone, Node* condition, Node* branch, bool is_true) AddConditionInNewBlock() argument
479 LookupCondition( Node* condition, Node** branch, bool* is_true) const LookupCondition() argument
[all...]
H A Djs-intrinsic-lowering.cc248 Node* branch = graph()->NewNode(common()->Branch(), check, control); in ReduceIsInstanceType() local
H A Djs-inlining-heuristic.cc673 Node* branch = in CreateOrReuseDispatch() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c380 gpir_branch_node *branch = gpir_node_create(block, gpir_op_branch_cond); in gpir_emit_function() local
391 gpir_branch_node *branch = gpir_node_create(block, gpir_op_branch_uncond); in gpir_emit_function() local
H A Dlower.c419 gpir_branch_node *branch = gpir_node_to_branch(node); in gpir_lower_branch_uncond() local
H A Dregalloc.c555 gpir_branch_node *branch = gpir_node_to_branch(node); in regalloc_value_regs() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c627 ppir_branch_node *branch; in ppir_codegen_encode_branch() local
[all...]
H A Dnode.c442 ppir_branch_node *branch = ppir_node_to_branch(parent); in ppir_node_replace_child() local
H A Ddisasm.c717 ppir_codegen_field_branch *branch = code; in print_branch() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c465 struct branch_info * branch; in emit_flowcontrol() local
[all...]
H A Dradeon_dataflow_deadcode.c101 struct branchinfo * branch; in push_branch() local
280 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1]; in rc_dataflow_deadcode() local
[all...]
H A Dradeon_emulate_branches.c60 struct branch_info * branch; in handle_if() local
90 struct branch_info * branch; in handle_else() local
199 struct branch_info * branch; in handle_endif() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcher.java81 State branch(int offset); in branch() method
181 @Override public State branch(int offset) { in branch() method in DigitSequenceMatcher.ByteArrayMatcher.ByteArrayData
248 @Override public State branch(int offset) { in branch() method in DigitSequenceMatcher.StringMatcher.StringData
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/
H A Dgit.go
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp894 emit_long_jump(asm_context& ctx, SOPP_instruction* branch, bool backwards, in emit_long_jump() argument
[all...]
H A Daco_insert_exec_mask.cpp717 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in add_branch_code() local
785 Pseudo_branch_instruction& branch = block->instructions.back()->branch(); in add_branch_code() local
[all...]
H A Daco_lower_to_cssa.cpp497 aco_ptr<Instruction> branch = std::move(block.instructions.back()); in emit_parallelcopies() local
H A Daco_print_ir.cpp461 const Pseudo_branch_instruction& branch = instr->branch(); in print_instr_format_specific() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h62 Instruction* branch = Instruction::At(pc_); in apply() local
186 Instruction* branch = Instruction::At(pc); in relative_code_target_object_handle_at() local
270 Instruction* branch = Instruction::At(pc); in target_address_at() local
326 Instruction* branch = Instruction::At(pc); in set_target_address_at() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp790 if (op == SpvOpBranch) target >> branch; GetUnreachableContinueTerminatedBy() local
889 target >> branch; GetUnreachableContinueUnreachableLoopInst() local
966 target >> branch; GetUnreachableContinueWithComplexBody() local
1079 target >> branch; GetUnreachableContinueWithBranchUse() local
1117 target >> branch; GetReachableMergeAndContinue() local
1160 target >> branch; GetUnreachableMergeAndContinue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp790 if (op == SpvOpBranch) target >> branch; GetUnreachableContinueTerminatedBy() local
889 target >> branch; GetUnreachableContinueUnreachableLoopInst() local
966 target >> branch; GetUnreachableContinueWithComplexBody() local
1079 target >> branch; GetUnreachableContinueWithBranchUse() local
1117 target >> branch; GetReachableMergeAndContinue() local
1160 target >> branch; GetUnreachableMergeAndContinue() local
[all...]
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp760 if (op == spv::Op::OpBranch) target >> branch; GetUnreachableContinueTerminatedBy() local
859 target >> branch; GetUnreachableContinueUnreachableLoopInst() local
927 target >> branch; GetUnreachableContinueWithComplexBody() local
1038 target >> branch; GetUnreachableContinueWithBranchUse() local
1075 target >> branch; GetReachableMergeAndContinue() local
1119 target >> branch; GetUnreachableMergeAndContinue() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector-impl.h23 BasicBlock* branch; // The basic blocks corresponding to the case value. member

Completed in 24 milliseconds

12345