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.cpp121 PrefLoopAlignment = Align(16); in initializeProperties()
127 PrefLoopAlignment = Align(16); in initializeProperties()
137 PrefLoopAlignment = Align(16); in initializeProperties()
148 PrefLoopAlignment = Align(32); in initializeProperties()
155 PrefLoopAlignment = Align(16); in initializeProperties()
166 PrefLoopAlignment = Align(32); in initializeProperties()
172 PrefLoopAlignment = Align(4); in initializeProperties()
263 PrefLoopAlignment = Align(4); in initializeProperties()
277 PrefLoopAlignment = Align(4); in initializeProperties()
284 PrefLoopAlignment = Align(4); in initializeProperties()
[all …]
H A DAArch64Subtarget.h117 Align PrefLoopAlignment; variable
277 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h59 Align PrefLoopAlignment; variable
114 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
132 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.h2625 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment()
3407 Align PrefLoopAlignment; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2072 return PrefLoopAlignment; in getPrefLoopAlignment()