/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/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/pdfium/core/fpdfapi/parser/ |
D | cpdf_document_unittest.cpp | 65 CPDF_Dictionary* branch2 = in CPDF_TestDocumentForPages() local 81 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/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 17 define void @branch2() nounwind uwtable ssp {
|
/external/v8/src/compiler/ |
D | js-builtin-reducer.cc | 553 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()
|
D | js-typed-lowering.cc | 1562 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()
|
D | simplified-lowering.cc | 3168 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()
|
D | wasm-compiler.cc | 2032 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()
|