Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp93 PrefFunctionLogAlignment = 4; in initializeProperties()
97 PrefFunctionLogAlignment = 4; in initializeProperties()
100 PrefFunctionLogAlignment = 3; in initializeProperties()
111 PrefFunctionLogAlignment = 4; in initializeProperties()
115 PrefFunctionLogAlignment = 3; in initializeProperties()
136 PrefFunctionLogAlignment = 5; in initializeProperties()
159 PrefFunctionLogAlignment = 3; in initializeProperties()
164 PrefFunctionLogAlignment = 4; in initializeProperties()
173 PrefFunctionLogAlignment = 3; in initializeProperties()
187 PrefFunctionLogAlignment = 3; in initializeProperties()
[all …]
H A DAArch64Subtarget.h251 unsigned PrefFunctionLogAlignment = 0; variable
427 return PrefFunctionLogAlignment; in getPrefFunctionLogAlignment()