/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | TransposeRowMajorMatrices.cpp | 21 class Rewriter : public TIntermRebuild class 24 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, false) {} in Rewriter() function in __anon3cff161a0111::Rewriter
|
D | MapSymbols.cpp | 17 class Rewriter : public TIntermRebuild class 23 Rewriter(TCompiler &compiler, in Rewriter() function in __anon30eda4b90111::Rewriter
|
D | IntroduceVertexIndexID.cpp | 32 class Rewriter : public TIntermRebuild class 35 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anonfde0e8020111::Rewriter
|
D | RewriteCaseDeclarations.cpp | 18 class Rewriter : public TIntermRebuild class 23 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter() function in __anon5bf911e90111::Rewriter
|
D | HoistConstants.cpp | 21 class Rewriter : private TIntermRebuild class 28 Rewriter(TCompiler &compiler, size_t minRequiredSize) in Rewriter() function in __anonbc995a760111::Rewriter
|
D | AddExplicitTypeCasts.cpp | 16 class Rewriter : public TIntermRebuild class 22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter() function in __anon7627c3bd0111::Rewriter
|
D | RewriteOutArgs.cpp | 82 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/ |
D | SimplifyIndVar.cpp | 57 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/ |
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
|
D | LoopStrengthReduce.cpp | 3139 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
|
D | LoopPredication.cpp | 1040 bool LoopPredication::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits()
|
D | LoopFuse.cpp | 885 AddRecLoopReplacer Rewriter(SE, L0, L1); in accessDiffIsPositive() local
|
D | SROA.cpp | 4189 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/ |
D | StackSafetyAnalysis.cpp | 240 AllocaOffsetRewriter Rewriter(SE, AllocaPtr); in offsetFromAlloca() local 253 AllocaOffsetRewriter Rewriter(SE, AllocaPtr); in getAccessRange() local
|
D | ScalarEvolution.cpp | 4248 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/ |
D | PeepholeOptimizer.cpp | 787 class Rewriter { class 792 Rewriter(MachineInstr &CopyLike) : CopyLike(CopyLike) {} in Rewriter() function in __anon7dafcbf40211::Rewriter
|
D | SafeStack.cpp | 233 AllocaOffsetRewriter Rewriter(SE, AllocaPtr); in IsAccessSafe() local
|