Searched refs:getPrefLoopAlignment (Results 1 – 16 of 16) sorted by relevance
104 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
362 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
129 Align getPrefLoopAlignment() const { in getPrefLoopAlignment() function
1468 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
241 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
1162 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
557 Align getPrefLoopAlignment(MachineLoop *ML) const override;
15870 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering15871 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
911 Align getPrefLoopAlignment(MachineLoop *ML) const override;
16660 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering16706 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1586 Align getPrefLoopAlignment(MachineLoop *ML) const override;
59427 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering59431 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
1995 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
2958 const Align TLIAlign = TLI->getPrefLoopAlignment(L); in alignBlocks()
353 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
2032 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;