Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp122 MaxBytesForLoopAlignment = 8; in initializeProperties()
128 MaxBytesForLoopAlignment = 8; in initializeProperties()
138 MaxBytesForLoopAlignment = 8; in initializeProperties()
149 MaxBytesForLoopAlignment = 16; in initializeProperties()
156 MaxBytesForLoopAlignment = 8; in initializeProperties()
167 MaxBytesForLoopAlignment = 16; in initializeProperties()
234 MaxBytesForLoopAlignment = 16; in initializeProperties()
240 MaxBytesForLoopAlignment = 16; in initializeProperties()
246 MaxBytesForLoopAlignment = 16; in initializeProperties()
H A DAArch64Subtarget.h118 unsigned MaxBytesForLoopAlignment = 0; variable
280 return MaxBytesForLoopAlignment; in getMaxBytesForLoopAlignment()