Searched defs:ReductionTracker (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 258 struct ReductionTracker { struct in __anon7bdb902e0111::LoopReroll 259 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>; 262 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR() 272 void restrictToScale(uint64_t Scale, in restrictToScale() 298 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame() 312 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair() 335 SmallReductionVector PossibleReds; 337 DenseMap<Instruction *, int> PossibleRedIdx; 338 DenseMap<Instruction *, int> PossibleRedIter; 339 DenseSet<int> Reds;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 264 struct ReductionTracker { struct in __anon8e7574340111::LoopReroll 265 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>; 268 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR() 278 void restrictToScale(uint64_t Scale, in restrictToScale() 304 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame() 318 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair() 341 SmallReductionVector PossibleReds; 343 DenseMap<Instruction *, int> PossibleRedIdx; 344 DenseMap<Instruction *, int> PossibleRedIter; 345 DenseSet<int> Reds;
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 232 struct ReductionTracker { struct in __anonda39918c0111::LoopReroll 233 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector; 236 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR() 246 void restrictToScale(uint64_t Scale, in restrictToScale() 272 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame() 286 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair() 309 SmallReductionVector PossibleReds; 311 DenseMap<Instruction *, int> PossibleRedIdx; 312 DenseMap<Instruction *, int> PossibleRedIter; 313 DenseSet<int> Reds;
|