Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h462 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DSIISelLowering.cpp11905 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering
11906 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h868 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp15464 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
15509 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1428 Align getPrefLoopAlignment(MachineLoop *ML) const override;
H A DX86ISelLowering.cpp52228 Align X86TargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in X86TargetLowering
52232 return TargetLowering::getPrefLoopAlignment(); in getPrefLoopAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp349 const Align Alignment = TLI->getPrefLoopAlignment(); in AlignBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2888 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1748 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const {