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.cpp118 PrefLoopAlignment = Align(16); in initializeProperties()
124 PrefLoopAlignment = Align(16); in initializeProperties()
134 PrefLoopAlignment = Align(16); in initializeProperties()
144 PrefLoopAlignment = Align(32); in initializeProperties()
151 PrefLoopAlignment = Align(16); in initializeProperties()
164 PrefLoopAlignment = Align(32); in initializeProperties()
170 PrefLoopAlignment = Align(4); in initializeProperties()
207 PrefLoopAlignment = Align(16); in initializeProperties()
233 PrefLoopAlignment = Align(32); in initializeProperties()
241 PrefLoopAlignment = Align(32); in initializeProperties()
[all …]
H A DAArch64Subtarget.h66 Align PrefLoopAlignment; variable
241 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.cpp80 PrefLoopAlignment = Align(16); in initializeProperties()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h44 uint8_t PrefLoopAlignment; member
130 return Align(TuneInfo->PrefLoopAlignment); in getPrefLoopAlignment()
H A DRISCVProcessors.td15 bits<8> PrefLoopAlignment = 1;
29 let Fields = ["Name", "PrefFunctionAlignment", "PrefLoopAlignment",
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2726 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment()
3526 Align PrefLoopAlignment; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1998 return PrefLoopAlignment; in getPrefLoopAlignment()