Home
last modified time | relevance | path

Searched refs:getPrefLoopAlignment (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.h408 Align getPrefLoopAlignment(MachineLoop *ML) const override;
HDSIISelLowering.cpp10791 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering
10792 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h764 Align getPrefLoopAlignment(MachineLoop *ML) const override;
HDPPCISelLowering.cpp14513 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
14557 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBlockPlacement.cpp2826 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h1595 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const {