Searched refs:getPrefLoopAlignment (Results 1 – 8 of 8) sorted by relevance
340 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
608 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
818 unsigned getPrefLoopAlignment() const { in getPrefLoopAlignment() function
1204 setPrefLoopAlignment(Subtarget->getPrefLoopAlignment()); in ARMTargetLowering()
703 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
13441 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering13475 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
2522 unsigned Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
1483 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {