Searched defs:IncV (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 849 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, in isNormalAddRecExprPHI() 883 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() 953 Instruction *IncV = in getAddRecExprPHILiterally() local 1032 Value *IncV; in getAddRecExprPHILiterally() local 1495 bool SCEVExpander::hoistStep(Instruction *IncV, Instruction *InsertPos, in hoistStep()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 821 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, in isNormalAddRecExprPHI() 859 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() 926 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() 963 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() 980 Value *IncV; in expandIVInc() local 1097 Instruction *IncV = nullptr; in getAddRecExprPHILiterally() local 1237 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1333 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() 1408 Value *IncV = Phi->getIncomingValueForBlock(L->getLoopLatch()); in needsLFTR() local 1416 Value *IncV = Phi->getIncomingValue(LatchIdx); in AlmostDeadIV() local 1477 Value *IncV = Phi->getIncomingValue(LatchIdx); in FindLoopCounter() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1585 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() 1670 Value *IncV = Phi->getIncomingValue(Idx); in needsLFTR() local 1720 Value *IncV = Phi->getIncomingValue(LatchIdx); in AlmostDeadIV() local 1782 Value *IncV = Phi->getIncomingValue(LatchIdx); in FindLoopCounter() local
|
D | LoopStrengthReduce.cpp | 2774 Instruction *IncV = in CollectChains() local 2884 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 300 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in SelectIndexedLoad() local 594 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in SelectIndexedStore() local
|