Home
last modified time | relevance | path

Searched refs:FalseV (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp104 SVal FalseV = svalBuilder.makeTruthVal(0); in VisitObjCForCollectionStmt() local
105 ProgramStateRef noElems = state->BindExpr(S, LCtx, FalseV); in VisitObjCForCollectionStmt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp677 Value *FalseV = SelI->getFalseValue(); in matchLeftShift() local
723 ShouldXoredV = FalseV; in matchLeftShift()
725 ShouldSameV = FalseV; in matchLeftShift()
792 Value *FalseV = SelI->getFalseValue(); in matchRightShift() local
831 if (!match(FalseV, m_Xor(m_Specific(TrueV), m_Value(Q))) && in matchRightShift()
832 !match(FalseV, m_Xor(m_Value(Q), m_Specific(TrueV)))) in matchRightShift()
839 if (!match(FalseV, m_LShr(m_Value(R), m_One()))) in matchRightShift()
842 if (!match(TrueV, m_Xor(m_Specific(FalseV), m_Value(Q))) && in matchRightShift()
843 !match(TrueV, m_Xor(m_Value(Q), m_Specific(FalseV)))) in matchRightShift()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1031 Value *FalseV = NULL; in SpeculativelyExecuteBB() local
1044 if (!FalseV) in SpeculativelyExecuteBB()
1045 FalseV = PHIV; in SpeculativelyExecuteBB()
1046 else if (FalseV != PHIV) in SpeculativelyExecuteBB()
1050 assert(FalseV && "Must have at least one user, and it must be a PHI"); in SpeculativelyExecuteBB()
1096 (Builder.CreateSelect(BrCond, FalseV, HInst, in SpeculativelyExecuteBB()
1097 FalseV->getName() + "." + HInst->getName())); in SpeculativelyExecuteBB()
1100 (Builder.CreateSelect(BrCond, HInst, FalseV, in SpeculativelyExecuteBB()
1101 HInst->getName() + "." + FalseV->getName())); in SpeculativelyExecuteBB()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp454 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
463 SDValue Ops[] = {LHS, RHS, TargetCC, TrueV, FalseV}; in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp517 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
526 SDValue Ops[] = {LHS, RHS, TargetCC, TrueV, FalseV}; in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp630 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
638 SDValue Ops[] = {TrueV, FalseV, TargetCC, Cmp}; in LowerSELECT_CC()
653 SDValue FalseV = DAG.getConstant(0, DL, Op.getValueType()); in LowerSETCC() local
655 SDValue Ops[] = {TrueV, FalseV, TargetCC, Cmp}; in LowerSETCC()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp708 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
718 Ops.push_back(FalseV); in LowerSELECT_CC()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1731 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB() local
1733 std::swap(TrueV, FalseV); in SpeculativelyExecuteBB()
1735 BrCond, TrueV, FalseV, TrueV->getName() + "." + FalseV->getName(), BI); in SpeculativelyExecuteBB()
1764 Value *TrueV = ThenV, *FalseV = OrigV; in SpeculativelyExecuteBB() local
1766 std::swap(TrueV, FalseV); in SpeculativelyExecuteBB()
1768 BrCond, TrueV, FalseV, TrueV->getName() + "." + FalseV->getName(), BI); in SpeculativelyExecuteBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp383 SDValue FalseV = Op.getOperand(2); in lowerSELECT() local
404 SDValue Ops[] = {LHS, RHS, TargetCC, TrueV, FalseV}; in lowerSELECT()
415 SDValue Ops[] = {CondV, Zero, SetNE, TrueV, FalseV}; in lowerSELECT()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp849 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
859 Ops.push_back(FalseV); in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2063 Value *FalseV = SpeculatedStoreValue; in SpeculativelyExecuteBB() local
2065 std::swap(TrueV, FalseV); in SpeculativelyExecuteBB()
2067 BrCond, TrueV, FalseV, "spec.store.select", BI); in SpeculativelyExecuteBB()
2097 Value *TrueV = ThenV, *FalseV = OrigV; in SpeculativelyExecuteBB() local
2099 std::swap(TrueV, FalseV); in SpeculativelyExecuteBB()
2101 BrCond, TrueV, FalseV, "spec.select", BI); in SpeculativelyExecuteBB()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp966 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
974 SDValue Ops[] = {TrueV, FalseV, TargetCC, Flag}; in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp988 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
998 return DAG.getNode(LanaiISD::SELECT_CC, DL, VTs, TrueV, FalseV, TargetCC, in LowerSELECT_CC()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp990 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
1000 return DAG.getNode(LanaiISD::SELECT_CC, DL, VTs, TrueV, FalseV, TargetCC, in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1190 SDValue FalseV = Op.getOperand(3); in LowerSELECT_CC() local
1198 SDValue Ops[] = {TrueV, FalseV, TargetCC, Flag}; in LowerSELECT_CC()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp665 Value *FalseV = SI->getFalseValue(); in FoldOpIntoPhi() local
670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp859 Value *FalseV = SI->getFalseValue(); in FoldOpIntoPhi() local
864 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp952 Value *FalseV = SI->getFalseValue(); in foldOpIntoPhi() local
957 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in foldOpIntoPhi()