/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | cond-branch.ll | 18 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 …]
|
D | bool-folding.ll | 20 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:
|
D | nacl-atomic-fence-all.ll | 187 br i1 %cmp, label %branch1, label %branch2 191 branch2:
|
D | 64bit.pnacl.ll | 2478 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | call-gc-result.ll | 14 br i1 %cond, label %branch1, label %branch2 20 branch2: 24 ;; CHECK: %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ] 27 %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
|
D | relocation.ll | 259 br i1 %condition, label %branch2, label %join 261 branch2: ; preds = %entry 264 callbb: ; preds = %branch2 277 join2: ; preds = %join, %branch2 281 ; CHECK-DAG: [ %obj2, %branch2 ] 282 %phi2 = phi i64 addrspace(1)* [ %obj, %join ], [ %obj2, %branch2 ]
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | call-gc-result.ll | 13 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 ]
|
D | relocation.ll | 252 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/ |
D | nary-add.ll | 87 br i1 %p2, label %then2, label %branch2 93 br label %branch2 95 branch2:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 88 br i1 %p2, label %then2, label %branch2 94 br label %branch2 96 branch2:
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document_unittest.cpp | 68 CPDF_Dictionary* branch2 = in CPDF_TestDocumentForPages() local 84 allPages->AddNew<CPDF_Reference>(this, branch2->GetObjNum()); in CPDF_TestDocumentForPages()
|
/external/llvm/test/Transforms/PGOProfile/ |
D | branch2.ll | 3 ; RUN: llvm-profdata merge %S/Inputs/branch2.proftext -o %t.profdata
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | branch2.ll | 3 ; RUN: llvm-profdata merge %S/Inputs/branch2.proftext -o %t.profdata
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 17 define void @branch2() nounwind uwtable ssp {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 17 define void @branch2() nounwind uwtable ssp {
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 3595 Node* branch2 = graph()->NewNode(common()->Branch(), check2, if_false1); in Int32Div() local 3597 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in Int32Div() 3600 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Div() 3671 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kFalse), in Int32Mod() local 3674 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in Int32Mod() 3681 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Mod()
|
D | js-typed-lowering.cc | 1277 Node* branch2 = graph()->NewNode(common()->Branch(), check2, control); in ReduceJSHasInPrototypeChain() local 1279 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2); in ReduceJSHasInPrototypeChain() 1283 control = graph()->NewNode(common()->IfFalse(), branch2); in ReduceJSHasInPrototypeChain()
|
D | wasm-compiler.cc | 2328 Node* branch2 = in BuildI32AsmjsRemS() local 2331 Node* if_true2 = graph()->NewNode(c->IfTrue(), branch2); in BuildI32AsmjsRemS() 2337 Node* if_false2 = graph()->NewNode(c->IfFalse(), branch2); in BuildI32AsmjsRemS()
|
D | js-call-reducer.cc | 4683 Node* branch2 = graph()->NewNode(common()->Branch(), check2, loop); in ReduceArrayPrototypeShift() local 4685 if_true1 = graph()->NewNode(common()->IfFalse(), branch2); in ReduceArrayPrototypeShift() 4688 Node* control = graph()->NewNode(common()->IfTrue(), branch2); in ReduceArrayPrototypeShift()
|
/external/syzkaller/dashboard/app/ |
D | email_test.go | 279 git tree: repo2/branch2
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1401 Output branch2 = split[2]; in TEST_F() local 1402 Output concat = ops::Concat(s, {branch0, branch1, branch2}, ops::Const(s, 1)); in TEST_F()
|