Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2726 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1457 setPrefLoopAlignment(Align(16)); in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp362 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1474 setPrefLoopAlignment(Align(16)); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1468 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1638 setPrefLoopAlignment(Align(1ULL << Subtarget->getPrefLoopLogAlignment())); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1162 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2581 setPrefLoopAlignment(Align(16)); in X86TargetLowering()