Searched defs:IntervalMap (Results 1 – 11 of 11) sorted by relevance
| /external/llvm/include/llvm/Analysis/ |
| D | IntervalPartition.h | 42 IntervalMapTy IntervalMap; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
| D | IntervalPartition.h | 44 IntervalMapTy IntervalMap; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | IntervalPartition.h | 44 IntervalMapTy IntervalMap; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
| D | IntervalMap.h | 1041 explicit IntervalMap(Allocator &a) : allocator(&a) { in IntervalMap() function 1049 IntervalMap(IntervalMap const &RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function 1063 IntervalMap(IntervalMap &&RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function 1344 friend class IntervalMap; variable 1573 friend class IntervalMap; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | DeadStoreElimination.cpp | 975 OverlapIntervalsTy &IntervalMap, in tryToShortenEnd() 996 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin() 1030 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | DeadStoreElimination.cpp | 630 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd() 658 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin() 1968 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | IntervalMap.h | 1042 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function 1521 friend class IntervalMap; variable
|
| /external/llvm/include/llvm/ADT/ |
| D | IntervalMap.h | 1043 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function 1510 friend class IntervalMap; variable
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 5553 typedef DenseMap<Instruction *, unsigned> IntervalMap; in calculateRegisterUsage() typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 5385 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 5945 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef
|