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.cpp1657 bool NeedsAlign = Alignment.valueOrOne() > StackAlign; in lowerDYNAMIC_STACKALLOC() local
1665 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
1674 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
1688 if (NeedsAlign) { in lowerDYNAMIC_STACKALLOC()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1511 bool NeedsAlign = (MFI.getMaxAlign() > getStackAlign()); in processFunctionBeforeFrameFinalized() local
1513 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34606 bool NeedsAlign = (Alignment > 8); in EmitVAARGWithCustomInserter() local
34764 if (NeedsAlign) { in EmitVAARGWithCustomInserter()