Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp863 Value *BEValue = nullptr, *StartValue = nullptr; in isFPInductionPHI() local
865 BEValue = Phi->getIncomingValue(0); in isFPInductionPHI()
870 BEValue = Phi->getIncomingValue(1); in isFPInductionPHI()
874 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); in isFPInductionPHI()
DScalarEvolution.cpp4730 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl() local
4735 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl()
5058 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
5065 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
5148 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
7697 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
7703 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
7964 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
7981 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
8003 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
[all …]
/external/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp957 Value *BEValue = nullptr, *StartValue = nullptr; in isFPInductionPHI() local
959 BEValue = Phi->getIncomingValue(0); in isFPInductionPHI()
964 BEValue = Phi->getIncomingValue(1); in isFPInductionPHI()
968 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); in isFPInductionPHI()
DScalarEvolution.cpp4795 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl() local
4800 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl()
5123 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
5130 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
5213 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
7925 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
7931 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
8192 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
8209 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
8231 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
[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 …]