Home
last modified time | relevance | path

Searched defs:SE (Results 1 – 25 of 203) sorted by relevance

123456789

/external/llvm/include/llvm/ADT/
DSetOperations.h26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local
53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local
64 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSetOperations.h26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local
53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local
64 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
/external/llvm/include/llvm/Analysis/
DScalarEvolutionAliasAnalysis.h28 ScalarEvolution &SE; variable
31 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
DScalarEvolutionExpander.h38 ScalarEvolution &SE; variable
96 SCEVExpander *SE; variable
102 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard()
DLoopUnrollAnalyzer.h51 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer()
82 ScalarEvolution &SE; variable
DScalarEvolutionExpressions.h297 const SCEV *getStepRecurrence(ScalarEvolution &SE) const { in getStepRecurrence()
343 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr()
403 ScalarEvolution *SE; variable
546 SCEVRewriteVisitor(ScalarEvolution &SE) : SE(SE) {} in SCEVRewriteVisitor()
630 SCEVParameterRewriter(ScalarEvolution &SE, ValueToValueMap &M, bool C) in SCEVParameterRewriter()
657 ScalarEvolution &SE) { in rewrite()
662 SCEVLoopAddRecRewriter(ScalarEvolution &SE, LoopToScevMapT &M) in SCEVLoopAddRecRewriter()
/external/clang/test/OpenMP/
Dtarget_codegen_registration.cpp249 struct SE { struct
257 SE() { in SE() argument
263 ~SE() { in ~SE() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp48 ScalarEvolution *SE; member in __anon47a1462c0111::SimplifyIndvar
57 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, in SimplifyIndvar()
301 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser()
380 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV()
391 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs()
405 bool simplifyIVUsers(IVUsers *IU, ScalarEvolution *SE, LPPassManager *LPM, in simplifyIVUsers()
DLoopUnroll.cpp98 if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) { in FoldBlockIntoPredecessor() local
170 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>(); in UnrollLoop() local
274 for (succ_iterator SI = succ_begin(*BB), SE = succ_end(*BB); in UnrollLoop() local
356 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); in UnrollLoop() local
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp217 ScalarEvolution *SE) { in formLCSSA()
263 ScalarEvolution *SE) { in formLCSSARecursively()
276 ScalarEvolution *SE) { in formLCSSAOnAllLoops()
293 ScalarEvolution *SE; member
339 auto *SE = AM.getCachedResult<ScalarEvolutionAnalysis>(F); in run() local
DSimplifyIndVar.cpp48 ScalarEvolution *SE; member in __anon72f35b800111::SimplifyIndvar
56 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, DominatorTree *DT, in SimplifyIndvar()
576 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser()
669 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, DominatorTree *DT, in simplifyUsersOfIV()
679 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT, in simplifyLoopIVs()
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp35 bool LoopDeletionPass::isLoopDead(Loop *L, ScalarEvolution &SE, in isLoopDead()
100 bool LoopDeletionPass::runImpl(Loop *L, DominatorTree &DT, ScalarEvolution &SE, in runImpl()
223 auto &SE = *FAM.getCachedResult<ScalarEvolutionAnalysis>(*F); in run() local
264 ScalarEvolution &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop() local
DAlignmentFromAssumptions.cpp95 ScalarEvolution *SE) { in getNewAlignmentDiff()
130 ScalarEvolution *SE) { in getNewAlignment()
407 ScalarEvolution *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction() local
434 ScalarEvolution &SE = AM.getResult<ScalarEvolutionAnalysis>(F); in run() local
DInductiveRangeCheckElimination.cpp255 ScalarEvolution &SE, Value *&Index, in parseRangeCheckICmp()
319 Loop *L, ScalarEvolution &SE, Use &ConditionUse, in extractRangeChecksFromCond()
387 BranchInst *BI, Loop *L, ScalarEvolution &SE, BranchProbabilityInfo &BPI, in extractRangeChecksFromBranch()
568 ScalarEvolution &SE; member in __anonf53190830311::LoopConstrainer
589 ScalarEvolution &SE, InductiveRangeCheck::Range R) in LoopConstrainer()
608 static bool CanBeSMax(ScalarEvolution &SE, const SCEV *S) { in CanBeSMax()
615 static bool CanBeSMin(ScalarEvolution &SE, const SCEV *S) { in CanBeSMin()
623 LoopStructure::parseLoopStructure(ScalarEvolution &SE, BranchProbabilityInfo &BPI, in parseLoopStructure()
1280 ScalarEvolution &SE, const SCEVAddRecExpr *IndVar) const { in computeSafeIterationSpace()
1346 IntersectRange(ScalarEvolution &SE, in IntersectRange()
[all …]
DLoopRotation.cpp60 ScalarEvolution *SE; member in __anon971a60de0111::LoopRotate
65 DominatorTree *DT, ScalarEvolution *SE) in LoopRotate()
633 auto *SE = FAM.getCachedResult<ScalarEvolutionAnalysis>(*F); in run() local
675 auto *SE = SEWP ? &SEWP->getSE() : nullptr; in runOnLoop() local
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp48 SE = MBB.succ_end(); SI != SE; ++SI) in runOnMachineFunction() local
85 SE = MBB.succ_end(); SI != SE; ++SI) in WriteGraph() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h66 static inline bool classof(const SymExpr *SE) { in classof()
110 static inline bool classof(const SymExpr *SE) { in classof()
145 static inline bool classof(const SymExpr *SE) { in classof()
176 static inline bool classof(const SymExpr *SE) { in classof()
221 static inline bool classof(const SymExpr *SE) { in classof()
257 static inline bool classof(const SymExpr *SE) { in classof()
279 static inline bool classof(const SymExpr *SE) { in classof()
315 static inline bool classof(const SymExpr *SE) { in classof()
350 static inline bool classof(const SymExpr *SE) { in classof()
384 static inline bool classof(const SymExpr *SE) { in classof()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DEdgeBundles.cpp50 SE = MBB.succ_end(); SI != SE; ++SI) in runOnMachineFunction() local
91 SE = I->succ_end(); SI != SE; ++SI) in WriteGraph() local
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp63 ScalarEvolution SE = buildSE(*F); in TEST_F() local
108 ScalarEvolution SE = buildSE(*F); in TEST_F() local
255 ScalarEvolution SE = buildSE(*F); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp68 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in ChangeToUnreachable() local
167 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in MarkAliveBlocks() local
193 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI) in RemoveUnreachableBlocksFromFn() local
/external/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h42 ScalarEvolution *SE = nullptr; member
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp29 const SymExpr *SE = SymVal->getSymbol(); in canReasonAbout() local
140 } else if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(sym)) { in assumeAux() local
231 if (const SymIntExpr *SE = dyn_cast<SymIntExpr>(Sym)) { in computeAdjustment() local
/external/clang/tools/libclang/
DCXString.cpp119 for (unsigned SI = 0, SE = Set->Count; SI < SE; ++SI) in createSet() local
189 for (unsigned SI = 0, SE = set->Count; SI < SE; ++SI) in clang_disposeStringSet() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h32 ScalarEvolution &SE; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp70 ScalarEvolution &SE; member in __anon4859dd720111::PostIncTransform
221 ScalarEvolution &SE, in TransformForPostIncUse()

123456789