| /third_party/spirv-tools/test/val/ |
| H A D | val_cfg_test.cpp | 760 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 D | instruction-selector-impl.h | 23 BasicBlock* branch; // The basic blocks corresponding to the case value. member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-inlining-heuristic.cc | 673 Node* branch = in CreateOrReuseDispatch() local
|
| H A D | schedule.cc | 254 void Schedule::AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock, in AddBranch() argument 303 void Schedule::InsertBranch(BasicBlock* block, BasicBlock* end, Node* branch, in InsertBranch() argument
|
| H A D | graph-assembler.h | 721 Node* branch = graph()->NewNode(common()->Branch(hint), condition, control()); in BranchImpl() local 748 Node* branch = graph()->NewNode(common()->Branch(hint), condition, control()); in GotoIf() local 760 Node* branch = graph()->NewNode(common()->Branch(hint), condition, control()); in GotoIfNot() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 234 ppir_branch_node *branch; in ppir_emit_discard_if() local 592 ppir_branch_node *branch; in ppir_emit_jump() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | dead_branch_elim_pass.cpp | 510 Instruction* branch = start_block->terminator(); in FindFirstExitFromSelectionMerge() local [all...] |
| H A D | loop_descriptor.cpp | 646 const Instruction& branch = *bb->ctail(); in FindConditionBlock() local [all...] |
| H A D | loop_unroller.cpp | 1001 const Instruction& branch = *loop_->GetLatchBlock()->ctail(); in CanPerformUnroll() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | dead_branch_elim_pass.cpp | 510 Instruction* branch = start_block->terminator(); in FindFirstExitFromSelectionMerge() local [all...] |
| H A D | loop_descriptor.cpp | 646 const Instruction& branch = *bb->ctail(); in FindConditionBlock() local [all...] |
| H A D | loop_unroller.cpp | 1001 const Instruction& branch = *loop_->GetLatchBlock()->ctail(); in CanPerformUnroll() local [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | dead_branch_elim_pass.cpp | 498 Instruction* branch = start_block->terminator(); in FindFirstExitFromSelectionMerge() local [all...] |
| H A D | loop_descriptor.cpp | 640 const Instruction& branch = *bb->ctail(); in FindConditionBlock() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | opus_silk.c | 447 int32_t branch[4][2]; in silk_decode_excitation() local
|
| /third_party/glslang/SPIRV/ |
| H A D | spvIR.h | 251 Instruction* branch = new Instruction(OpBranch); in rewriteAsCanonicalUnreachableContinue() local
|
| /third_party/jerryscript/jerry-core/parser/js/ |
| H A D | js-parser-expr.c | 2546 parser_branch_t branch; in parser_append_binary_token() local 2655 parser_branch_t branch; in parser_process_binary_opcodes() local
|
| H A D | js-parser-statm.c | 144 parser_branch_t branch; /**< branch to the end */ member 171 parser_branch_t branch; /**< branch to the end */ member 196 parser_branch_t branch; /**< branch to the end */ member 206 parser_branch_t branch; /**< branch to the end */ member 217 parser_branch_t branch; /**< branc member 226 parser_branch_t branch; /**< branch to the end */ global() member 247 parser_branch_t branch; /**< branch to the end of the current block */ global() member 1360 parser_branch_t branch; parser_parse_for_statement_start() local [all...] |
| H A D | js-parser.c | 941 parser_branch_t branch; in parser_post_processing() local 1970 parser_branch_t branch; in parser_parse_function_arguments() local [all...] |
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 532 vtn_parse_switch(struct vtn_builder *b, struct vtn_switch *swtch, const uint32_t *branch, struct list_head *case_list) vtn_parse_switch() argument 1133 const uint32_t *branch = vtn_if->header_block->branch; vtn_emit_cf_list_structured() local [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_schedule.c | 705 bool branch = alu && (unit == ALU_ENAB_BR_COMPACT); in mir_choose_instruction() local 971 bool branch = last->compact_branch; mir_schedule_condition() local 1089 mir_schedule_zs_write( compiler_context *ctx, struct midgard_predicate *predicate, midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len, midgard_instruction *branch, midgard_instruction **smul, midgard_instruction **vadd, midgard_instruction **vlut, bool stencil) mir_schedule_zs_write() argument 1179 midgard_instruction *branch = NULL; mir_schedule_alu() local [all...] |
| H A D | midgard_emit.c | 713 midgard_branch_extended branch = { in midgard_create_branch_extended() local 802 midgard_branch_cond branch in emit_branch() local 811 midgard_branch_uncond branch = { emit_branch() local 823 midgard_branch_extended branch = emit_branch() local [all...] |
| H A D | compiler.h | 184 midgard_branch branch; member
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.cc | 73 void CodeStubAssembler::Dcheck(const BranchGenerator& branch, in Dcheck() argument 103 void CodeStubAssembler::Check(const BranchGenerator& branch, in Check() argument 129 BranchGenerator branch = [=](Label* ok, Label* not_ok) { in Check() local 140 BranchGenerator branch = [=](Label* ok, Label* not_ok) { in Check() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.h | 144 bool branch : 1; member
|