Searched refs:getPrefLoopAlignment (Results 1 – 10 of 10) sorted by relevance
494 Align getPrefLoopAlignment(MachineLoop *ML) const override;
12511 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering12512 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
902 Align getPrefLoopAlignment(MachineLoop *ML) const override;
15935 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering15980 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1489 Align getPrefLoopAlignment(MachineLoop *ML) const override;
56509 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering56513 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
355 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
2037 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
2910 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
1825 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;