Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp265 MFI.setLocalFrameMaxAlign(MaxAlign); in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h423 void setLocalFrameMaxAlign(unsigned Align) { LocalFrameMaxAlign = Align; } in setLocalFrameMaxAlign() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1384 MFI.setLocalFrameMaxAlign(8); in processFunctionBeforeFrameFinalized()