Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp148 PrefFunctionAlignment = Align(16); in initializeProperties()
154 PrefFunctionAlignment = Align(16); in initializeProperties()
159 PrefFunctionAlignment = Align(8); in initializeProperties()
164 PrefFunctionAlignment = Align(16); in initializeProperties()
174 PrefFunctionAlignment = Align(16); in initializeProperties()
181 PrefFunctionAlignment = Align(16); in initializeProperties()
194 PrefFunctionAlignment = Align(16); in initializeProperties()
201 PrefFunctionAlignment = Align(8); in initializeProperties()
241 PrefFunctionAlignment = Align(32); in initializeProperties()
264 PrefFunctionAlignment = Align(8); in initializeProperties()
[all …]
H A DAArch64Subtarget.h69 Align PrefFunctionAlignment; variable
265 return PrefFunctionAlignment; in getPrefFunctionAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h52 Align PrefFunctionAlignment; variable
103 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
H A DLoongArchSubtarget.cpp86 PrefFunctionAlignment = Align(32); in initializeProperties()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h44 uint8_t PrefFunctionAlignment; member
154 return Align(TuneInfo->PrefFunctionAlignment); in getPrefFunctionAlignment()
H A DRISCVProcessors.td19 bits<8> PrefFunctionAlignment = 1;
53 let Fields = ["Name", "PrefFunctionAlignment", "PrefLoopAlignment",
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2086 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
2813 PrefFunctionAlignment = Alignment; in setPrefFunctionAlignment()
3665 Align PrefFunctionAlignment; variable