/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | ScalarEvolutionExpanderTest.cpp | 58 ScalarEvolution SE = buildSE(*F); in runWithSE() local 118 ScalarEvolution SE = buildSE(*F); in TEST_F() local 199 ScalarEvolution SE = buildSE(*F); in TEST_F() local 273 ScalarEvolution SE = buildSE(*F); in TEST_F() local 333 ScalarEvolution SE = buildSE(*F); in TEST_F() local 385 ScalarEvolution SE = buildSE(*F); in TEST_F() local 430 ScalarEvolution SE = buildSE(*F); in TEST_F() local 481 ScalarEvolution SE = buildSE(*F); in TEST_F() local 503 GetAddRec) { in TEST_F() 522 *M, "test", [&](Function &F, LoopInfo &LI, ScalarEvolution &SE) { in TEST_F() [all …]
|
D | LoopUtilsTest.cpp | 31 ScalarEvolution &SE, LoopInfo &LI)> in run() 39 ScalarEvolution SE(*F, TLI, AC, DT, LI); in run() local 73 [&](Function &F, DominatorTree &DT, ScalarEvolution &SE, LoopInfo &LI) { in TEST()
|
/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/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-project/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 57 ScalarEvolution SE = buildSE(*F); in runWithSE() local 61 static Optional<APInt> computeConstantDifference(ScalarEvolution &SE, in computeConstantDifference() 67 static bool matchURem(ScalarEvolution &SE, const SCEV *Expr, const SCEV *&LHS, in matchURem() 86 ScalarEvolution SE = buildSE(*F); in TEST_F() local 137 ScalarEvolution SE = buildSE(*F); in TEST_F() local 231 runWithSE(*M, "f_1", [&](Function &F, LoopInfo &LI, ScalarEvolution &SE) { in TEST_F() 245 const SCEV *B, const SCEV *C) { in TEST_F() 273 *M, FuncName, [&](Function &F, LoopInfo &LI, ScalarEvolution &SE) { in TEST_F() 342 ScalarEvolution SE = buildSE(*F); in TEST_F() local 379 ScalarEvolution SE = buildSE(*F); in TEST_F() local [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_teams_codegen_registration.cpp | 301 struct SE { struct 309 SE() { in SE() argument 315 ~SE() { in ~SE() argument
|
D | target_codegen_registration.cpp | 261 struct SE { struct 269 SE() { in SE() function 275 ~SE() { in ~SE() argument
|
D | target_parallel_codegen_registration.cpp | 301 struct SE { struct 309 SE() { in SE() argument 315 ~SE() { in ~SE() argument
|
D | target_teams_distribute_parallel_for_simd_codegen_registration.cpp | 304 struct SE { struct 313 SE() { in SE() function 320 ~SE() { in ~SE() argument
|
D | target_teams_distribute_simd_codegen_registration.cpp | 304 struct SE { struct 313 SE() { in SE() argument 320 ~SE() { in ~SE() argument
|
D | target_simd_codegen_registration.cpp | 304 struct SE { struct 313 SE() { in SE() argument 320 ~SE() { in ~SE() argument
|
D | target_parallel_for_codegen_registration.cpp | 304 struct SE { struct 313 SE() { in SE() argument 320 ~SE() { in ~SE() argument
|
D | target_teams_distribute_codegen_registration.cpp | 304 struct SE { struct 313 SE() { in SE() argument 320 ~SE() { in ~SE() argument
|
D | target_parallel_for_simd_codegen_registration.cpp | 304 struct SE { struct 313 SE() { in SE() function 320 ~SE() { in ~SE() argument
|
/external/clang/test/OpenMP/ |
D | target_codegen_registration.cpp | 249 struct SE { struct 257 SE() { in SE() argument 263 ~SE() { in ~SE() argument
|
/external/llvm-project/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-project/llvm/lib/Analysis/ |
D | LoopNestAnalysis.cpp | 43 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest() 50 ScalarEvolution &SE) { in getLoopNest() 55 ScalarEvolution &SE) { in arePerfectlyNested() 182 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { in getMaxPerfectDepth() 210 ScalarEvolution &SE) { in checkLoopsStructure()
|
/external/webrtc/resources/audio_processing/conversational_speech/ |
D | README.md | 41 ### Script 1 47 ### Script 2
|
/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()
|
/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()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionAliasAnalysis.h | 27 ScalarEvolution &SE; variable 30 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
|
/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/llvm-project/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 81 ScalarEvolution *SE, IRBuilderBase &Builder, in formLCSSAForInstructions() 345 ScalarEvolution *SE) { in formLCSSA() 412 const LoopInfo *LI, ScalarEvolution *SE) { in formLCSSARecursively() 425 ScalarEvolution *SE) { in formLCSSAOnAllLoops() 442 ScalarEvolution *SE; member 508 auto *SE = AM.getCachedResult<ScalarEvolutionAnalysis>(F); in run() local
|