Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1645 bool NeedsAlign = Alignment.valueOrOne() > StackAlign; in lowerDYNAMIC_STACKALLOC() local
1653 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
1662 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
1676 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1515 bool NeedsAlign = (MFI.getMaxAlign() > getStackAlign()); in processFunctionBeforeFrameFinalized() local
1517 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34372 bool NeedsAlign = (Alignment > 8); in EmitVAARGWithCustomInserter() local
34530 if (NeedsAlign) { in EmitVAARGWithCustomInserter()