Home
last modified time | relevance | path

Searched refs:IfFalse (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h496 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in setTwoSuccessors() argument
502 appendSuccessor(IfFalse); in setTwoSuccessors()
1397 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse,
1401 assert(IfFalse->getSuccessors().empty() &&
1403 BlockPtr->setTwoSuccessors(IfTrue, IfFalse, Condition);
1405 IfFalse->setPredecessors({BlockPtr});
1407 IfFalse->setParent(BlockPtr->getParent());
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp748 BasicBlock *&IfFalse) { in GetIfCondition() argument
803 IfFalse = Pred2; in GetIfCondition()
807 IfFalse = Pred1; in GetIfCondition()
831 IfFalse = Pred2; in GetIfCondition()
834 IfFalse = Pred1; in GetIfCondition()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp679 BasicBlock *&IfFalse) { in GetIfCondition() argument
734 IfFalse = Pred2; in GetIfCondition()
738 IfFalse = Pred1; in GetIfCondition()
762 IfFalse = Pred2; in GetIfCondition()
765 IfFalse = Pred1; in GetIfCondition()
/external/v8/src/compiler/
Djs-call-reducer.cc318 control = graph()->NewNode(common()->IfFalse(), control); in ReduceFunctionPrototypeApply()
327 control = graph()->NewNode(common()->IfFalse(), control); in ReduceFunctionPrototypeApply()
849 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceReflectGet()
925 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceReflectHas()
1098 Node* if_false = graph()->NewNode(common()->IfFalse(), continue_branch); in ReduceArrayForEach()
1139 hole_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceArrayForEach()
1324 Node* found_el = graph()->NewNode(common()->IfFalse(), hole_branch); in ReduceArrayReduce()
1359 Node* if_false = graph()->NewNode(common()->IfFalse(), continue_branch); in ReduceArrayReduce()
1397 hole_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceArrayReduce()
1573 Node* if_false = graph()->NewNode(common()->IfFalse(), continue_branch); in ReduceArrayMap()
[all …]
Ddiamond.h31 if_false = graph->NewNode(common->IfFalse(), branch);
Djs-typed-lowering.cc708 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceCreateConsString()
1122 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSToObject()
1204 control = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSHasInPrototypeChain()
1232 control = graph()->NewNode(common()->IfFalse(), branch1); in ReduceJSHasInPrototypeChain()
1249 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch10); in ReduceJSHasInPrototypeChain()
1283 control = graph()->NewNode(common()->IfFalse(), branch2); in ReduceJSHasInPrototypeChain()
1294 control = graph()->NewNode(common()->IfFalse(), branch3); in ReduceJSHasInPrototypeChain()
1843 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSForInNext()
1962 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSForInPrepare()
2188 control = graph()->NewNode(common()->IfFalse(), control); in ReduceObjectIsArray()
[all …]
Dcontrol-flow-optimizer.cc92 if_false = matcher.IfFalse(); in TryBuildSwitch()
Dsimplified-lowering.cc3321 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
3360 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberOrNumericTruncatesToFloat64()
3420 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
3455 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberOrNumericTruncatesToWord32()
3582 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div()
3591 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in Int32Div()
3600 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Div()
3667 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in Int32Mod()
3681 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Mod()
3692 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Mod()
[all …]
Dgraph-assembler.h407 current_control_ = graph()->NewNode(common()->IfFalse(), branch); in GotoIf()
418 current_control_ = graph()->NewNode(common()->IfFalse(), branch); in GotoIfNot()
Djs-native-context-specialization.cc882 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
929 control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
976 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
1343 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceElementAccess()
2352 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess()
2409 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess()
2544 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess()
2669 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess()
2728 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildIndexedStringLoad()
Dnode-matchers.h711 Node* IfFalse() const { return if_false_; } in IfFalse() function
729 Node* IfFalse() const { return if_false_; } in IfFalse() function
Dgraph-assembler.cc242 current_control_ = graph()->NewNode(common()->IfFalse(), branch); in Branch()
Dbytecode-graph-builder.h104 Node* NewIfFalse() { return NewNode(common()->IfFalse()); } in NewIfFalse()
Djs-intrinsic-lowering.cc206 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType()
Dcommon-operator.h450 const Operator* IfFalse(); in NON_EXPORTED_BASE()
Dwasm-compiler.cc887 *false_node = mcgraph->graph()->NewNode(mcgraph->common()->IfFalse(), branch); in Branch()
2324 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1); in BuildI32AsmjsRemS()
2337 Node* if_false2 = graph()->NewNode(c->IfFalse(), branch2); in BuildI32AsmjsRemS()
2348 Node* if_false0 = graph()->NewNode(c->IfFalse(), branch0); in BuildI32AsmjsRemS()
2358 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1); in BuildI32AsmjsRemS()
4097 Node* if_false = graph()->NewNode(common->IfFalse(), branch); in BuildChangeInt32ToTagged()
4132 Node* if_not_i32 = graph()->NewNode(common->IfFalse(), branch_i32); in BuildChangeFloat64ToTagged()
4141 Node* if_not_zero = graph()->NewNode(common->IfFalse(), branch_zero); in BuildChangeFloat64ToTagged()
4153 graph()->NewNode(common->IfFalse(), branch_negative); in BuildChangeFloat64ToTagged()
4179 if_smi = graph()->NewNode(common->IfFalse(), branch_ovf); in BuildChangeFloat64ToTagged()
Dcommon-operator-reducer.cc99 NodeProperties::ChangeOp(use, common()->IfFalse()); in ReduceBranch()
Djs-inlining-heuristic.cc580 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in CreateOrReuseDispatch()
Djs-inlining.cc577 graph()->NewNode(common()->IfFalse(), branch_is_receiver); in ReduceJSCall()
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h284 BasicBlock *&IfFalse);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h288 BasicBlock *&IfFalse);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp132 BasicBlock *&IfFalse) { in GetIfCondition() argument
172 IfFalse = Pred2; in GetIfCondition()
176 IfFalse = Pred1; in GetIfCondition()
200 IfFalse = Pred2; in GetIfCondition()
203 IfFalse = Pred1; in GetIfCondition()
1250 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
1251 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
1336 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode()
1356 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h2319 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2322 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2330 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
2332 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
2337 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
2339 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/llvm/include/llvm/IR/
DInstructions.h2894 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2897 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2910 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
2912 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
2917 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
2919 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3342 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3345 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3362 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3364 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
3371 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3373 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);

12