Searched refs:getPrefLoopAlignment (Results 1 – 16 of 16) sorted by relevance
104 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
431 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in LoongArchTargetLowering()
156 Align getPrefLoopAlignment() const { in getPrefLoopAlignment() function
1623 setPrefLoopAlignment(Subtarget.getPrefLoopAlignment()); in RISCVTargetLowering()
267 Align getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
1210 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
572 Align getPrefLoopAlignment(MachineLoop *ML) const override;
16949 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering16950 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
924 Align getPrefLoopAlignment(MachineLoop *ML) const override;
17564 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering17610 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1677 Align getPrefLoopAlignment(MachineLoop *ML) const override;
62199 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering62203 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
349 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
2102 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
3031 const Align TLIAlign = TLI->getPrefLoopAlignment(L); in alignBlocks()
2089 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;