Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h339 unsigned getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment() function
H A DAArch64ISelLowering.cpp607 setPrefFunctionAlignment(STI.getPrefFunctionAlignment()); in AArch64TargetLowering()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp181 STI->getTargetLowering()->getPrefFunctionAlignment()); in init()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1478 unsigned getPrefFunctionAlignment() const { in getPrefFunctionAlignment() function