Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp120 PrefFunctionAlignment = Align(16); in initializeProperties()
126 PrefFunctionAlignment = Align(16); in initializeProperties()
131 PrefFunctionAlignment = Align(8); in initializeProperties()
136 PrefFunctionAlignment = Align(16); in initializeProperties()
147 PrefFunctionAlignment = Align(16); in initializeProperties()
153 PrefFunctionAlignment = Align(16); in initializeProperties()
164 PrefFunctionAlignment = Align(16); in initializeProperties()
171 PrefFunctionAlignment = Align(8); in initializeProperties()
229 PrefFunctionAlignment = Align(8); in initializeProperties()
262 PrefFunctionAlignment = Align(8); in initializeProperties()
[all …]
H A DAArch64Subtarget.h116 Align PrefFunctionAlignment; variable
275 return PrefFunctionAlignment; in getPrefFunctionAlignment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h58 Align PrefFunctionAlignment; variable
113 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
H A DLoongArchSubtarget.cpp79 PrefFunctionAlignment = Align(32); in initializeProperties()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h43 uint8_t PrefFunctionAlignment; member
129 return Align(TuneInfo->PrefFunctionAlignment); in getPrefFunctionAlignment()
H A DRISCVProcessors.td14 bits<8> PrefFunctionAlignment = 1;
29 let Fields = ["Name", "PrefFunctionAlignment", "PrefLoopAlignment",
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1952 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
2619 PrefFunctionAlignment = Alignment; in setPrefFunctionAlignment()
3404 Align PrefFunctionAlignment; variable