Home
last modified time | relevance | path

Searched defs:AlignedLoop (Results 1 – 2 of 2) 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
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp103 struct AlignedLoop { struct
104 size_t IfLt;
105 ElementType Element;
106 ElementType Alignment;
107 StringRef AlignTo;
132 Optional<AlignedLoop> AlignedLoop; member