Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchSubtarget.h104 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
HDLoongArchISelLowering.cpp362 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVSubtarget.h129 Align getPrefLoopAlignment() const { in getPrefLoopAlignment() function
HDRISCVISelLowering.cpp1468 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h241 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
HDAArch64ISelLowering.cpp1162 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.h557 Align getPrefLoopAlignment(MachineLoop *ML) const override;
HDSIISelLowering.cpp15870 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering
15871 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h911 Align getPrefLoopAlignment(MachineLoop *ML) const override;
HDPPCISelLowering.cpp16660 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
16706 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1586 Align getPrefLoopAlignment(MachineLoop *ML) const override;
HDX86ISelLowering.cpp59427 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering
59431 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1995 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
HDMachineBlockPlacement.cpp2958 const Align TLIAlign = TLI->getPrefLoopAlignment(L); in alignBlocks()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp353 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2032 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;