Home
last modified time | relevance | path

Searched refs:branch1 (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dcond-branch.ll18 br i1 %cmp1, label %branch1, label %branch2
19 branch1:
26 ; MIPS32-NEXT: .Lcond_br_eq$branch1
30 ; MIPS32-OM1-NEXT: b .Lcond_br_eq$branch1
35 br i1 %cmp1, label %branch1, label %branch2
36 branch1:
43 ; MIPS32-NEXT: .Lcond_br_ne$branch1
47 ; MIPS32-OM1-NEXT: b .Lcond_br_ne$branch1
52 br i1 %cmp1, label %branch1, label %branch2
53 branch1:
[all …]
Dbool-folding.ll20 br i1 %cmp1, label %branch1, label %branch2
21 branch1:
44 br i1 %cmp1, label %branch1, label %branch2
45 branch1:
73 br i1 %cmp1, label %branch1, label %branch2
74 branch1:
97 br i1 %cmp1, label %branch1, label %branch2
98 branch1:
279 br i1 %cmp1, label %branch1, label %branch2
280 branch1:
Dnacl-atomic-fence-all.ll187 br i1 %cmp, label %branch1, label %branch2
188 branch1:
D64bit.pnacl.ll2478 br i1 %cond, label %branch1, label %branch2
2479 branch1:
2484 %merge = phi i64 [ %tmp, %branch1 ], [ 20014547621496, %entry ]
2500 br i1 %cond, label %branch1, label %branch2
2501 branch1:
2506 %merge = phi i64 [ %tmp, %branch1 ], [ undef, %entry ]
/external/v8/src/compiler/
Dcontrol-flow-optimizer.cc96 Node* branch1 = *it++; in TryBuildSwitch() local
97 if (branch1->opcode() != IrOpcode::kBranch) break; in TryBuildSwitch()
98 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break; in TryBuildSwitch()
100 Node* cond1 = branch1->InputAt(0); in TryBuildSwitch()
117 branch = branch1; in TryBuildSwitch()
Dsimplified-lowering.cc3349 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in DoJSToNumberOrNumericTruncatesToFloat64() local
3351 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in DoJSToNumberOrNumericTruncatesToFloat64()
3360 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberOrNumericTruncatesToFloat64()
3448 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in DoJSToNumberOrNumericTruncatesToWord32() local
3450 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in DoJSToNumberOrNumericTruncatesToWord32()
3455 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberOrNumericTruncatesToWord32()
3586 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in Int32Div() local
3588 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Div()
3591 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in Int32Div()
3662 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_true0); in Int32Mod() local
[all …]
Djs-typed-lowering.cc1229 Node* branch1 = in ReduceJSHasInPrototypeChain() local
1232 control = graph()->NewNode(common()->IfFalse(), branch1); in ReduceJSHasInPrototypeChain()
1234 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceJSHasInPrototypeChain()
Dwasm-compiler.cc2319 Node* branch1 = graph()->NewNode(c->Branch(), check1, if_true0); in BuildI32AsmjsRemS() local
2321 Node* if_true1 = graph()->NewNode(c->IfTrue(), branch1); in BuildI32AsmjsRemS()
2324 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1); in BuildI32AsmjsRemS()
2352 Node* branch1 = in BuildI32AsmjsRemS() local
2355 Node* if_true1 = graph()->NewNode(c->IfTrue(), branch1); in BuildI32AsmjsRemS()
2358 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1); in BuildI32AsmjsRemS()
Djs-call-reducer.cc4646 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue), in ReduceArrayPrototypeShift() local
4649 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceArrayPrototypeShift()
4724 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in ReduceArrayPrototypeShift()
6617 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kFalse), in ReduceCollectionIteratorPrototypeNext() local
6622 Node* control = graph()->NewNode(common()->IfFalse(), branch1); in ReduceCollectionIteratorPrototypeNext()
6692 loop->ReplaceInput(1, graph()->NewNode(common()->IfTrue(), branch1)); in ReduceCollectionIteratorPrototypeNext()
Deffect-control-linearizer.cc269 Node* branch1 = graph->NewNode(common->Branch(hint), cond1, control1); in TryCloneBranch() local
270 merge_true_inputs[index] = graph->NewNode(common->IfTrue(), branch1); in TryCloneBranch()
271 merge_false_inputs[index] = graph->NewNode(common->IfFalse(), branch1); in TryCloneBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Dcall-gc-result.ll14 br i1 %cond, label %branch1, label %branch2
16 branch1:
24 ;; CHECK: %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
27 %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dcall-gc-result.ll13 br i1 %cond, label %branch1, label %branch2
15 branch1:
23 ;; CHECK: %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
26 %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
/external/syzkaller/dashboard/app/
Djobs_test.go149 git tree: repo1/branch1
191 git tree: repo1/branch1
236 git tree: repo1/branch1
274 git tree: repo1/branch1
Demail_test.go53 git tree: repo1/branch1
151 git tree: repo1/branch1
203 git tree: repo1/branch1
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll78 br i1 %p1, label %then1, label %branch1
84 br label %branch1
86 branch1:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll79 br i1 %p1, label %then1, label %branch1
85 br label %branch1
87 branch1:
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document_unittest.cpp61 CPDF_Dictionary* branch1 = in CPDF_TestDocumentForPages() local
65 zeroToThree->AddNew<CPDF_Reference>(this, branch1->GetObjNum()); in CPDF_TestDocumentForPages()
/external/llvm/test/Transforms/PGOProfile/
Dbranch1.ll8 ; RUN: llvm-profdata merge %S/Inputs/branch1.proftext -o %t.profdata
/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-br.ll3 define void @branch1() nounwind uwtable ssp {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
Dbranch1.ll8 ; RUN: llvm-profdata merge %S/Inputs/branch1.proftext -o %t.profdata
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-br.ll3 define void @branch1() nounwind uwtable ssp {
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1400 Output branch1 = ops::Transpose(s, ops::Transpose(s, split[1], perm1), perm2); in TEST_F() local
1402 Output concat = ops::Concat(s, {branch0, branch1, branch2}, ops::Const(s, 1)); in TEST_F()