/aosp_15_r20/external/llvm/lib/Analysis/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 930 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, in isNormalAddRecExprPHI() 967 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() 1034 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos, in hoistIVInc() 1091 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() 1108 Value *IncV; in expandIVInc() local 1208 Instruction *IncV = nullptr; in getAddRecExprPHILiterally() local 1358 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 896 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, in isNormalAddRecExprPHI() 934 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() 1001 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() 1038 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() 1055 Value *IncV; in expandIVInc() local 1171 Instruction *IncV = nullptr; in getAddRecExprPHILiterally() local 1316 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 664 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() 758 Value *IncV = Phi->getIncomingValue(Idx); in needsLFTR() local 852 Value *IncV = Phi->getIncomingValue(LatchIdx); in AlmostDeadIV() local 882 Value *IncV = Phi->getIncomingValue(LatchIdx); in isLoopCounter() local
|
H A D | LoopStrengthReduce.cpp | 3138 Instruction *IncV = in CollectChains() local 3248 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A 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
|
H A D | LoopStrengthReduce.cpp | 2774 Instruction *IncV = in CollectChains() local 2884 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 2021 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() 2115 Value *IncV = Phi->getIncomingValue(Idx); in needsLFTR() local 2207 Value *IncV = Phi->getIncomingValue(LatchIdx); in AlmostDeadIV() local 2237 Value *IncV = Phi->getIncomingValue(LatchIdx); in isLoopCounter() local
|
H A D | LoopStrengthReduce.cpp | 3085 Instruction *IncV = in CollectChains() local 3195 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain() local
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 133 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in INITIALIZE_PASS() local 529 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in SelectIndexedStore() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 658 Value *IncV = nullptr; in getCountIV() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 129 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in SelectIndexedLoad() local 525 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in SelectIndexedStore() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 642 Value *IncV = nullptr; in getCountIV() local
|