Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Deffect-control-linearizer.cc234 if (control != matcher.IfTrue() && control != matcher.IfFalse()) return; in TryCloneBranch()
249 merge_false_inputs[index] = graph->NewNode(common->IfFalse(), branch1); in TryCloneBranch()
252 Node* const merge_false = matcher.IfFalse(); in TryCloneBranch()
261 NodeProperties::ChangeOp(matcher.IfFalse(), common->Merge(input_count)); in TryCloneBranch()
284 DCHECK(control == matcher.IfTrue() || control == matcher.IfFalse()); in TryCloneBranch()
833 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in LowerChangeBitToTagged()
872 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in LowerChangeInt32ToTagged()
897 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in LowerChangeUint32ToTagged()
959 control = graph()->NewNode(common()->IfFalse(), branch_smi); in LowerTruncateTaggedToBit()
985 control = graph()->NewNode(common()->IfFalse(), branch_oddball); in LowerTruncateTaggedToBit()
[all …]
Ddiamond.h31 if_false = graph->NewNode(common->IfFalse(), branch);
Djs-builtin-reducer.cc378 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceFastArrayIteratorNext()
459 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in ReduceFastArrayIteratorNext()
526 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceTypedArrayIteratorNext()
618 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in ReduceTypedArrayIteratorNext()
758 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceArrayPop()
1559 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceStringCharAt()
1604 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceStringCharCodeAt()
1740 Node* if_false3 = graph()->NewNode(common()->IfFalse(), branch3); in ReduceStringIteratorNext()
1748 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in ReduceStringIteratorNext()
1756 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in ReduceStringIteratorNext()
[all …]
Djs-typed-lowering.cc641 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceCreateConsString()
1141 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSToObject()
1354 control = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSOrdinaryHasInstance()
1384 control = graph()->NewNode(common()->IfFalse(), branch1); in ReduceJSOrdinaryHasInstance()
1401 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch10); in ReduceJSOrdinaryHasInstance()
1435 control = graph()->NewNode(common()->IfFalse(), branch2); in ReduceJSOrdinaryHasInstance()
1446 control = graph()->NewNode(common()->IfFalse(), branch3); in ReduceJSOrdinaryHasInstance()
1637 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSConvertReceiver()
1670 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSConvertReceiver()
1678 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in ReduceJSConvertReceiver()
[all …]
Dcontrol-flow-optimizer.cc91 if_false = matcher.IfFalse(); in TryBuildSwitch()
Dsimplified-lowering.cc2733 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberTruncatesToFloat64()
2754 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberTruncatesToFloat64()
2814 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberTruncatesToWord32()
2831 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberTruncatesToWord32()
2902 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in DoLoadBuffer()
3029 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div()
3038 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in Int32Div()
3047 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Div()
3115 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in Int32Mod()
3129 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2); in Int32Mod()
[all …]
Dmemory-optimizer.cc220 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in VisitAllocate()
298 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in VisitAllocate()
Dbytecode-graph-builder.h92 Node* NewIfFalse() { return NewNode(common()->IfFalse()); } in NewIfFalse()
Dwasm-compiler.cc183 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in AddTrapIf()
1004 *false_node = jsgraph->graph()->NewNode(jsgraph->common()->IfFalse(), branch); in Branch()
2268 Node* if_false = graph()->NewNode(common->IfFalse(), branch); in BuildChangeInt32ToTagged()
2290 Node* if_box = graph()->NewNode(common->IfFalse(), branch_same); in BuildChangeFloat64ToTagged()
2300 Node* if_notzero = graph()->NewNode(common->IfFalse(), branch_zero); in BuildChangeFloat64ToTagged()
2311 Node* if_notnegative = graph()->NewNode(common->IfFalse(), branch_negative); in BuildChangeFloat64ToTagged()
2332 if_smi = graph()->NewNode(common->IfFalse(), branch_ovf); in BuildChangeFloat64ToTagged()
2434 Node* if_false2 = graph()->NewNode(common->IfFalse(), branch2); in BuildChangeTaggedToFloat64()
2440 Node* if_false1 = graph()->NewNode(common->IfFalse(), branch1); in BuildChangeTaggedToFloat64()
2479 graph()->NewNode(common->IfFalse(), branch_undefined); in BuildChangeTaggedToFloat64()
[all …]
Dnode-matchers.h666 Node* IfFalse() const { return if_false_; } in IfFalse() function
684 Node* IfFalse() const { return if_false_; } in IfFalse() function
Dcommon-operator.h198 const Operator* IfFalse(); in NON_EXPORTED_BASE()
Djs-inlining-heuristic.cc201 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in InlineCandidate()
Djs-native-context-specialization.cc298 control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
342 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
710 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceElementAccess()
1352 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess()
Djs-intrinsic-lowering.cc164 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType()
Dcommon-operator-reducer.cc89 NodeProperties::ChangeOp(use, common()->IfFalse()); in ReduceBranch()
Dast-graph-builder.h51 Node* NewIfFalse() { return NewNode(common()->IfFalse()); } in NewIfFalse()
Dopcodes.h19 V(IfFalse) \
Dtyper.cc116 DECLARE_CASE(IfFalse) in Reduce()
179 DECLARE_CASE(IfFalse) in TypeNode()
/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/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h284 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/lib/VMCore/
DInstructions.cpp740 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
746 Op<-2>() = IfFalse; in BranchInst()
761 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
767 Op<-2>() = IfFalse; in BranchInst()
/external/llvm/lib/IR/
DInstructions.cpp1157 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1163 Op<-2>() = IfFalse; in BranchInst()
1178 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1184 Op<-2>() = IfFalse; in BranchInst()

12