/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | RewriterTest.cpp | 18 TEST(Rewriter, OverwritesChangedFiles) { in TEST() argument 27 TEST(Rewriter, ContinuesOverwritingFilesOnError) { in TEST() argument 40 TEST(Rewriter, AdjacentInsertAndDelete) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 599 SCEVExpander &Rewriter, in simplifyAndExtend() 980 SCEVExpander &Rewriter, ScalarEvolution *SE) { in genLoopLimit() 1064 PHINode *IndVar, SCEVExpander &Rewriter) { in linearFunctionTestReplace() 1360 SCEVExpander &Rewriter) { in createInvariantCond() 1377 ScalarEvolution *SE, SCEVExpander &Rewriter) { in createReplacement() 1434 bool SkipLastIter, ScalarEvolution *SE, SCEVExpander &Rewriter, in optimizeLoopExitWithUnknownExitCount() 1671 bool IndVarSimplify::optimizeLoopExits(Loop *L, SCEVExpander &Rewriter) { in optimizeLoopExits() 1841 bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() 2041 SCEVExpander Rewriter(*SE, DL, "indvars"); in run() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 479 Value *IndVarSimplify::expandSCEVIfNeeded(SCEVExpander &Rewriter, const SCEV *S, in expandSCEVIfNeeded() 507 void IndVarSimplify::rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { in rewriteLoopExitValues() 1252 Instruction *WidenIV::widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter) { in widenIVUse() 1396 PHINode *WidenIV::createWideIV(SCEVExpander &Rewriter) { in createWideIV() 1505 SCEVExpander &Rewriter, in simplifyAndExtend() 1565 SCEVExpander &Rewriter) { in canExpandBackedgeTakenCount() 1827 SCEVExpander &Rewriter, ScalarEvolution *SE) { in genLoopLimit() 1914 SCEVExpander &Rewriter) { in linearFunctionTestReplace() 2121 SCEVExpander Rewriter(*SE, DL, "indvars"); in run() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/ |
H A D | TransposeRowMajorMatrices.cpp | 21 class Rewriter : public TIntermRebuild class 24 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, false) {} in Rewriter() function in __anonc04437db0111::Rewriter
|
H A D | GuardFragDepthWrite.cpp | 22 class Rewriter : public TIntermRebuild class 25 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, false, true) {} in Rewriter() function in __anon7bd128c60111::Rewriter
|
H A D | IntroduceVertexIndexID.cpp | 39 class Rewriter : public TIntermRebuild class 42 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anon148e79630111::Rewriter
|
H A D | RewriteCaseDeclarations.cpp | 18 class Rewriter : public TIntermRebuild class 23 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anon4858cf6a0111::Rewriter
|
H A D | HoistConstants.cpp | 21 class Rewriter : private TIntermRebuild class 28 Rewriter(TCompiler &compiler, size_t minRequiredSize) in Rewriter() function in __anonf5601ad70111::Rewriter
|
H A D | AddExplicitTypeCasts.cpp | 16 class Rewriter : public TIntermRebuild class 22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter() function in __anon83cf88de0111::Rewriter
|
H A D | RewriteOutArgs.cpp | 82 class Rewriter : public TIntermRebuild class 90 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv) in Rewriter() function in __anonb87e68ba0111::Rewriter
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 585 bool IndVarSimplify::rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { in rewriteLoopExitValues() 1544 Instruction *WidenIV::widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter) { in widenIVUse() 1726 PHINode *WidenIV::createWideIV(SCEVExpander &Rewriter) { in createWideIV() 1965 SCEVExpander &Rewriter, in simplifyAndExtend() 2334 SCEVExpander &Rewriter, ScalarEvolution *SE) { in genLoopLimit() 2425 PHINode *IndVar, SCEVExpander &Rewriter) { in linearFunctionTestReplace() 2683 bool IndVarSimplify::optimizeLoopExits(Loop *L, SCEVExpander &Rewriter) { in optimizeLoopExits() 2808 bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() 3012 SCEVExpander Rewriter(*SE, DL, "indvars"); in run() local
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | MapSymbols.cpp | 17 class Rewriter : public TIntermRebuild class 23 Rewriter(TCompiler &compiler, in Rewriter() function in __anon3e42410a0111::Rewriter
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 56 SCEVExpander &Rewriter; member in __anon8efe38bf0111::SimplifyIndvar 64 SCEVExpander &Rewriter, in SimplifyIndvar() 956 SCEVExpander &Rewriter, IVVisitor *V) { in simplifyUsersOfIV() 968 SCEVExpander Rewriter(*SE, SE->getDataLayout(), "indvars"); in simplifyLoopIVs() local 1690 Instruction *WidenIV::widenIVUse(WidenIV::NarrowIVDefUse DU, SCEVExpander &Rewriter) { in widenIVUse() 1867 PHINode *WidenIV::createWideIV(SCEVExpander &Rewriter) { in createWideIV() 2080 LoopInfo *LI, ScalarEvolution *SE, SCEVExpander &Rewriter, in createWideIV()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 57 SCEVExpander &Rewriter; member in __anona5b3bd790111::SimplifyIndvar 64 LoopInfo *LI, SCEVExpander &Rewriter, in SimplifyIndvar() 935 SCEVExpander &Rewriter, IVVisitor *V) { in simplifyUsersOfIV() 946 SCEVExpander Rewriter(*SE, SE->getDataLayout(), "indvars"); in simplifyLoopIVs() local
|
/aosp_15_r20/external/clang/include/clang/Rewrite/Core/ |
H A D | RewriteBuffer.h | 19 class Rewriter; variable 28 friend class Rewriter; variable
|
H A D | Rewriter.h | 56 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter() function 58 explicit Rewriter() : SourceMgr(nullptr), LangOpts(nullptr) {} in Rewriter() function
|
H A D | HTMLRewrite.h | 23 class Rewriter; variable
|
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/ |
H A D | sql_source.cc | 303 SqlSource::Rewriter::Rewriter(SqlSource source) in Rewriter() function in perfetto::trace_processor::SqlSource::Rewriter 305 SqlSource::Rewriter::Rewriter(Node source) : orig_(std::move(source)) { in Rewriter() function in perfetto::trace_processor::SqlSource::Rewriter
|
/aosp_15_r20/external/clang/include/clang/Tooling/ |
H A D | Refactoring.h | 28 class Rewriter; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/ |
D | Refactoring.h | 28 class Rewriter; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/ |
D | Refactoring.h | 28 class Rewriter; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/ |
D | Refactoring.h | 28 class Rewriter; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/ |
D | Refactoring.h | 28 class Rewriter; variable
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/ |
H A D | Rewriter.java | 35 public interface Rewriter<T> { interface
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 22 class Rewriter; variable
|