Home
last modified time | relevance | path

Searched refs:getMinFunctionAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp214 Alignment = STI->getTargetLowering()->getMinFunctionAlignment(); in init()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1949 Align getMinFunctionAlignment() const { return MinFunctionAlignment; } in getMinFunctionAlignment() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2236 Align TextAlign(TLI->getMinFunctionAlignment()); in emitGlobalIFunc()