Searched refs:getPrefLoopAlignment (Results 1 – 16 of 16) sorted by relevance
114 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
357 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
131 Align getPrefLoopAlignment() const { in getPrefLoopAlignment() function
1375 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
277 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
1060 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
549 Align getPrefLoopAlignment(MachineLoop *ML) const override;
15535 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering15536 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
900 Align getPrefLoopAlignment(MachineLoop *ML) const override;
16447 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering16492 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1572 Align getPrefLoopAlignment(MachineLoop *ML) const override;
57758 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering57762 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
2069 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
2922 const Align TLIAlign = TLI->getPrefLoopAlignment(L); in alignBlocks()
353 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
1955 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;