Home
last modified time | relevance | path

Searched defs:Rewriter (Results 1 – 25 of 165) sorted by relevance

1234567

/aosp_15_r20/external/clang/unittests/Tooling/
H A DRewriterTest.cpp18 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 DIndVarSimplify.cpp599 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 DIndVarSimplify.cpp479 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 DTransposeRowMajorMatrices.cpp21 class Rewriter : public TIntermRebuild class
24 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, false) {} in Rewriter() function in __anonc04437db0111::Rewriter
H A DGuardFragDepthWrite.cpp22 class Rewriter : public TIntermRebuild class
25 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, false, true) {} in Rewriter() function in __anon7bd128c60111::Rewriter
H A DIntroduceVertexIndexID.cpp39 class Rewriter : public TIntermRebuild class
42 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anon148e79630111::Rewriter
H A DRewriteCaseDeclarations.cpp18 class Rewriter : public TIntermRebuild class
23 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anon4858cf6a0111::Rewriter
H A DHoistConstants.cpp21 class Rewriter : private TIntermRebuild class
28 Rewriter(TCompiler &compiler, size_t minRequiredSize) in Rewriter() function in __anonf5601ad70111::Rewriter
H A DAddExplicitTypeCasts.cpp16 class Rewriter : public TIntermRebuild class
22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter() function in __anon83cf88de0111::Rewriter
H A DRewriteOutArgs.cpp82 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 DIndVarSimplify.cpp585 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 DMapSymbols.cpp17 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 DSimplifyIndVar.cpp56 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 DSimplifyIndVar.cpp57 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 DRewriteBuffer.h19 class Rewriter; variable
28 friend class Rewriter; variable
H A DRewriter.h56 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter() function
58 explicit Rewriter() : SourceMgr(nullptr), LangOpts(nullptr) {} in Rewriter() function
H A DHTMLRewrite.h23 class Rewriter; variable
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dsql_source.cc303 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 DRefactoring.h28 class Rewriter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/
DRefactoring.h28 class Rewriter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/
DRefactoring.h28 class Rewriter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/
DRefactoring.h28 class Rewriter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/
DRefactoring.h28 class Rewriter; variable
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
H A DRewriter.java35 public interface Rewriter<T> { interface
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Rewrite/Core/
DHTMLRewrite.h22 class Rewriter; variable

1234567