/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 496 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/ |
D | BasicBlockUtils.cpp | 748 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/ |
D | BasicBlockUtils.cpp | 679 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/ |
D | js-call-reducer.cc | 318 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 …]
|
D | diamond.h | 31 if_false = graph->NewNode(common->IfFalse(), branch);
|
D | js-typed-lowering.cc | 708 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 …]
|
D | control-flow-optimizer.cc | 92 if_false = matcher.IfFalse(); in TryBuildSwitch()
|
D | simplified-lowering.cc | 3321 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 …]
|
D | graph-assembler.h | 407 current_control_ = graph()->NewNode(common()->IfFalse(), branch); in GotoIf() 418 current_control_ = graph()->NewNode(common()->IfFalse(), branch); in GotoIfNot()
|
D | js-native-context-specialization.cc | 882 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()
|
D | node-matchers.h | 711 Node* IfFalse() const { return if_false_; } in IfFalse() function 729 Node* IfFalse() const { return if_false_; } in IfFalse() function
|
D | graph-assembler.cc | 242 current_control_ = graph()->NewNode(common()->IfFalse(), branch); in Branch()
|
D | bytecode-graph-builder.h | 104 Node* NewIfFalse() { return NewNode(common()->IfFalse()); } in NewIfFalse()
|
D | js-intrinsic-lowering.cc | 206 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType()
|
D | common-operator.h | 450 const Operator* IfFalse(); in NON_EXPORTED_BASE()
|
D | wasm-compiler.cc | 887 *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()
|
D | common-operator-reducer.cc | 99 NodeProperties::ChangeOp(use, common()->IfFalse()); in ReduceBranch()
|
D | js-inlining-heuristic.cc | 580 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in CreateOrReuseDispatch()
|
D | js-inlining.cc | 577 graph()->NewNode(common()->IfFalse(), branch_is_receiver); in ReduceJSCall()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 284 BasicBlock *&IfFalse);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 288 BasicBlock *&IfFalse);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 132 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/ |
D | Instructions.h | 2319 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/ |
D | Instructions.h | 2894 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/ |
D | Instructions.h | 3342 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);
|