Home
last modified time | relevance | path

Searched refs:PrefFunctionAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp75 PrefFunctionAlignment = 3; in initializeProperties()
81 PrefFunctionAlignment = 4; in initializeProperties()
86 PrefFunctionAlignment = 4; in initializeProperties()
97 PrefFunctionAlignment = 4; in initializeProperties()
103 PrefFunctionAlignment = 5; in initializeProperties()
132 PrefFunctionAlignment = 3; in initializeProperties()
146 PrefFunctionAlignment = 3; in initializeProperties()
153 PrefFunctionAlignment = 4; in initializeProperties()
H A DAArch64Subtarget.h182 unsigned PrefFunctionAlignment = 0; variable
339 unsigned getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1479 return PrefFunctionAlignment; in getPrefFunctionAlignment()
2011 PrefFunctionAlignment = Align; in setPrefFunctionAlignment()
2543 unsigned PrefFunctionAlignment; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp558 PrefFunctionAlignment = 0; in TargetLoweringBase()