Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.cpp117 PrefFunctionAlignment = Align(16); in initializeProperties()
123 PrefFunctionAlignment = Align(16); in initializeProperties()
128 PrefFunctionAlignment = Align(8); in initializeProperties()
133 PrefFunctionAlignment = Align(16); in initializeProperties()
143 PrefFunctionAlignment = Align(16); in initializeProperties()
149 PrefFunctionAlignment = Align(16); in initializeProperties()
162 PrefFunctionAlignment = Align(16); in initializeProperties()
169 PrefFunctionAlignment = Align(8); in initializeProperties()
206 PrefFunctionAlignment = Align(32); in initializeProperties()
229 PrefFunctionAlignment = Align(8); in initializeProperties()
[all …]
HDAArch64Subtarget.h65 Align PrefFunctionAlignment; variable
239 return PrefFunctionAlignment; in getPrefFunctionAlignment()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchSubtarget.h52 Align PrefFunctionAlignment; variable
103 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
HDLoongArchSubtarget.cpp79 PrefFunctionAlignment = Align(32); in initializeProperties()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVSubtarget.h43 uint8_t PrefFunctionAlignment; member
127 return Align(TuneInfo->PrefFunctionAlignment); in getPrefFunctionAlignment()
HDRISCVProcessors.td14 bits<8> PrefFunctionAlignment = 1;
29 let Fields = ["Name", "PrefFunctionAlignment", "PrefLoopAlignment",
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2029 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
2720 PrefFunctionAlignment = Alignment; in setPrefFunctionAlignment()
3523 Align PrefFunctionAlignment; variable