Searched refs:true_label (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/torque/ |
D | implementation-visitor.cc | 372 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 …]
|
D | implementation-visitor.h | 218 void GenerateBranch(const VisitResult& condition, Label* true_label,
|
/external/v8/src/compiler/ |
D | code-assembler.cc | 1366 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 …]
|
D | code-generator.h | 34 Label* true_label; member
|
D | code-assembler.h | 771 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,
|
D | code-generator.cc | 623 branch->true_label = GetLabel(true_rpo); in ComputeBranchInfo() 679 branch.true_label = exit->label(); in AssembleInstruction()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ComputeAccidentalHits.pbtxt | 24 A vector of IDs of positions in sampled_candidates that match a true_label
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_unswitch_pass.cpp | 620 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/ |
D | code-generator-x64.cc | 2880 Label* tlabel = branch->true_label; in AssembleArchBranch() 2909 Label* tlabel = branch->true_label; in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2097 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2157 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2757 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2852 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 3071 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2859 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3905 Label* tlabel = branch->true_label; in AssembleArchBranch()
|