Home
last modified time | relevance | path

Searched refs:true_label (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc1258 void CodeAssembler::GotoIf(TNode<IntegralT> condition, Label* true_label) { in GotoIf() argument
1260 Branch(condition, true_label, &false_label); in GotoIf()
1265 Label true_label(this); in GotoIfNot()
1266 Branch(condition, &true_label, false_label); in GotoIfNot()
1267 Bind(&true_label); in GotoIfNot()
1270 void CodeAssembler::Branch(TNode<IntegralT> condition, Label* true_label, in Branch() argument
1274 if ((true_label->is_used() || true_label->is_bound()) && in Branch()
1276 return Goto(constant ? true_label : false_label); in Branch()
1279 true_label in Branch()
1303 Branch(TNode<BoolT> condition, Label* true_label, const std::function<void()>& false_body) Branch() argument
[all...]
H A Dcode-assembler.h676 void GotoIf(TNode<IntegralT> condition, Label* true_label);
678 void Branch(TNode<IntegralT> condition, Label* true_label,
718 void Branch(TNode<BoolT> condition, Label* true_label,
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h258 SpvId true_label, SpvId false_label);
H A Dspirv_builder.c719 SpvId true_label, SpvId false_label) in spirv_builder_emit_branch_conditional()
724 spirv_buffer_emit_word(&b->instructions, true_label); in spirv_builder_emit_branch_conditional()
718 spirv_builder_emit_branch_conditional(struct spirv_builder *b, SpvId condition, SpvId true_label, SpvId false_label) spirv_builder_emit_branch_conditional() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h36 Label* true_label; member
H A Dcode-generator.cc693 branch->true_label = GetLabel(true_rpo); in ComputeBranchInfo()
760 branch.true_label = exit->label(); in AssembleInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp657 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
662 const bool true_label_unseen = seen.insert(true_label).second; in ValidateStructuredSelections()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp657 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
662 const bool true_label_unseen = seen.insert(true_label).second; in ValidateStructuredSelections()
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp664 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
669 const bool true_label_unseen = seen.insert(true_label).second; in ValidateStructuredSelections()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1929 Label* tlabel = branch->true_label; in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4461 Label* tlabel = branch->true_label; in AssembleArchBranch()
4477 Label* tlabel = branch->true_label; in AssembleArchDeoptBranch()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3809 Label* tlabel = branch->true_label; in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3548 Label* tlabel = branch->true_label; in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3731 Label* tlabel = branch->true_label; in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3206 Label* tlabel = branch->true_label; in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc3870 Label* tlabel = branch->true_label; in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc3683 Label* tlabel = branch->true_label; in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3540 Label* tlabel = branch->true_label; in AssembleArchBranch()

Completed in 66 milliseconds