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.cpp431 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h156 Align getPrefLoopAlignment() const { in getPrefLoopAlignment() function
H A DRISCVISelLowering.cpp1623 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h267 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
H A DAArch64ISelLowering.cpp1210 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h572 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DSIISelLowering.cpp16949 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering
16950 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h924 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp17564 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
17610 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1677 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DX86ISelLowering.cpp62199 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering
62203 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp349 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2102 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
H A DMachineBlockPlacement.cpp3031 const Align TLIAlign = TLI->getPrefLoopAlignment(L); in alignBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2089 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;