Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h340 unsigned getPrefLoopAlignment() const { return PrefLoopAlignment; } in getPrefLoopAlignment() function
H A DAArch64ISelLowering.cpp608 setPrefLoopAlignment(STI.getPrefLoopAlignment()); in AArch64TargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h818 unsigned getPrefLoopAlignment() const { in getPrefLoopAlignment() function
H A DARMISelLowering.cpp1204 setPrefLoopAlignment(Subtarget->getPrefLoopAlignment()); in ARMTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h703 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp13441 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering
13475 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2522 unsigned Align = TLI->getPrefLoopAlignment(L); in alignBlocks()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1483 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {