Home
last modified time | relevance | path

Searched refs:BEValue (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp887 Value *BEValue = nullptr, *StartValue = nullptr; in isFPInductionPHI() local
889 BEValue = Phi->getIncomingValue(0); in isFPInductionPHI()
894 BEValue = Phi->getIncomingValue(1); in isFPInductionPHI()
898 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); in isFPInductionPHI()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3007 const SCEV *BEValue = getSCEV(BEValueV); in createNodeForPHI() local
3014 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createNodeForPHI()
3076 dyn_cast<SCEVAddRecExpr>(BEValue)) { in createNodeForPHI()
4814 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in getConstantEvolutionLoopExitValue() local
4815 if (getConstantEvolvingPHI(BEValue, L) != PN && in getConstantEvolutionLoopExitValue()
4816 !isa<Constant>(BEValue)) in getConstantEvolutionLoopExitValue()
4831 Constant *NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, TD); in getConstantEvolutionLoopExitValue()
4864 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in ComputeExitCountExhaustively() local
4865 if (getConstantEvolvingPHI(BEValue, L) != PN && in ComputeExitCountExhaustively()
4866 !isa<Constant>(BEValue)) in ComputeExitCountExhaustively()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3949 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
3956 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
4038 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
6212 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
6218 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
6481 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
6498 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
6520 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
6521 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
6597 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in computeExitCountExhaustively() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp4726 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl() local
4731 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl()
5054 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
5061 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
5144 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
7570 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
7576 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
7837 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
7854 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
7876 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
[all …]