Home
last modified time | relevance | path

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

/src/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.cpp212 FrameInfo->ensureMaxAlignment(*F.getFnStackAlign()); in init()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h414 ensureMaxAlignment(Alignment); in AllocateStack()
418 void ensureMaxAlignment(Align Alignment);
H A DMachineFrameInfo.h507 ensureMaxAlignment(Alignment); in setObjectAlignment()
606 void ensureMaxAlignment(Align Alignment);
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp772 MFI.ensureMaxAlignment(Align(YamlMFI.MaxAlignment)); in initializeFrameInfo()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1238 MFI.ensureMaxAlignment(RVVStackAlign); in processFunctionBeforeFrameFinalized()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2936 MFI.ensureMaxAlignment(Alignment); in assignCalleeSavedSpillSlots()
4146 MF.getFrameInfo().ensureMaxAlignment(Align(SlotSize)); in processFunctionBeforeFrameFinalized()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp528 MFI.ensureMaxAlignment(LargestAlignSeen); in LowerCall()