Home
last modified time | relevance | path

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

/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()
DSimplifyCFG.cpp1927 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
1928 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
2018 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode()
2038 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h524 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in setTwoSuccessors() argument
530 appendSuccessor(IfFalse); in setTwoSuccessors()
1567 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse,
1571 assert(IfFalse->getSuccessors().empty() &&
1573 BlockPtr->setTwoSuccessors(IfTrue, IfFalse, Condition);
1575 IfFalse->setPredecessors({BlockPtr});
1577 IfFalse->setParent(BlockPtr->getParent());
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp998 BasicBlock *&IfFalse) { in GetIfCondition() argument
1053 IfFalse = Pred2; in GetIfCondition()
1057 IfFalse = Pred1; in GetIfCondition()
1081 IfFalse = Pred2; in GetIfCondition()
1084 IfFalse = Pred1; in GetIfCondition()
DSimplifyCFG.cpp2313 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
2314 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
2414 << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode()
2435 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h566 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in setTwoSuccessors() argument
572 appendSuccessor(IfFalse); in setTwoSuccessors()
1915 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse,
1919 assert(IfFalse->getSuccessors().empty() &&
1921 BlockPtr->setTwoSuccessors(IfTrue, IfFalse, Condition);
1923 IfFalse->setPredecessors({BlockPtr});
1925 IfFalse->setParent(BlockPtr->getParent());
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h284 BasicBlock *&IfFalse);
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1054 BasicBlock *&IfFalse) { in GetIfCondition() argument
1109 IfFalse = Pred2; in GetIfCondition()
1113 IfFalse = Pred1; in GetIfCondition()
1137 IfFalse = Pred2; in GetIfCondition()
1140 IfFalse = Pred1; in GetIfCondition()
DSimplifyCFG.cpp2439 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
2440 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
2544 << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode()
2565 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h340 BasicBlock *&IfFalse);
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h363 BasicBlock *&IfFalse);
/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/llvm-project/llvm/include/llvm/IR/
DInstructions.h3029 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3032 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3076 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3078 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
3085 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3087 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h2995 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2998 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3042 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3044 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
3051 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3053 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2504 Value *IfTrue, *IfFalse; in foldSelectToPhiImpl() local
2510 IfFalse = Sel.getFalseValue(); in foldSelectToPhiImpl()
2515 IfFalse = Sel.getTrueValue(); in foldSelectToPhiImpl()
2537 Inputs[Pred] = IfFalse->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1139 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1145 Op<-2>() = IfFalse; in BranchInst()
1159 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1164 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()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp1219 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1225 Op<-2>() = IfFalse; in BranchInst()
1239 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1244 Op<-2>() = IfFalse; in BranchInst()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9078 SDValue IfFalse = N->getOperand(2); in performAcrossLaneMinMaxReductionCombine() local
9084 IfFalse.getOpcode() != ISD::EXTRACT_VECTOR_ELT) in performAcrossLaneMinMaxReductionCombine()
9124 VectorOp == IfFalse->getOperand(0))) in performAcrossLaneMinMaxReductionCombine()
9150 if (!isOneConstant(IfFalse.getOperand(1))) in performAcrossLaneMinMaxReductionCombine()
9762 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local
9768 IfTrue, IfFalse); in performVSelectCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12202 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local
12208 IfTrue, IfFalse); in performVSelectCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp14685 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local
14691 IfTrue, IfFalse); in performVSelectCombine()