Searched defs:Loop (Results 1 – 25 of 122) sorted by relevance
12345
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | objc2-weak-ivar-debug.m | 7 @interface Loop { interface 13 @implementation Loop @end implementation
|
| /llvm-project-15.0.7/libc/src/string/memory_utils/ |
| H A D | algorithm.h | 202 template <typename SizedOpT> struct Loop { struct 204 static constexpr bool IS_RUNTIME_SIZE = true; 205 static constexpr size_t BLOCK_SIZE = SizedOpT::SIZE; 208 static inline void copy(DstAddrT dst, SrcAddrT src, size_t runtime_size) { in copy() 233 static inline void move(DstAddrT dst, SrcAddrT src, size_t runtime_size) { in move() 260 static inline void move_backward(DstAddrT dst, SrcAddrT src, in move_backward() 273 static inline void set(DstAddrT dst, ubyte value, size_t runtime_size) { in set() 283 static inline uint64_t isDifferent(SrcAddrT1 src1, SrcAddrT2 src2, in isDifferent() 314 // e.g. A 16-byte Destination Aligned 32-byte Loop Copy can be written as: argument
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/ |
| H A D | FunctionDescriptor.h | 80 struct Loop { struct 84 COMPARABLE_AND_HASHABLE(Loop, Span, BlockSize) argument 93 Loop Loop; member 132 Optional<Loop> Loop; member
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopBoundSplit.h | 17 class Loop; variable
|
| H A D | LoopInstSimplify.h | 21 class Loop; variable
|
| H A D | LoopDeletion.h | 21 class Loop; variable
|
| H A D | LoopVersioningLICM.h | 17 class Loop; variable
|
| H A D | LoopSimplifyCFG.h | 25 class Loop; variable
|
| H A D | LoopStrengthReduce.h | 29 class Loop; variable
|
| H A D | LoopPredication.h | 23 class Loop; variable
|
| H A D | LoopRotation.h | 21 class Loop; variable
|
| H A D | GuardWidening.h | 24 class Loop; variable
|
| H A D | IndVarSimplify.h | 22 class Loop; variable
|
| H A D | IVUsersPrinter.h | 17 class Loop; variable
|
| H A D | LoopAccessAnalysisPrinter.h | 17 class Loop; variable
|
| H A D | SimpleLoopUnswitch.h | 19 class Loop; variable
|
| H A D | LoopIdiomRecognize.h | 23 class Loop; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | CanonicalizeFreezeInLoops.h | 20 class Loop; variable
|
| H A D | LoopSimplify.h | 47 class Loop; variable
|
| H A D | LoopRotationUtils.h | 20 class Loop; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DDGPrinter.h | 23 class Loop; variable
|
| H A D | ScalarEvolutionNormalization.h | 43 class Loop; variable
|
| H A D | Loads.h | 26 class Loop; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.h | 125 class Loop; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.h | 25 class Loop; variable
|
12345