Searched refs:PrefLoopAlignment (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp121 PrefLoopAlignment = Align(16);
127 PrefLoopAlignment = Align(16);
137 PrefLoopAlignment = Align(16);
148 PrefLoopAlignment = Align(32);
155 PrefLoopAlignment = Align(16);
166 PrefLoopAlignment = Align(32);
172 PrefLoopAlignment = Align(4);
207 PrefLoopAlignment = Align(16);
233 PrefLoopAlignment = Align(32);
239 PrefLoopAlignment
[all...]
H A DAArch64Subtarget.h117 Align PrefLoopAlignment; member in class:llvm::final
277 Align getPrefLoopAlignment() const { return PrefLoopAlignment; }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h59 Align PrefLoopAlignment; member in class:llvm::LoongArchSubtarget
114 Align getPrefLoopAlignment() const { return PrefLoopAlignment; }
H A DLoongArchSubtarget.cpp80 PrefLoopAlignment = Align(16);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h44 uint8_t PrefLoopAlignment; member in struct:llvm::RISCVTuneInfoTable::RISCVTuneInfo
132 return Align(TuneInfo->PrefLoopAlignment);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2625 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; }
3407 Align PrefLoopAlignment; member in class:llvm::TargetLoweringBase::NegatibleCost
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2072 return PrefLoopAlignment;

Completed in 111 milliseconds