Searched refs:SE (Results 51 - 75 of 161) sorted by relevance

1234567

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h123 SE = I->first.end(); SI != SE; ++SI) {
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h244 SE = BlockTraits::child_end(BB);
245 SI != SE; ++SI) {
253 SE = InvBlockTraits::child_end(BB);
254 SI != SE; ++SI) {
271 SE = BlockTraits::child_end(BB);
272 SI != SE; ++SI) {
582 SE = entrySuccs->end();
583 SI != SE; ++SI) {
594 for (typename DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
595 SI != SE;
[all...]
H A DScalarEvolution.h352 ScalarEvolution *SE; member in class:llvm::ScalarEvolution::final
356 SCEVCallbackVH(Value *V, ScalarEvolution *SE = nullptr);
483 const SCEV *getExact(ScalarEvolution *SE) const;
489 const SCEV *getExact(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
492 const SCEV *getMax(ScalarEvolution *SE) const;
496 bool hasOperand(const SCEV *S, ScalarEvolution *SE) const;
1314 std::unique_ptr<ScalarEvolution> SE; member in class:llvm::ScalarEvolutionWrapperPass
1321 ScalarEvolution &getSE() { return *SE; }
1322 const ScalarEvolution &getSE() const { return *SE; }
1346 PredicatedScalarEvolution(ScalarEvolution &SE);
1373 ScalarEvolution &SE; member in class:llvm::PredicatedScalarEvolution
[all...]
H A DIVUsers.h126 ScalarEvolution *SE; member in class:llvm::IVUsers
H A DDominanceFrontierImpl.h178 SE = BlockTraits::child_end(currentBB);
179 SI != SE; ++SI) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp174 ScalarEvolution &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE();
175 const SCEV *S = SE.getMaxBackedgeTakenCount(L);
190 SE.forgetLoop(L);
H A DStraightLineStrengthReduce.cpp201 ScalarEvolution *SE; member in class:__anon3265::StraightLineStrengthReduce
399 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I);
404 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I);
408 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), One, RHS,
432 allocateCandidatesAndFindBasis(Candidate::Mul, SE->getSCEV(B), Idx, RHS, I);
438 allocateCandidatesAndFindBasis(Candidate::Mul, SE->getSCEV(B), Idx, RHS, I);
442 allocateCandidatesAndFindBasis(Candidate::Mul, SE->getSCEV(LHS), Zero, RHS,
519 IndexExprs.push_back(SE->getSCEV(*I));
527 IndexExprs[I - 1] = SE->getZero(OrigIndexExpr->getType());
531 const SCEV *BaseExpr = SE
[all...]
H A DLoopRotation.cpp126 DominatorTree *DT, ScalarEvolution *SE,
182 if (SE)
183 SE->forgetLoop(L);
535 ScalarEvolution *SE) {
546 while (rotateLoop(L, MaxHeaderSize, LI, TTI, AC, DT, SE, SimplifiedLatch)) {
603 auto *SE = SEWP ? &SEWP->getSE() : nullptr; variable
605 return iterativelyRotateLoop(L, MaxHeaderSize, LI, TTI, AC, DT, SE);
124 rotateLoop(Loop *L, unsigned MaxHeaderSize, LoopInfo *LI, const TargetTransformInfo *TTI, AssumptionCache *AC, DominatorTree *DT, ScalarEvolution *SE, bool SimplifiedLatch) argument
532 iterativelyRotateLoop(Loop *L, unsigned MaxHeaderSize, LoopInfo *LI, const TargetTransformInfo *TTI, AssumptionCache *AC, DominatorTree *DT, ScalarEvolution *SE) argument
H A DSeparateConstOffsetFromGEP.cpp412 ScalarEvolution *SE; member in class:__anon3261::SeparateConstOffsetFromGEP
1074 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE();
1115 if (!SE->isSCEVable(I->getType()))
1127 SE->getAddExpr(SE->getUnknown(LHS), SE->getUnknown(RHS));
1143 SE->getAddExpr(SE->getUnknown(LHS), SE->getUnknown(RHS));
/freebsd-11.0-release/contrib/telnet/telnet/
H A Dtelnet.c238 COMPORT_SET_BAUDRATE, IAC, SE);
789 TELQUAL_IS, name, IAC, SE);
811 TELQUAL_IS, ospeed, ispeed, IAC, SE);
917 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE);
1025 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE };
1100 IAC, SB, TELOPT_LINEMODE, LM_MODE, 0, IAC, SE
1231 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_VARIABLE, 0, IAC, SE
1234 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_DEFAULT, 0, IAC, SE
1406 *slc_replyp++ = SE;
1655 *opt_replyp++ = SE;
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp86 AllocaOffsetRewriter(ScalarEvolution &SE, const Value *AllocaPtr) argument
87 : SCEVRewriteVisitor(SE), AllocaPtr(AllocaPtr) {}
91 return SE.getZero(Expr->getType());
105 ScalarEvolution *SE; member in class:__anon3159::SafeStack
212 AllocaOffsetRewriter Rewriter(*SE, AllocaPtr);
213 const SCEV *Expr = Rewriter.visit(SE->getSCEV(Addr));
215 uint64_t BitWidth = SE->getTypeSizeInBits(Expr->getType());
216 ConstantRange AccessStartRange = SE->getUnsignedRange(Expr);
229 << " U: " << SE->getUnsignedRange(Expr)
230 << ", S: " << SE
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp256 Value *llvm::stripGetElementPtr(Value *Ptr, ScalarEvolution *SE, Loop *Lp) { argument
267 !SE->isLoopInvariant(SE->getSCEV(GEP->getOperand(i)), Lp))
289 Value *llvm::getStrideFromPointer(Value *Ptr, ScalarEvolution *SE, Loop *Lp) { argument
302 Ptr = stripGetElementPtr(Ptr, SE, Lp);
303 const SCEV *V = SE->getSCEV(Ptr);
314 V = S->getStepRecurrence(*SE);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp250 std::unique_ptr<SplitEditor> SE; member in class:__anon2514::RAGreedy
1198 /// stack-bound bundles. The shared SA/SE SplitAnalysis and SplitEditor
1249 SE->splitSingleBlock(BI);
1254 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1256 SE->splitRegInBlock(BI, IntvIn, IntfIn);
1258 SE->splitRegOutBlock(BI, IntvOut, IntfOut);
1293 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1300 SE->finish(&IntvMap);
1461 SE->reset(LREdit, SplitSpillMode);
1471 Cand.IntvIdx = SE
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c725 TELQUAL_IS, name, IAC, SE);
750 (unsigned)input_speed, IAC, SE);
856 TELQUAL_IS, dp, IAC, SE);
964 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE };
1039 IAC, SB, TELOPT_LINEMODE, LM_MODE, 0, IAC, SE
1160 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_VARIABLE, 0, IAC, SE
1163 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_DEFAULT, 0, IAC, SE
1336 *slc_replyp++ = SE;
1569 *opt_replyp++ = SE;
1773 if (c != SE) {
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c282 if (c != SE) {
308 SB_ACCUM(SE);
1292 #define ADD_DATA(c) { *ncp++ = c; if (c == SE || c == IAC) *ncp++ = c; }
1337 ADD(SE);
1347 ADD(SE);
1353 ADD(SE);
H A Dtelnetd.h138 #undef SE macro
/freebsd-11.0-release/contrib/telnet/telnetd/
H A Dtelnetd.c463 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
523 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
530 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
537 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
544 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
1137 IAC, SE);
H A Dstate.c308 if (c != SE) {
334 SB_ACCUM(SE);
1494 #define ADD_DATA(c) { *ncp++ = c; if (c == SE || c == IAC) *ncp++ = c; }
1542 ADD(SE);
1552 ADD(SE);
1565 ADD(SE);
1575 ADD(SE);
1580 ADD(SE);
/freebsd-11.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c348 *e++ = SE;
371 IAC, SE };
535 *e++ = SE;
H A Dencrypt.c138 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
210 str_send[str_suplen++] = SE;
803 *strp++ = SE;
862 *p++ = SE;
916 *p++ = SE;
/freebsd-11.0-release/contrib/telnet/libtelnet/
H A Dauth.c361 *e++ = SE;
384 IAC, SE };
539 *e++ = SE;
H A Dencrypt.c146 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
217 str_send[str_suplen++] = SE;
779 *strp++ = SE;
838 *p++ = SE;
892 *p++ = SE;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h168 SE = CurrBlock->pred_end();
169 SI != SE; ++SI) {
214 SE = CurrBlock->succ_end();
215 SI != SE; ++SI) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp178 SymExpr::symbol_iterator SI = X.symbol_begin(), SE = X.symbol_end(); local
179 for (; SI != SE; ++SI)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp270 for (succ_const_iterator SI(TI), SE(TI, false); SI != SE; ++SI) {

Completed in 205 milliseconds

1234567