Home
last modified time | relevance | path

Searched refs:ensureMaxAlignment (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp31 void MachineFrameInfo::ensureMaxAlignment(Align Alignment) { in ensureMaxAlignment() function in MachineFrameInfo
62 ensureMaxAlignment(Alignment); in CreateStackObject()
70 ensureMaxAlignment(Alignment); in CreateSpillStackObject()
79 ensureMaxAlignment(Alignment); in CreateVariableSizedObject()
H A DCallingConvLower.cpp54 ensureMaxAlignment(Alignment); in HandleByVal()
188 void CCState::ensureMaxAlignment(Align Alignment) { in ensureMaxAlignment() function in CCState
190 MF.getFrameInfo().ensureMaxAlignment(Alignment); in ensureMaxAlignment()
H A DMachineFunction.cpp209 FrameInfo->ensureMaxAlignment(*F.getFnStackAlign()); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h417 ensureMaxAlignment(Alignment); in AllocateStack()
421 LLVM_ABI void ensureMaxAlignment(Align Alignment);
H A DMachineFrameInfo.h509 ensureMaxAlignment(Alignment); in setObjectAlignment()
608 LLVM_ABI void ensureMaxAlignment(Align Alignment);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp850 MFI.ensureMaxAlignment(Align(YamlMFI.MaxAlignment)); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2999 MFI.ensureMaxAlignment(Alignment); in assignCalleeSavedSpillSlots()
4218 MF.getFrameInfo().ensureMaxAlignment(Align(SlotSize)); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1737 MFI.ensureMaxAlignment(RVVStackAlign); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp598 MFI.ensureMaxAlignment(LargestAlignSeen); in LowerCall()