Searched refs:getPrefLoopAlignment (Results 1 – 10 of 10) sorted by relevance
502 Align getPrefLoopAlignment(MachineLoop *ML) const override;
12675 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering12676 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
909 Align getPrefLoopAlignment(MachineLoop *ML) const override;
16109 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering16154 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1546 Align getPrefLoopAlignment(MachineLoop *ML) const override;
57849 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering57853 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
355 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
2022 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
2922 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
1858 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;