Home
last modified time | relevance | path

Searched refs:MaxBytesForLoopAlignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp96 MaxBytesForLoopAlignment = 8; in initializeProperties()
102 MaxBytesForLoopAlignment = 8; in initializeProperties()
112 MaxBytesForLoopAlignment = 8; in initializeProperties()
123 MaxBytesForLoopAlignment = 16; in initializeProperties()
129 MaxBytesForLoopAlignment = 8; in initializeProperties()
136 MaxBytesForLoopAlignment = 16; in initializeProperties()
190 MaxBytesForLoopAlignment = 16; in initializeProperties()
195 MaxBytesForLoopAlignment = 16; in initializeProperties()
201 MaxBytesForLoopAlignment = 16; in initializeProperties()
H A DAArch64Subtarget.h107 unsigned MaxBytesForLoopAlignment = 0; variable
231 return MaxBytesForLoopAlignment; in getMaxBytesForLoopAlignment()