Searched refs:getPrefLoopAlignment (Results 1 – 12 of 12) sorted by relevance
204 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
514 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
408 Align getPrefLoopAlignment(MachineLoop *ML) const override;
10791 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering10792 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
571 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
11277 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering11311 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
764 Align getPrefLoopAlignment(MachineLoop *ML) const override;
14483 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering14527 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1600 unsigned Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
1068 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {
2826 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
1595 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const {