Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp109 MaxBytesForLoopAlignment = 8; in initializeProperties()
115 MaxBytesForLoopAlignment = 8; in initializeProperties()
125 MaxBytesForLoopAlignment = 8; in initializeProperties()
136 MaxBytesForLoopAlignment = 16; in initializeProperties()
142 MaxBytesForLoopAlignment = 8; in initializeProperties()
151 MaxBytesForLoopAlignment = 16; in initializeProperties()
216 MaxBytesForLoopAlignment = 16; in initializeProperties()
222 MaxBytesForLoopAlignment = 16; in initializeProperties()
228 MaxBytesForLoopAlignment = 16; in initializeProperties()
H A DAArch64Subtarget.h113 unsigned MaxBytesForLoopAlignment = 0; variable
250 return MaxBytesForLoopAlignment; in getMaxBytesForLoopAlignment()