Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp74 PrefFunctionLogAlignment = 3; in initializeProperties()
80 PrefFunctionLogAlignment = 4; in initializeProperties()
83 PrefFunctionLogAlignment = 3; in initializeProperties()
89 PrefFunctionLogAlignment = 4; in initializeProperties()
104 PrefFunctionLogAlignment = 5; in initializeProperties()
127 PrefFunctionLogAlignment = 3; in initializeProperties()
130 PrefFunctionLogAlignment = 4; in initializeProperties()
139 PrefFunctionLogAlignment = 3; in initializeProperties()
153 PrefFunctionLogAlignment = 3; in initializeProperties()
160 PrefFunctionLogAlignment = 4; in initializeProperties()
DAArch64Subtarget.h205 unsigned PrefFunctionLogAlignment = 0; variable
367 return PrefFunctionLogAlignment; in getPrefFunctionLogAlignment()