Home
last modified time | relevance | path

Searched refs:branch2 (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dcond-branch.ll18 br i1 %cmp1, label %branch1, label %branch2
21 branch2:
25 ; MIPS32: bne {{.*}} .Lcond_br_eq$branch2
29 ; MIPS32-OM1: beqz {{.*}} .Lcond_br_eq$branch2
35 br i1 %cmp1, label %branch1, label %branch2
38 branch2:
42 ; MIPS32: beq {{.*}} .Lcond_br_ne$branch2
46 ; MIPS32-OM1: beqz {{.*}} .Lcond_br_ne$branch2
52 br i1 %cmp1, label %branch1, label %branch2
55 branch2:
[all …]
Dbool-folding.ll20 br i1 %cmp1, label %branch1, label %branch2
23 branch2:
44 br i1 %cmp1, label %branch1, label %branch2
47 branch2:
73 br i1 %cmp1, label %branch1, label %branch2
76 branch2:
97 br i1 %cmp1, label %branch1, label %branch2
100 branch2:
279 br i1 %cmp1, label %branch1, label %branch2
282 branch2:
Dnacl-atomic-fence-all.ll187 br i1 %cmp, label %branch1, label %branch2
191 branch2:
D64bit.pnacl.ll2478 br i1 %cond, label %branch1, label %branch2
2481 br label %branch2
2483 branch2:
2500 br i1 %cond, label %branch1, label %branch2
2503 br label %branch2
2505 branch2:
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dcall-gc-result.ll13 br i1 %cond, label %branch1, label %branch2
19 branch2:
23 ;; CHECK: %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
26 %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
Drelocation.ll252 br i1 %condition, label %branch2, label %join
254 branch2: ; preds = %entry
257 callbb: ; preds = %branch2
270 join2: ; preds = %join, %branch2
274 ; CHECK-DAG: [ %obj2, %branch2 ]
275 %phi2 = phi i64 addrspace(1)* [ %obj, %join ], [ %obj2, %branch2 ]
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll87 br i1 %p2, label %then2, label %branch2
93 br label %branch2
95 branch2:
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document_unittest.cpp65 CPDF_Dictionary* branch2 = in CPDF_TestDocumentForPages() local
81 allPages->AddNew<CPDF_Reference>(this, branch2->GetObjNum()); in CPDF_TestDocumentForPages()
/external/llvm/test/Transforms/PGOProfile/
Dbranch2.ll3 ; RUN: llvm-profdata merge %S/Inputs/branch2.proftext -o %t.profdata
/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-br.ll17 define void @branch2() nounwind uwtable ssp {
/external/v8/src/compiler/
Djs-builtin-reducer.cc553 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kTrue), in ReduceTypedArrayIteratorNext() local
559 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in ReduceTypedArrayIteratorNext()
620 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in ReduceTypedArrayIteratorNext()
1849 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kTrue), in ReduceStringIteratorNext() local
1851 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in ReduceStringIteratorNext()
1889 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in ReduceStringIteratorNext()
Djs-typed-lowering.cc1562 Node* branch2 = graph()->NewNode(common()->Branch(), check2, control); in ReduceJSOrdinaryHasInstance() local
1564 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in ReduceJSOrdinaryHasInstance()
1568 control = graph()->NewNode(common()->IfFalse(), branch2); in ReduceJSOrdinaryHasInstance()
1819 Node* branch2 = in ReduceJSConvertReceiver() local
1821 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in ReduceJSConvertReceiver()
1822 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in ReduceJSConvertReceiver()
Dsimplified-lowering.cc3168 Node* branch2 = graph()->NewNode(common()->Branch(), check2, if_false1); in Int32Div() local
3170 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in Int32Div()
3173 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Div()
3245 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kFalse), in Int32Mod() local
3248 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in Int32Mod()
3255 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Mod()
Dwasm-compiler.cc2032 Node* branch2 = in BuildI32AsmjsRemS() local
2035 Node* if_true2 = graph()->NewNode(c->IfTrue(), branch2); in BuildI32AsmjsRemS()
2041 Node* if_false2 = graph()->NewNode(c->IfFalse(), branch2); in BuildI32AsmjsRemS()
2554 Node* branch2 = graph()->NewNode(common->Branch(), check2, if_true1); in BuildChangeTaggedToFloat64() local
2556 Node* if_true2 = graph()->NewNode(common->IfTrue(), branch2); in BuildChangeTaggedToFloat64()
2559 Node* if_false2 = graph()->NewNode(common->IfFalse(), branch2); in BuildChangeTaggedToFloat64()
2581 NodeProperties::ReplaceControlInput(branch2, use); in BuildChangeTaggedToFloat64()