Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp51 ensureMaxAlignment(Alignment); in HandleByVal()
185 void CCState::ensureMaxAlignment(Align Alignment) { in ensureMaxAlignment() function in CCState
187 MF.getFrameInfo().ensureMaxAlignment(Alignment); in ensureMaxAlignment()
H A DMachineFunction.cpp202 FrameInfo->ensureMaxAlignment(*F.getFnStackAlign()); in init()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h428 ensureMaxAlignment(Alignment); in AllocateStack()
432 void ensureMaxAlignment(Align Alignment);
H A DMachineFrameInfo.h497 ensureMaxAlignment(Alignment); in setObjectAlignment()
596 void ensureMaxAlignment(Align Alignment);
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp51 DstMFI.ensureMaxAlignment(SrcMFI.getMaxAlign()); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1017 MFI.ensureMaxAlignment(RVVStackAlign); in processFunctionBeforeFrameFinalized()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp729 MFI.ensureMaxAlignment(Align(YamlMFI.MaxAlignment)); in initializeFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2671 MFI.ensureMaxAlignment(Alignment); in assignCalleeSavedSpillSlots()
3795 MF.getFrameInfo().ensureMaxAlignment(Align(SlotSize)); in processFunctionBeforeFrameFinalized()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp528 MFI.ensureMaxAlignment(LargestAlignSeen); in LowerCall()