Home
last modified time | relevance | path

Searched refs:getPrefLoopAlignment (Results 1 – 14 of 14) 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-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h282 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
DAArch64ISelLowering.cpp606 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCodePlacementOpt.cpp382 unsigned Align = TLI->getPrefLoopAlignment(); in AlignLoops()
/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-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h679 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
DPPCISelLowering.cpp13191 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
13225 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h728 unsigned getPrefLoopAlignment() const { in getPrefLoopAlignment() function
/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-7.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2521 unsigned Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1427 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {