Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp119 MaxBytesForLoopAlignment = 8; in initializeProperties()
125 MaxBytesForLoopAlignment = 8; in initializeProperties()
135 MaxBytesForLoopAlignment = 8; in initializeProperties()
145 MaxBytesForLoopAlignment = 16; in initializeProperties()
152 MaxBytesForLoopAlignment = 8; in initializeProperties()
165 MaxBytesForLoopAlignment = 16; in initializeProperties()
234 MaxBytesForLoopAlignment = 16; in initializeProperties()
242 MaxBytesForLoopAlignment = 16; in initializeProperties()
248 MaxBytesForLoopAlignment = 16; in initializeProperties()
H A DAArch64Subtarget.h67 unsigned MaxBytesForLoopAlignment = 0; variable
244 return MaxBytesForLoopAlignment; in getMaxBytesForLoopAlignment()