/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | cond-branch.ll | 18 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 …]
|
D | bool-folding.ll | 20 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:
|
D | nacl-atomic-fence-all.ll | 187 br i1 %cmp, label %branch1, label %branch2 188 branch1:
|
D | 64bit.pnacl.ll | 2478 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/ |
D | control-flow-optimizer.cc | 96 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()
|
D | simplified-lowering.cc | 3349 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 …]
|
D | js-typed-lowering.cc | 1229 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()
|
D | wasm-compiler.cc | 2319 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()
|
D | js-call-reducer.cc | 4646 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()
|
D | effect-control-linearizer.cc | 269 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/ |
D | call-gc-result.ll | 14 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/ |
D | call-gc-result.ll | 13 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/ |
D | jobs_test.go | 149 git tree: repo1/branch1 191 git tree: repo1/branch1 236 git tree: repo1/branch1 274 git tree: repo1/branch1
|
D | email_test.go | 53 git tree: repo1/branch1 151 git tree: repo1/branch1 203 git tree: repo1/branch1
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 78 br i1 %p1, label %then1, label %branch1 84 br label %branch1 86 branch1:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 79 br i1 %p1, label %then1, label %branch1 85 br label %branch1 87 branch1:
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document_unittest.cpp | 61 CPDF_Dictionary* branch1 = in CPDF_TestDocumentForPages() local 65 zeroToThree->AddNew<CPDF_Reference>(this, branch1->GetObjNum()); in CPDF_TestDocumentForPages()
|
/external/llvm/test/Transforms/PGOProfile/ |
D | branch1.ll | 8 ; RUN: llvm-profdata merge %S/Inputs/branch1.proftext -o %t.profdata
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 3 define void @branch1() nounwind uwtable ssp {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | branch1.ll | 8 ; RUN: llvm-profdata merge %S/Inputs/branch1.proftext -o %t.profdata
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 3 define void @branch1() nounwind uwtable ssp {
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1400 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()
|