Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1648 bool NeedsAlign = Alignment.valueOrOne() > StackAlign; in lowerDYNAMIC_STACKALLOC() local
1656 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
1665 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
1679 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1498 bool NeedsAlign = (MFI.getMaxAlign() > getStackAlign()); in processFunctionBeforeFrameFinalized() local
1500 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35860 bool NeedsAlign = (Alignment > 8); in EmitVAARGWithCustomInserter() local
36018 if (NeedsAlign) { in EmitVAARGWithCustomInserter()