Searched refs:Step (Results 1 - 25 of 182) sorted by last modified time

12345678

/external/regex-re2/re2/
H A Dnfa.cc98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { function in class:re2::NFA
517 int id = Step(runq, nextq, c, flag, p-1);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_pixfmt_gray.h42 template<class Blender, unsigned Step = 1, unsigned Offset = 0>
95 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
103 x * Step * sizeof(value_type) +
110 x * Step * sizeof(value_type) +
115 *((value_type*)m_rbuf->row(y) + x * Step + Offset) = c.v;
119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover);
125 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
128 p += Step;
137 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
142 p += Step;
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp565 IK_IntInduction, ///< Integer induction variable. Step = 1.
566 IK_ReverseIntInduction, ///< Reverse int induction variable. Step = -1.
567 IK_PtrInduction, ///< Pointer induction var. Step = sizeof(elem).
568 IK_ReversePtrInduction ///< Reverse ptr indvar. Step = - sizeof(elem).
1562 const SCEV *Step = AR->getStepRecurrence(*SE); local
1566 if (Step->isOne())
1568 if (Step->isAllOnesValue())
2142 Constant *Step = ConstantInt::get(IdxTy, VF * UF); local
2166 Value *R = BypassBuilder.CreateURem(Count, Step, "n.mod.vf");
2405 Value *NextIdx = Builder.CreateAdd(Induction, Step, "inde
4306 const SCEV *Step = AR->getStepRecurrence(*SE); local
[all...]
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp155 ExprAST *Start, *End, *Step, *Body; member in class:__anon25453::ForExprAST
159 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
326 ExprAST *Step = 0;
329 Step = ParseExpression();
330 if (Step == 0) return 0;
340 return new ForExprAST(IdName, Start, End, Step, Body);
613 if (Step) {
614 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp170 ExprAST *Start, *End, *Step, *Body; member in class:__anon25454::ForExprAST
174 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
354 ExprAST *Step = 0;
357 Step = ParseExpression();
358 if (Step == 0) return 0;
368 return new ForExprAST(IdName, Start, End, Step, Body);
717 if (Step) {
718 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp175 ExprAST *Start, *End, *Step, *Body; member in class:__anon25455::ForExprAST
179 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
372 ExprAST *Step = 0;
375 Step = ParseExpression();
376 if (Step == 0) return 0;
386 return new ForExprAST(IdName, Start, End, Step, Body);
819 if (Step) {
820 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp193 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
197 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
389 ExprAST *Step = 0;
392 Step = ParseExpression();
393 if (Step == 0) return 0;
403 return new ForExprAST(IdName, Start, End, Step, Body);
846 if (Step) {
847 StepVal = Step->Codegen();
H A Dtoy.cpp199 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
203 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
395 ExprAST *Step = 0;
398 Step = ParseExpression();
399 if (Step == 0) return 0;
409 return new ForExprAST(IdName, Start, End, Step, Body);
1210 if (Step) {
1211 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp223 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
227 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
419 ExprAST *Step = 0;
422 Step = ParseExpression();
423 if (Step == 0) return 0;
433 return new ForExprAST(IdName, Start, End, Step, Body);
1388 if (Step) {
1389 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp176 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
180 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
372 ExprAST *Step = 0;
375 Step = ParseExpression();
376 if (Step == 0) return 0;
386 return new ForExprAST(IdName, Start, End, Step, Body);
1068 if (Step) {
1069 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp178 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
182 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
374 ExprAST *Step = 0;
377 Step = ParseExpression();
378 if (Step == 0) return 0;
388 return new ForExprAST(IdName, Start, End, Step, Body);
828 if (Step) {
829 StepVal = Step->Codegen();
H A Dtoy.cpp178 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
182 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
374 ExprAST *Step = 0;
377 Step = ParseExpression();
378 if (Step == 0) return 0;
388 return new ForExprAST(IdName, Start, End, Step, Body);
1108 if (Step) {
1109 StepVal = Step->Codegen();
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h635 const SCEV *getAddRecExpr(const SCEV *Start, const SCEV *Step,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp814 const SCEV *Step = AddRec->getStepRecurrence(*SE); local
815 if (!isLoopInvariant(Step, LoopNest))
832 const SCEV *Step = AddRec->getStepRecurrence(*SE); local
833 if (!isLoopInvariant(Step, LoopNest))
H A DScalarEvolution.cpp946 const SCEV *Step = AR->getStepRecurrence(*this); local
954 getZeroExtendExpr(Step, Ty),
978 // Check whether Start+Step*MaxBECount has no unsigned overflow.
979 const SCEV *ZMul = getMulExpr(CastedMaxBECount, Step);
987 getZeroExtendExpr(Step, WideTy)));
993 getZeroExtendExpr(Step, Ty),
1001 getSignExtendExpr(Step, WideTy)));
1008 getSignExtendExpr(Step, Ty),
1017 if (isKnownPositive(Step)) {
1019 getUnsignedRange(Step)
1062 getOverflowLimitForStep(const SCEV *Step, ICmpInst::Predicate *Pred, ScalarEvolution *SE) argument
1090 const SCEV *Step = AR->getStepRecurrence(*SE); local
1228 const SCEV *Step = AR->getStepRecurrence(*this); local
[all...]
H A DScalarEvolutionExpander.cpp284 const SCEV *Step = A->getStepRecurrence(SE); local
285 const SCEV *StepRem = SE.getConstant(Step->getType(), 0);
286 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL))
293 S = SE.getAddRecExpr(Start, Step, A->getLoop(),
1181 const SCEV *Step = Normalized->getStepRecurrence(SE); local
1185 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1187 Step = SE.getNegativeSCEV(Step);
1189 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1264 const SCEV *Step local
1838 const SCEV *Step = AR->getStepRecurrence(SE); local
[all...]
/external/llvm/lib/TableGen/
H A DSetTheory.cpp170 int Step = 1; variable
176 Step = II->getValue();
206 Step *= From <= To ? 1 : -1;
208 if (Step > 0 && From > To)
210 else if (Step < 0 && From < To)
225 From += Step;
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1476 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); local
1477 if (!Step || !Step->isOne())
H A DLoopStrengthReduce.cpp562 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE, local
564 if (!Step) return nullptr;
571 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/iproute2/doc/
H A Dip-cref.tex3005 \# {\bf Step 0} --- enable loopback.\\
3029 \noindent\# {\bf Step 1} --- enable device \verb|$dev|
3051 \# {\bf Step 2} --- IP Duplicate Address Detection~\cite{RFC-DHCP}.\\
3066 \# {\bf Step 3} --- Configure the address on the interface.
3077 \noindent\# {\bf Step 4} --- Announce our presence on the link.
3086 \# {\bf Step 5} (optional) --- Add some control routes.\\
3101 \# {\bf Step 6} --- Add fallback default route with huge metric.\\
3116 \# {\bf Step 7} --- Restart router discovery and exit.
3286 \# {\bf Step 0} --- enable device \verb|$dev|
3296 \# {\bf Step
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3181 class Step : public PreciseFunc2 { public: Step (void) : PreciseFunc2("step", step) {} }; function in class:deqp::gls::BuiltinPrecisionTests::Functions::Step
5123 addScalarFactory<Step>(*funcs);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp183 for (unsigned Step = 0; Step != 2; ++Step) {
188 if (Step == 0 && LookupCtx)
190 else if (Step == 1 && LookInScope && S)
H A DSemaInit.cpp2748 void InitializationSequence::Step::Destroy() {
2843 Step S;
2854 Step S;
2866 Step S;
2873 Step S;
2884 Step S;
2895 Step S;
2915 Step S;
2924 Step S;
2933 Step
5263 PerformConstructorInitialization(Sema &S, const InitializedEntity &Entity, const InitializationKind &Kind, MultiExprArg Args, const InitializationSequence::Step& Step, bool &ConstructorInitRequiresZeroInit, bool IsListInitialization, SourceLocation LBraceLoc, SourceLocation RBraceLoc) argument
[all...]

Completed in 3777 milliseconds

12345678