Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h502 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
HDPPCISelLowering.cpp10722 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
10752 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineBlockPlacement.cpp1087 unsigned Align = TLI->getPrefLoopAlignment(L); in buildCFGChains()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h972 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {