/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindowsLog.h | 24 Step = Log::ChannelFlag<6>, // Log step operations enumerator
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDPLog.h | 26 Step = Log::ChannelFlag<8>, enumerator
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemoteLog.h | 27 Step = Log::ChannelFlag<8>, enumerator
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
|
H A D | LoopConstrainer.cpp | 20 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 D | LoopPeel.cpp | 359 __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 D | ScalarEvolutionExpander.cpp | 908 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 D | LLDBLog.h | 41 Step = Log::ChannelFlag<22>, enumerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 157 Expr *Step = nullptr; member 176 Step = 2, enumerator
|
/llvm-project/mlir/include/mlir/Debug/ |
H A D | ExecutionContext.h | 68 enum Control { Apply = 1, Skip = 2, Step = 3, Next = 4, Finish = 5 }; enumerator
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 207 Value *Step, *Start; matchStridedRecurrence() local 295 Value *Step = Inc->getOperand(StepIndex); matchStridedRecurrence() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 478 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 D | toy.cpp | 202 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 D | toy.cpp | 222 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 D | toy.cpp | 219 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 D | IVDescriptors.cpp | 1235 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 D | LoopCacheAnalysis.cpp | 91 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 D | toy.cpp | 221 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 D | toy.cpp | 221 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 D | toy.cpp | 221 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 D | toy.cpp | 230 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 D | toy.cpp | 226 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 D | MVETailPredication.cpp | 243 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); IsSafeActiveMask() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 315 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 D | VPlanRecipes.cpp | 397 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...] |