Home
last modified time | relevance | path

Searched defs:Step (Results 1 – 25 of 84) sorted by relevance

1234

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h24 Step = Log::ChannelFlag<6>, // Log step operations enumerator
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h26 Step = Log::ChannelFlag<8>, enumerator
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h27 Step = Log::ChannelFlag<8>, enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
H A DLoopConstrainer.cpp20 const SCEV *Step, ICmpInst::Predicate Pred, in isSafeDecreasingBound() argument
69 const SCEV *Step, ICmpInst::Predicate Pred, in isSafeIncreasingBound() argument
252 const SCEV *Step = SE.getSCEV(StepCI); parseLoopStructure() local
[all...]
H A DLoopPeel.cpp359 __anoncff144e10402(unsigned &PeelCount, const SCEV *&IterVal, const SCEV *BoundSCEV, const SCEV *Step, ICmpInst::Predicate Pred) countToEliminateCompares() argument
428 const SCEV *Step = LeftAR->getStepRecurrence(SE); countToEliminateCompares() local
467 const SCEV *Step = AddRec->getStepRecurrence(SE); countToEliminateCompares() local
H A DScalarEvolutionExpander.cpp908 const SCEV *Step = AR->getStepRecurrence(SE); IsIncrementNSW() local
922 const SCEV *Step = AR->getStepRecurrence(SE); IsIncrementNUW() local
1053 const SCEV *Step = Normalized->getStepRecurrence(SE); getAddRecExprPHILiterally() local
1126 const SCEV *Step = Normalized->getStepRecurrence(SE); expandAddRecExprLiterally() local
2096 const SCEV *Step = AR->getStepRecurrence(SE); generateOverflowCheck() local
[all...]
/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h41 Step = Log::ChannelFlag<22>, enumerator
/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h157 Expr *Step = nullptr; member
176 Step = 2, enumerator
/llvm-project/mlir/include/mlir/Debug/
H A DExecutionContext.h68 enum Control { Apply = 1, Skip = 2, Step = 3, Next = 4, Finish = 5 }; enumerator
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp207 Value *Step, *Start; matchStridedRecurrence() local
295 Value *Step = Inc->getOperand(StepIndex); matchStridedRecurrence() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp478 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep() argument
680 auto *Step = RangeCheckIV->getStepRecurrence(*SE); widenICmpRangeCheck() local
848 auto *Step = Result->IV->getStepRecurrence(*SE); parseLoopLatchICmp() local
854 __anonb1adf6120202(const SCEV *Step, ICmpInst::Predicate Pred) parseLoopLatchICmp() argument
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp202 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon2f5574b40111::ForExprAST
206 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
395 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp222 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anona3d1e5b50111::ForExprAST
226 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
429 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp219 std::unique_ptr<ExprAST> Start, End, Step, Body; member in ForExprAST
223 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1235 InductionDescriptor(Value * Start,InductionKind K,const SCEV * Step,BinaryOperator * BOp,SmallVectorImpl<Instruction * > * Casts) InductionDescriptor() argument
1324 const SCEV *Step = SE->getUnknown(Addend); isFPInductionPHI() local
1517 const SCEV *Step = AR->getStepRecurrence(*SE); isInductionPHI() local
[all...]
H A DLoopCacheAnalysis.cpp91 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local
536 const SCEV *Step = AR->getStepRecurrence(SE); isSimpleAddRecurrence() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anoncdd06d150111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon424cde160111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonb6c94f170111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp230 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon184e56b60111::ForExprAST
234 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
451 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon8ccac7b70111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp243 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); IsSafeActiveMask() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp315 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon014738b80211::ForExprAST
319 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
559 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp397 Value *Step = generatePerPart() local
436 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); generatePerPart() local
1101 getStepVector(Value * Val,Value * StartIdx,Value * Step,Instruction::BinaryOps BinOp,ElementCount VF,IRBuilderBase & Builder) getStepVector() argument
1185 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); execute() local
1320 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); execute() local
[all...]

1234