Home
last modified time | relevance | path

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

12345678910>>...17

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDelinearization.cpp51 ScalarEvolution &SE; member
126 ScalarEvolution &SE; member
173 void llvm::collectParametricTerms(ScalarEvolution &SE, const SCEV *Expr, in collectParametricTerms()
200 static bool findArrayDimensionsRec(ScalarEvolution &SE, in findArrayDimensionsRec()
260 static const SCEV *removeConstantFactors(ScalarEvolution &SE, const SCEV *T) { in removeConstantFactors()
279 void llvm::findArrayDimensions(ScalarEvolution &SE, in findArrayDimensions()
343 void llvm::computeAccessFunctions(ScalarEvolution &SE, const SCEV *Expr, in computeAccessFunctions()
450 void llvm::delinearize(ScalarEvolution &SE, const SCEV *Expr, in delinearize()
486 bool llvm::getIndexExpressionsFromGEP(ScalarEvolution &SE, in getIndexExpressionsFromGEP()
525 ScalarEvolution *SE, Instruction *Inst, const SCEV *AccessFn, in tryDelinearizeFixedSizeImpl()
[all …]
DLoopNestAnalysis.cpp42 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest()
48 ScalarEvolution &SE) { in getLoopNest()
104 ScalarEvolution &SE) { in arePerfectlyNested()
110 const Loop &OuterLoop, const Loop &InnerLoop, ScalarEvolution &SE) { in analyzeLoopNestForPerfectNest()
182 const Loop &OuterLoop, const Loop &InnerLoop, ScalarEvolution &SE) { in getInterveningInstructions()
261 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { in getMaxPerfectDepth()
316 ScalarEvolution &SE) { in checkLoopsStructure()
DScalarEvolutionNormalization.cpp99 ScalarEvolution &SE) { in normalizeForPostIncUse()
107 ScalarEvolution &SE) { in normalizeForPostIncUseIf()
113 ScalarEvolution &SE) { in denormalizeForPostIncUse()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetOperations.h25 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() local
52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() local
63 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract() local
/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/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-16.0/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/
DScalarEvolutionExpander.h38 ScalarEvolution &SE; variable
96 SCEVExpander *SE; variable
102 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard()
DScalarEvolutionAliasAnalysis.h28 ScalarEvolution &SE; variable
31 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
DLoopUnrollAnalyzer.h51 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer()
82 ScalarEvolution &SE; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h46 ScalarEvolution &SE; variable
107 SCEVExpander *SE; variable
113 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard()
DScalarEvolutionAliasAnalysis.h27 ScalarEvolution &SE; variable
30 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
DLoopUnrollAnalyzer.h50 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer()
81 ScalarEvolution &SE; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopBoundSplit.cpp51 static void analyzeICmp(ScalarEvolution &SE, ICmpInst *ICmp, in analyzeICmp()
80 static bool calculateUpperBound(const Loop &L, ScalarEvolution &SE, in calculateUpperBound()
125 static bool hasProcessableCondition(const Loop &L, ScalarEvolution &SE, in hasProcessableCondition()
159 static bool isProcessableCondBI(const ScalarEvolution &SE, in isProcessableCondBI()
180 ScalarEvolution &SE, ConditionInfo &Cond) { in canSplitLoopBound()
243 static BranchInst *findSplitCandidate(const Loop &L, ScalarEvolution &SE, in findSplitCandidate()
289 ScalarEvolution &SE, LPMUpdater &U) { in splitLoopBound()
/external/webrtc/resources/audio_processing/conversational_speech/
DREADME.md41 ### Script 1
47 ### Script 2
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp80 ScalarEvolution *SE, IRBuilderBase &Builder, in formLCSSAForInstructions()
342 ScalarEvolution *SE) { in formLCSSA()
411 const LoopInfo *LI, ScalarEvolution *SE) { in formLCSSARecursively()
424 ScalarEvolution *SE) { in formLCSSAOnAllLoops()
441 ScalarEvolution *SE; member
507 auto *SE = AM.getCachedResult<ScalarEvolutionAnalysis>(F); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp80 ScalarEvolution *SE) { in formLCSSAForInstructions()
322 ScalarEvolution *SE) { in formLCSSA()
387 ScalarEvolution *SE) { in formLCSSARecursively()
400 ScalarEvolution *SE) { in formLCSSAOnAllLoops()
417 ScalarEvolution *SE; member
483 auto *SE = AM.getCachedResult<ScalarEvolutionAnalysis>(F); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp98 ScalarEvolution &SE) { in normalizeForPostIncUse()
106 ScalarEvolution &SE) { in normalizeForPostIncUseIf()
112 ScalarEvolution &SE) { in denormalizeForPostIncUse()
/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
/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-16.0/llvm/include/llvm/Analysis/
DScalarEvolutionAliasAnalysis.h28 ScalarEvolution &SE; variable
31 explicit SCEVAAResult(ScalarEvolution &SE) : SE(SE) {} in SCEVAAResult()
DLoopUnrollAnalyzer.h53 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer()
81 ScalarEvolution &SE; variable
/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h51 ScalarEvolution &SE; variable
123 SCEVExpander *SE; variable
129 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp60 BuilderTy &IRB, ScalarEvolution &SE) { in getBoundsCheckCond()
144 ScalarEvolution &SE) { in addBoundsChecking()
211 auto &SE = AM.getResult<ScalarEvolutionAnalysis>(F); in run() local
229 auto &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction() local

12345678910>>...17