Searched refs:getPrefLoopAlignment (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h204 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } function in class:llvm::AArch64Subtarget
H A DAArch64ISelLowering.cpp514 setPrefLoopAlignment(STI.getPrefLoopAlignment());
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCodePlacementOpt.cpp382 unsigned Align = TLI->getPrefLoopAlignment();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h571 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp11277 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { function in class:PPCTargetLowering
11311 return TargetLowering::getPrefLoopAlignment(ML);
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1600 unsigned Align = TLI->getPrefLoopAlignment(L);
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h726 /// getPrefLoopAlignment - return the preferred loop alignment.
728 unsigned getPrefLoopAlignment() const {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1068 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const { function in class:llvm::TargetLoweringBase
1543 /// getPrefLoopAlignment to provide per-loop values.

Completed in 478 milliseconds