Searched refs:StepV (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeFreezeInLoops.cpp | 146 Value *StepV = Info.StepInst->getOperand(Info.StepValIdx); in run() local 147 if (auto *StepI = dyn_cast<Instruction>(StepV)) { in run()
|
| H A D | ScalarEvolutionExpander.cpp | 1095 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, in expandIVInc() argument 1104 if (!isa<ConstantInt>(StepV)) in expandIVInc() 1107 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc() 1112 Builder.CreateSub(PN, StepV, Twine(IVName) + ".iv.next") : in expandIVInc() 1113 Builder.CreateAdd(PN, StepV, Twine(IVName) + ".iv.next"); in expandIVInc() 1336 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally() local 1368 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() 1489 Value *StepV; in expandAddRecExprLiterally() local 1493 StepV = expandCodeForImpl( in expandAddRecExprLiterally() 1496 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.h | 108 llvm::Value *StepV);
|
| H A D | CodeGenPGO.cpp | 943 llvm::Value *StepV) { in emitCounterIncrement() argument 955 Builder.getInt32(Counter), StepV}; in emitCounterIncrement() 956 if (!StepV) in emitCounterIncrement()
|
| H A D | CodeGenFunction.h | 1486 void incrementProfileCounter(const Stmt *S, llvm::Value *StepV = nullptr) { 1489 PGO.emitCounterIncrement(Builder, S, StepV);
|
| H A D | CGExprScalar.cpp | 4590 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty); in VisitAbstractConditionalOperator() local 4592 CGF.incrementProfileCounter(E, StepV); in VisitAbstractConditionalOperator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 484 Value *expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy,
|