Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp211 STI->getTargetLowering()->getPrefFunctionAlignment()); in init()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1822 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment() function