Home
last modified time | relevance | path

Searched defs:Loop (Results 1 – 25 of 122) sorted by relevance

12345

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc2-weak-ivar-debug.m7 @interface Loop { interface
13 @implementation Loop @end implementation
/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dalgorithm.h202 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 DFunctionDescriptor.h80 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 DLoopBoundSplit.h17 class Loop; variable
H A DLoopInstSimplify.h21 class Loop; variable
H A DLoopDeletion.h21 class Loop; variable
H A DLoopVersioningLICM.h17 class Loop; variable
H A DLoopSimplifyCFG.h25 class Loop; variable
H A DLoopStrengthReduce.h29 class Loop; variable
H A DLoopPredication.h23 class Loop; variable
H A DLoopRotation.h21 class Loop; variable
H A DGuardWidening.h24 class Loop; variable
H A DIndVarSimplify.h22 class Loop; variable
H A DIVUsersPrinter.h17 class Loop; variable
H A DLoopAccessAnalysisPrinter.h17 class Loop; variable
H A DSimpleLoopUnswitch.h19 class Loop; variable
H A DLoopIdiomRecognize.h23 class Loop; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.h20 class Loop; variable
H A DLoopSimplify.h47 class Loop; variable
H A DLoopRotationUtils.h20 class Loop; variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDDGPrinter.h23 class Loop; variable
H A DScalarEvolutionNormalization.h43 class Loop; variable
H A DLoads.h26 class Loop; variable
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.h125 class Loop; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h25 class Loop; variable

12345