Home
last modified time | relevance | path

Searched refs:getPrefLoopAlignment (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h104 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
H A DLoongArchISelLowering.cpp362 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h129 Align getPrefLoopAlignment() const { in getPrefLoopAlignment() function
H A DRISCVISelLowering.cpp1468 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h241 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
H A DAArch64ISelLowering.cpp1162 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h557 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DSIISelLowering.cpp15870 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering
15871 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h911 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp16660 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
16706 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1586 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DX86ISelLowering.cpp59427 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering
59431 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1995 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
H A DMachineBlockPlacement.cpp2958 const Align TLIAlign = TLI->getPrefLoopAlignment(L); in alignBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp353 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2032 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;