Home
last modified time | relevance | path

Searched refs:exceedsNaturalStackAlignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h273 bool exceedsNaturalStackAlignment(Align Alignment) const { in exceedsNaturalStackAlignment() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp1331 if (DL.exceedsNaturalStackAlignment(PrefAlign)) in tryEnforceAlignment()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7648 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in lowerMemcpy()
7756 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in lowerMemmove()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6800 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in getMemcpyLoadsAndStores()