Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h478 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
DPPCISelLowering.cpp10472 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
10502 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1087 unsigned Align = TLI->getPrefLoopAlignment(L); in buildCFGChains()
/external/llvm/include/llvm/Target/
DTargetLowering.h957 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {