HomeSort by relevance Sort by last modified time
    Searched refs:SE (Results 26 - 50 of 230) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 15 SE='se'
  /external/llvm/include/llvm/CodeGen/
LivePhysRegs.h 124 SE = MBB->succ_end(); SI != SE; ++SI)
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 243 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>();
244 if (!SE)
249 const SCEV *BECount = SE->getBackedgeTakenCount(L);
255 SE->getAddExpr(BECount, SE->getConstant(BECount->getType(), 1));
267 SE->forgetLoop(ParentLoop);
280 SCEVExpander Expander(*SE, "loop-unroll");
LoopSimplify.cpp 255 LoopInfo *LI, ScalarEvolution *SE, Pass *PP) {
285 if (SE)
286 SE->forgetLoop(L);
477 ScalarEvolution *SE, Pass *PP,
506 for (succ_iterator SI = succ_begin(*I), SE = succ_end(*I); SI != SE; ++SI)
535 if (SE)
536 SE->forgetLoop(L);
585 if (Loop *OuterL = separateNestedLoop(L, Preheader, AA, DT, LI, SE, PP)) {
617 if (SE) SE->forgetValue(PN)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 251 InnerLoopVectorizer(Loop *OrigLoop, ScalarEvolution *SE, LoopInfo *LI,
255 : OrigLoop(OrigLoop), SE(SE), LI(LI), DT(DT), DL(DL), TLI(TLI),
256 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()),
407 ScalarEvolution *SE;
461 InnerLoopUnroller(Loop *OrigLoop, ScalarEvolution *SE, LoopInfo *LI,
464 InnerLoopVectorizer(OrigLoop, SE, LI, DT, DL, TLI, 1, UnrollFactor) { }
540 LoopVectorizationLegality(Loop *L, ScalarEvolution *SE, const DataLayout *DL,
543 : NumLoads(0), NumStores(0), NumPredStores(0), TheLoop(L), SE(SE), DL(DL)
    [all...]
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 118 SE = I->first.end(); SI != SE; ++SI) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 363 SE->forgetMemoizedResults(this);
366 SE->UniqueSCEVs.RemoveNode(this);
374 SE->forgetMemoizedResults(this);
377 SE->UniqueSCEVs.RemoveNode(this);
683 ScalarEvolution &SE,
687 return SE.getTruncateOrZeroExtend(It, ResultTy);
741 return SE.getCouldNotCompute();
743 unsigned W = SE.getTypeSizeInBits(ResultTy);
774 IntegerType *CalculationTy = IntegerType::get(SE.getContext(),
776 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy)
    [all...]
DominanceFrontier.cpp 66 for (succ_iterator SI = succ_begin(currentBB), SE = succ_end(currentBB);
67 SI != SE; ++SI) {
RegionInfo.cpp 239 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI)
244 for (pred_iterator SI = pred_begin(BB), SE = pred_end(BB); SI != SE; ++SI)
256 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI)
504 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
505 SI != SE; ++SI)
515 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
516 SI != SE; ++SI)
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 29 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
38 ScalarEvolution &SE;
94 explicit SCEVExpander(ScalarEvolution &se, const char *name)
95 : SE(se), IVName(name), IVIncInsertLoop(nullptr), IVIncInsertPos(nullptr),
97 Builder(se.getContext(), TargetFolder(se.DL)) {
191 LLVMContext &getContext() const { return SE.getContext(); }
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 240 SE = MBB.succ_end();
241 SI != SE; ++SI)
308 SE = MBB.succ_end();
309 SI != SE; ++SI)
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 111 ScalarEvolution *SE;
172 SE = &getAnalysis<ScalarEvolution>();
440 const SCEV *EC = SE->getExitCount(L, *I);
448 } else if (!SE->isLoopInvariant(EC, L))
451 if (SE->getTypeSizeInBits(EC->getType()) > (TT.isArch64Bit() ? 64 : 32))
516 SCEVExpander SCEVE(*SE, "loopcnt");
517 LLVMContext &C = SE->getContext();
522 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);
523 ExitCount = SE->getAddExpr(ExitCount,
524 SE->getConstant(CountType, 1));
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCObjectDisassembler.cpp 225 for (AddressSetTy::const_iterator SI = Splits.begin(), SE = Splits.end();
226 SI != SE; ++SI) {
275 for (BBInfoSetTy::iterator SI = BBI->Succs.begin(), SE = BBI->Succs.end();
276 SI != SE; ++SI)
289 for (BBInfoSetTy::iterator SI = BBI->Succs.begin(), SE = BBI->Succs.end();
290 SI != SE; ++SI)
452 SE = BBI->SuccAddrs.end();
453 SE != SE; ++SI) {
  /external/strace/linux/mips/
syscallent-n64.h 60 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 5057 */
61 { 1, TP|SE, sys_exit, "exit" }, /* 5058 */
208 { 1, TP|SE, sys_exit, "exit_group" }, /* 5205 */
369 { 3, TF|TP|SE|SI, printargs, "n64_execve" }, /* 5057 */
370 { 1, TP|SE, printargs, "n64_exit" }, /* 5058 */
517 { 1, TP|SE, printargs, "n64_exit_group" }, /* 5205 */
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 99 SymExpr::symbol_iterator::symbol_iterator(const SymExpr *SE) {
100 itr.push_back(SE);
115 const SymExpr *SE = itr.pop_back_val();
117 switch (SE->getKind()) {
125 itr.push_back(cast<SymbolCast>(SE)->getOperand());
128 itr.push_back(cast<SymIntExpr>(SE)->getLHS());
131 itr.push_back(cast<IntSymExpr>(SE)->getRHS());
134 const SymSymExpr *x = cast<SymSymExpr>(SE);
  /external/clang/tools/diagtool/
TreeView.cpp 115 SE = I->subgroup_end();
116 SI != SE; ++SI) {
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 107 for (auto SI = MBB.succ_begin(), SE = MBB.succ_end(); SI != SE; ++SI) {
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 61 for (succ_iterator SI = succ_begin(entryBlock), SE = succ_end(entryBlock);
62 SI != SE; ++SI)
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 148 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE;
LoopDeletion.cpp 172 ScalarEvolution &SE = getAnalysis<ScalarEvolution>();
173 const SCEV *S = SE.getMaxBackedgeTakenCount(L);
188 SE.forgetLoop(L);
  /external/strace/linux/x32/
syscallent.h 60 { 3, TF|TP|SE|SI, printargs, "64:execve" }, /* 59 */
61 { 1, TP|SE, sys_exit, "_exit" }, /* 60 */
232 { 1, TP|SE, sys_exit, "exit_group" }, /* 231 */
326 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 520 */
  /external/strace/linux/arc/
syscallent.h 94 { 1, TP|SE, sys_exit, "exit" }, /* 93 */
95 { 1, TP|SE, sys_exit, "exit_group" }, /* 94 */
222 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 221 */
  /external/strace/linux/avr32/
syscallent.h 29 { 1, TP|SE, sys_exit, "_exit" }, /* 1 */
39 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 11 */
231 { 1, TP|SE, sys_exit, "exit_group" }, /* 203 */
  /external/strace/linux/metag/
syscallent.h 94 { 1, TP|SE, sys_exit, "exit" }, /* 93 */
95 { 1, TP|SE, sys_exit, "exit_group" }, /* 94 */
222 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 221 */
  /external/strace/linux/or1k/
syscallent.h 94 { 1, TP|SE, sys_exit, "exit" }, /* 93 */
95 { 1, TP|SE, sys_exit, "exit_group" }, /* 94 */
222 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 221 */

Completed in 517 milliseconds

12 3 4 5 6 7 8 910