Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DTransposeRowMajorMatrices.cpp21 class Rewriter : public TIntermRebuild class
24 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, false) {} in Rewriter() function in __anon3cff161a0111::Rewriter
DMapSymbols.cpp17 class Rewriter : public TIntermRebuild class
23 Rewriter(TCompiler &compiler, in Rewriter() function in __anon30eda4b90111::Rewriter
DIntroduceVertexIndexID.cpp32 class Rewriter : public TIntermRebuild class
35 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anonfde0e8020111::Rewriter
DRewriteCaseDeclarations.cpp18 class Rewriter : public TIntermRebuild class
23 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anon5bf911e90111::Rewriter
DHoistConstants.cpp21 class Rewriter : private TIntermRebuild class
28 Rewriter(TCompiler &compiler, size_t minRequiredSize) in Rewriter() function in __anonbc995a760111::Rewriter
DAddExplicitTypeCasts.cpp16 class Rewriter : public TIntermRebuild class
22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter() function in __anon7627c3bd0111::Rewriter
DRewriteOutArgs.cpp82 class Rewriter : public TIntermRebuild class
90 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv) in Rewriter() function in __anon7fb7a8590111::Rewriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp57 SCEVExpander &Rewriter; member in __anon7d4a57aa0111::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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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
DLoopStrengthReduce.cpp3139 void LSRInstance::GenerateIVChain(const IVChain &Chain, SCEVExpander &Rewriter, in GenerateIVChain()
5130 SCEVExpander &Rewriter, in Expand()
5308 SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const { in RewriteForPHI()
5422 const Formula &F, SCEVExpander &Rewriter, in Rewrite()
5463 SCEVExpander Rewriter(SE, L->getHeader()->getModule()->getDataLayout(), in ImplementSolution() local
5723 SCEVExpander Rewriter(SE, DL, "lsr"); in ReduceLoopStrength() local
DLoopPredication.cpp1040 bool LoopPredication::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits()
DLoopFuse.cpp885 AddRecLoopReplacer Rewriter(SE, L0, L1); in accessDiffIsPositive() local
DSROA.cpp4189 AllocaSliceRewriter Rewriter(DL, AS, *this, AI, *NewAI, P.beginOffset(), in rewritePartition() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp240 AllocaOffsetRewriter Rewriter(SE, AllocaPtr); in offsetFromAlloca() local
253 AllocaOffsetRewriter Rewriter(SE, AllocaPtr); in getAccessRange() local
DScalarEvolution.cpp4248 SCEVInitRewriter Rewriter(L, SE); in rewrite() local
4291 SCEVPostIncRewriter Rewriter(L, SE); in rewrite() local
4346 SCEVBackedgeConditionFolder Rewriter(L, BECond, IsPosBECond, SE); in rewrite() local
4409 SCEVShiftRewriter Rewriter(L, SE); in rewrite() local
12185 SCEVPredicateRewriter Rewriter(L, SE, NewPreds, Pred); in rewrite() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp787 class Rewriter { class
792 Rewriter(MachineInstr &CopyLike) : CopyLike(CopyLike) {} in Rewriter() function in __anon7dafcbf40211::Rewriter
DSafeStack.cpp233 AllocaOffsetRewriter Rewriter(SE, AllocaPtr); in IsAccessSafe() local