Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp215 Alignment = STI->getTargetLowering()->getMinFunctionAlignment(); in init()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2026 Align getMinFunctionAlignment() const { return MinFunctionAlignment; } in getMinFunctionAlignment() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2241 Align TextAlign(TLI->getMinFunctionAlignment()); in emitGlobalIFunc()