Searched refs:StepV (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 1105 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, in expandIVInc() argument 1114 if (!isa<ConstantInt>(StepV)) in expandIVInc() 1117 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc() 1122 Builder.CreateSub(PN, StepV, Twine(IVName) + ".iv.next") : in expandIVInc() 1123 Builder.CreateAdd(PN, StepV, Twine(IVName) + ".iv.next"); in expandIVInc() 1349 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally() local 1381 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() 1503 Value *StepV; in expandAddRecExprLiterally() local 1507 StepV = expandCodeForImpl( in expandAddRecExprLiterally() 1510 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
|
| /freebsd-13.1/contrib/llvm-project/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 | 4603 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty); in VisitAbstractConditionalOperator() local 4605 CGF.incrementProfileCounter(E, StepV); in VisitAbstractConditionalOperator()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 489 Value *expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy,
|