Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp81 PrefFunctionLogAlignment = 4; in initializeProperties()
85 PrefFunctionLogAlignment = 4; in initializeProperties()
88 PrefFunctionLogAlignment = 3; in initializeProperties()
99 PrefFunctionLogAlignment = 4; in initializeProperties()
103 PrefFunctionLogAlignment = 3; in initializeProperties()
124 PrefFunctionLogAlignment = 5; in initializeProperties()
147 PrefFunctionLogAlignment = 3; in initializeProperties()
152 PrefFunctionLogAlignment = 4; in initializeProperties()
161 PrefFunctionLogAlignment = 3; in initializeProperties()
175 PrefFunctionLogAlignment = 3; in initializeProperties()
[all …]
H A DAArch64Subtarget.h259 unsigned PrefFunctionLogAlignment = 0; variable
440 return PrefFunctionLogAlignment; in getPrefFunctionLogAlignment()