Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2726 void setPrefLoopAlignment(Align Alignment) { PrefLoopAlignment = Alignment; } in setPrefLoopAlignment() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1457 setPrefLoopAlignment(Align(16)); in HexagonTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.cpp362 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp1474 setPrefLoopAlignment(Align(16)); in PPCTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp1468 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp1638 setPrefLoopAlignment(Align(1ULL << Subtarget->getPrefLoopLogAlignment())); in ARMTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp1162 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp2581 setPrefLoopAlignment(Align(16)); in X86TargetLowering()