Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h204 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
DAArch64ISelLowering.cpp514 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h408 Align getPrefLoopAlignment(MachineLoop *ML) const override;
DSIISelLowering.cpp10791 Align SITargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in SITargetLowering
10792 const Align PrefAlign = TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h571 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
DPPCISelLowering.cpp11277 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
11311 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h764 Align getPrefLoopAlignment(MachineLoop *ML) const override;
DPPCISelLowering.cpp14483 Align PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
14527 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1600 unsigned Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
/external/llvm/include/llvm/Target/
DTargetLowering.h1068 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2826 const Align Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1595 virtual Align getPrefLoopAlignment(MachineLoop *ML = nullptr) const {