Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.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 …]
H A DAArch64Subtarget.h65 Align PrefFunctionAlignment; variable
239 return PrefFunctionAlignment; in getPrefFunctionAlignment()
/src/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.cpp79 PrefFunctionAlignment = Align(32); in initializeProperties()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h43 uint8_t PrefFunctionAlignment; member
127 return Align(TuneInfo->PrefFunctionAlignment); in getPrefFunctionAlignment()
H A DRISCVProcessors.td14 bits<8> PrefFunctionAlignment = 1;
29 let Fields = ["Name", "PrefFunctionAlignment", "PrefLoopAlignment",
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2029 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment()
2720 PrefFunctionAlignment = Alignment; in setPrefFunctionAlignment()
3523 Align PrefFunctionAlignment; variable