/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | Delinearization.cpp | 51 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 …]
|
D | LoopNestAnalysis.cpp | 42 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()
|
D | ScalarEvolutionNormalization.cpp | 99 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/ |
D | SetOperations.h | 25 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/ |
D | SetOperations.h | 26 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/ |
D | target_codegen_registration.cpp | 249 struct SE { struct 257 SE() { in SE() argument 263 ~SE() { in ~SE() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | SetOperations.h | 26 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/ |
D | ScalarEvolutionExpander.h | 38 ScalarEvolution &SE; variable 96 SCEVExpander *SE; variable 102 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard()
|
D | ScalarEvolutionAliasAnalysis.h | 28 ScalarEvolution &SE; variable 31 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
|
D | LoopUnrollAnalyzer.h | 51 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer() 82 ScalarEvolution &SE; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 46 ScalarEvolution &SE; variable 107 SCEVExpander *SE; variable 113 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard()
|
D | ScalarEvolutionAliasAnalysis.h | 27 ScalarEvolution &SE; variable 30 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
|
D | LoopUnrollAnalyzer.h | 50 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer() 81 ScalarEvolution &SE; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LoopBoundSplit.cpp | 51 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/ |
D | README.md | 41 ### Script 1 47 ### Script 2
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 80 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/ |
D | LCSSA.cpp | 80 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/ |
D | ScalarEvolutionNormalization.cpp | 98 ScalarEvolution &SE) { in normalizeForPostIncUse() 106 ScalarEvolution &SE) { in normalizeForPostIncUseIf() 112 ScalarEvolution &SE) { in denormalizeForPostIncUse()
|
/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 217 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/ |
D | SymbolManager.h | 66 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/ |
D | ScalarEvolutionAliasAnalysis.h | 28 ScalarEvolution &SE; variable 31 explicit SCEVAAResult(ScalarEvolution &SE) : SE(SE) {} in SCEVAAResult()
|
D | LoopUnrollAnalyzer.h | 53 ScalarEvolution &SE, const Loop *L) in UnrolledInstAnalyzer() 81 ScalarEvolution &SE; variable
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 35 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/ |
D | ScalarEvolutionExpander.h | 51 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/ |
D | BoundsChecking.cpp | 60 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
|