/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 56 static Loop *getInnerMostLoop(const LoopVectorTy &Loops) { in getInnerMostLoop() argument [all...] |
H A D | ScalarEvolutionNormalization.cpp | 96 normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops, ScalarEvolution &SE) normalizeForPostIncUse() argument 110 denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops, ScalarEvolution &SE) denormalizeForPostIncUse() argument
|
H A D | MustExecute.cpp | 440 const auto &Loops = MustExec.lookup(&V); variable
|
H A D | ScalarEvolutionExpander.cpp | 1346 PostIncLoopSet Loops; in expandAddRecExprLiterally() local
|
H A D | DependenceAnalysis.cpp | 887 checkSubscript(const SCEV *Expr, const Loop *LoopNest, SmallBitVector &Loops, bool IsSrc) checkSubscript() argument 913 checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, SmallBitVector &Loops) checkSrcSubscript() argument 920 checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, SmallBitVector &Loops) checkDstSubscript() argument 930 classifyPair(const SCEV *Src, const Loop *SrcLoopNest, const SCEV *Dst, const Loop *DstLoopNest, SmallBitVector &Loops) classifyPair() argument 2284 testMIV(const SCEV *Src, const SCEV *Dst, const SmallBitVector &Loops, FullDependence &Result) const testMIV() argument 2529 banerjeeMIVtest(const SCEV *Src, const SCEV *Dst, const SmallBitVector &Loops, FullDependence &Result) const banerjeeMIVtest() argument 2609 exploreDirections(unsigned Level, CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, const SmallBitVector &Loops, unsigned &DepthExpanded, const SCEV *Delta) const exploreDirections() argument 3064 propagate(const SCEV *&Src, const SCEV *&Dst, SmallBitVector &Loops, SmallVectorImpl<Constraint> &Constraints, bool &Consistent) propagate() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | CalcSpillWeights.h | 54 const MachineLoopInfo &Loops; member in llvm::VirtRegAuxInfo
|
H A D | MachineTraceMetrics.h | 92 const MachineLoopInfo *Loops = nullptr; member in llvm::MachineTraceMetrics
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 86 struct r500_loop_info * Loops; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 100 const MachineLoopInfo &Loops; member in llvm::SplitAnalysis
|
H A D | LiveRangeEdit.cpp | 462 calculateRegClassAndHint(MachineFunction &MF, const MachineLoopInfo &Loops, const MachineBlockFrequencyInfo &MBFI) calculateRegClassAndHint() argument
|
H A D | EarlyIfConversion.cpp | 707 MachineLoopInfo *Loops; member in __anon24003::EarlyIfConverter 768 void updateLoops(MachineLoopInfo *Loops, in updateLoops() argument 945 MachineLoopInfo *Loops; member in __anon24005::EarlyIfPredicator
|
H A D | InlineSpiller.cpp | 91 MachineLoopInfo &Loops; member in __anon24024::HoistSpillHelper 164 MachineLoopInfo &Loops; member in __anon24024::InlineSpiller
|
H A D | RegAllocGreedy.cpp | 170 MachineLoopInfo *Loops; member in __anon24090::RAGreedy
|
H A D | SplitKit.cpp | 897 const MachineLoopInfo &Loops = SA.Loops; in findShallowDominator() local
|
H A D | RegisterCoalescer.cpp | 132 const MachineLoopInfo* Loops = nullptr; member in __anon24095::RegisterCoalescer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 113 inline void appendLoopsToWorklist(RangeT &&Loops, in appendLoopsToWorklist() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLoopAnalyzer.cpp | 118 CfgVector<CfgUnorderedSet<SizeT>> Loops; member in Ice::LoopAnalyzer 260 CfgVector<Loop> Loops; in ComputeLoopInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGParser.h | 138 std::vector<std::unique_ptr<ForeachLoop>> Loops; member in llvm::TGParser
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 770 MachineLoopInfo *Loops; member in __anon24369::AArch64ConditionalCompares
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 206 BB2BBMap Loops; member in __anon25201::StructurizeCFG 538 void StructurizeCFG::insertConditions(bool Loops) { in insertConditions() argument [all...] |
H A D | LoopUnrollPass.cpp | 1388 static SmallVector<Loop *, 8> appendLoopsToWorklist(RangeT &&Loops) { in appendLoopsToWorklist() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 348 SmallBitVector Loops; member [all...] |
H A D | LoopInfoImpl.h | 683 DenseSet<const LoopT *> Loops; in verify() local
|
H A D | BlockFrequencyInfoImpl.h | 422 std::list<LoopData> Loops; member in llvm::BlockFrequencyInfoImplBase [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 466 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores() local
|