Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h502 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DSIISelLowering.cpp12675 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering
12676 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h909 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp16109 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
16154 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1546 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DX86ISelLowering.cpp57849 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering
57853 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp355 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2022 Align TargetLoweringBase::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in TargetLoweringBase
H A DMachineBlockPlacement.cpp2922 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1858 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const;