Searched refs:getPrefLoopAlignment (Results 1 – 9 of 9) sorted by relevance
460 Align getPrefLoopAlignment(MachineLoop *ML) const override;
11883 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering11884 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
868 Align getPrefLoopAlignment(MachineLoop *ML) const override;
15553 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering15598 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1428 Align getPrefLoopAlignment(MachineLoop *ML) const override;
52612 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering52616 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
2888 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
349 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
1771 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const {