Home
last modified time | relevance | path

Searched refs:AlignedLoop (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h92 struct AlignedLoop { struct
97 COMPARABLE_AND_HASHABLE(AlignedLoop, Loop, Alignment, AlignTo) argument
133 Optional<AlignedLoop> AlignedLoop; member
138 AlignedLoop, Accelerator, ElementClass) in COMPARABLE_AND_HASHABLE()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/
H A DCodeGenTest.cpp34 AlignedLoop{Loop{{64, kMaxSize}, 16}, 16, AlignArg::_1}, llvm::None, in TEST()
37 AlignedLoop{Loop{{256, kMaxSize}, 32}, 16, AlignArg::_1}, llvm::None, in TEST()
40 AlignedLoop{Loop{{256, kMaxSize}, 32}, 32, AlignArg::_1}, llvm::None, in TEST()
43 AlignedLoop{Loop{{128, kMaxSize}, 32}, 32, AlignArg::_1}, llvm::None, in TEST()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp103 struct AlignedLoop { struct
132 Optional<AlignedLoop> AlignedLoop; member
200 static raw_ostream &operator<<(raw_ostream &Stream, const AlignedLoop &O) { in operator <<()
272 if (const auto &C = FI.AlignedLoop) in operator <<()
273 Stream << IfLt<AlignedLoop>{Ctx.ElementOp, Ctx.RuntimeSizeArgs, *C}; in operator <<()
297 if (const auto &AL = FD.AlignedLoop) in getImplementation()
298 Impl.AlignedLoop = AlignedLoop{ in getImplementation()
356 static raw_ostream &operator<<(raw_ostream &Stream, const AlignedLoop &O) { in operator <<()
397 << ',' << FD.Loop << ',' << FD.AlignedLoop << ',' in operator <<()
H A DRandomFunctionGenerator.cpp193 static Optional<AlignedLoop> AsAlignedLoop(size_t Begin, size_t End, in AsAlignedLoop()
197 AlignedLoop Output; in AsAlignedLoop()
223 R.AlignedLoop = AsAlignedLoop(E(AlignedLoopBegin), E(AlignedLoopEnd), in next()