Home
last modified time | relevance | path

Searched refs:PrefLoopAlignment (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp149 PrefLoopAlignment = Align(16); in initializeProperties()
155 PrefLoopAlignment = Align(16); in initializeProperties()
165 PrefLoopAlignment = Align(16); in initializeProperties()
175 PrefLoopAlignment = Align(32); in initializeProperties()
183 PrefLoopAlignment = Align(16); in initializeProperties()
196 PrefLoopAlignment = Align(32); in initializeProperties()
202 PrefLoopAlignment = Align(4); in initializeProperties()
242 PrefLoopAlignment = Align(16); in initializeProperties()
268 PrefLoopAlignment = Align(32); in initializeProperties()
281 PrefLoopAlignment = Align(32); in initializeProperties()
[all …]
H A DAArch64Subtarget.h70 Align PrefLoopAlignment; variable
267 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h53 Align PrefLoopAlignment; variable
104 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment()
H A DLoongArchSubtarget.cpp87 PrefLoopAlignment = Align(16); in initializeProperties()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h45 uint8_t PrefLoopAlignment; member
157 return Align(TuneInfo->PrefLoopAlignment); in getPrefLoopAlignment()
H A DRISCVProcessors.td20 bits<8> PrefLoopAlignment = 1;
53 let Fields = ["Name", "PrefFunctionAlignment", "PrefLoopAlignment",
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2819 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment()
3668 Align PrefLoopAlignment; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2105 return PrefLoopAlignment; in getPrefLoopAlignment()