Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp157 static inline Align getFnStackAlignment(const TargetSubtargetInfo *STI, in getFnStackAlignment() function
206 getFnStackAlignment(STI, F), /*StackRealignable=*/CanRealignSP, in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h462 return AttributeSets.getFnStackAlignment(); in getFnStackAlign()
H A DAttributes.h906 MaybeAlign getFnStackAlignment() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1704 MaybeAlign AttributeList::getFnStackAlignment() const { in getFnStackAlignment() function in AttributeList