Searched refs:getPrefLoopAlignment (Results 1 – 9 of 9) sorted by relevance
462 Align getPrefLoopAlignment(MachineLoop *ML) const override;
11905 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering11906 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
868 Align getPrefLoopAlignment(MachineLoop *ML) const override;
15464 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering15509 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1428 Align getPrefLoopAlignment(MachineLoop *ML) const override;
52228 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering52232 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
349 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
2888 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
1748 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const {