Home
last modified time | relevance | path

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

12345678910>>...21

/external/llvm-project/llvm/unittests/Transforms/Utils/
DScalarEvolutionExpanderTest.cpp58 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 …]
DLoopUtilsTest.cpp31 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/
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-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-project/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp57 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/
Dtarget_teams_codegen_registration.cpp301 struct SE { struct
309 SE() { in SE() argument
315 ~SE() { in ~SE() argument
Dtarget_codegen_registration.cpp261 struct SE { struct
269 SE() { in SE() function
275 ~SE() { in ~SE() argument
Dtarget_parallel_codegen_registration.cpp301 struct SE { struct
309 SE() { in SE() argument
315 ~SE() { in ~SE() argument
Dtarget_teams_distribute_parallel_for_simd_codegen_registration.cpp304 struct SE { struct
313 SE() { in SE() function
320 ~SE() { in ~SE() argument
Dtarget_teams_distribute_simd_codegen_registration.cpp304 struct SE { struct
313 SE() { in SE() argument
320 ~SE() { in ~SE() argument
Dtarget_simd_codegen_registration.cpp304 struct SE { struct
313 SE() { in SE() argument
320 ~SE() { in ~SE() argument
Dtarget_parallel_for_codegen_registration.cpp304 struct SE { struct
313 SE() { in SE() argument
320 ~SE() { in ~SE() argument
Dtarget_teams_distribute_codegen_registration.cpp304 struct SE { struct
313 SE() { in SE() argument
320 ~SE() { in ~SE() argument
Dtarget_parallel_for_simd_codegen_registration.cpp304 struct SE { struct
313 SE() { in SE() function
320 ~SE() { in ~SE() argument
/external/clang/test/OpenMP/
Dtarget_codegen_registration.cpp249 struct SE { struct
257 SE() { in SE() argument
263 ~SE() { in ~SE() argument
/external/llvm-project/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-project/llvm/lib/Analysis/
DLoopNestAnalysis.cpp43 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/
DREADME.md41 ### Script 1
47 ### Script 2
/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()
/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()
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionAliasAnalysis.h27 ScalarEvolution &SE; variable
30 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult()
/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/llvm-project/llvm/lib/Transforms/Utils/
DLCSSA.cpp81 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

12345678910>>...21