Home
last modified time | relevance | path

Searched refs:true_label (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/torque/
Dimplementation-visitor.cc372 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit() local
373 GenerateLabelDefinition(true_label); in Visit()
383 GenerateBranch(condition_result, true_label, false_label); in Visit()
385 GenerateLabelBind(true_label); in Visit()
410 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit() local
413 << true_label->generated() << ");\n"; in Visit()
439 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit() local
440 GenerateLabelDefinition(true_label); in Visit()
448 GenerateLabelBind(true_label); in Visit()
643 Label* true_label = nullptr; in Visit() local
[all …]
Dimplementation-visitor.h218 void GenerateBranch(const VisitResult& condition, Label* true_label,
/external/v8/src/compiler/
Dcode-assembler.cc1366 Label* true_label) { in GotoIf() argument
1368 Branch(condition, true_label, &false_label); in GotoIf()
1374 Label true_label(this); in GotoIfNot() local
1375 Branch(condition, &true_label, false_label); in GotoIfNot()
1376 Bind(&true_label); in GotoIfNot()
1379 void CodeAssembler::Branch(SloppyTNode<IntegralT> condition, Label* true_label, in Branch() argument
1383 if ((true_label->is_used() || true_label->is_bound()) && in Branch()
1385 return Goto(constant ? true_label : false_label); in Branch()
1388 true_label->MergeVariables(); in Branch()
1390 return raw_assembler()->Branch(condition, true_label->label_, in Branch()
[all …]
Dcode-generator.h34 Label* true_label; member
Dcode-assembler.h771 void GotoIf(SloppyTNode<IntegralT> condition, Label* true_label);
773 void Branch(SloppyTNode<IntegralT> condition, Label* true_label,
778 void Branch(TNode<BoolT> condition, Label* true_label,
Dcode-generator.cc623 branch->true_label = GetLabel(true_rpo); in ComputeBranchInfo()
679 branch.true_label = exit->label(); in AssembleInstruction()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ComputeAccidentalHits.pbtxt24 A vector of IDs of positions in sampled_candidates that match a true_label
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp620 uint32_t true_label = in SimplifyLoop() local
624 live_target = branch_cond ? true_label : false_label; in SimplifyLoop()
625 uint32_t dead_target = !branch_cond ? true_label : false_label; in SimplifyLoop()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2880 Label* tlabel = branch->true_label; in AssembleArchBranch()
2909 Label* tlabel = branch->true_label; in AssembleArchDeoptBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2097 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2157 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2757 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc2852 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc3071 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc2859 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3905 Label* tlabel = branch->true_label; in AssembleArchBranch()