Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h270 bool exceedsNaturalStackAlignment(Align Alignment) const { in exceedsNaturalStackAlignment() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1412 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in optimizeMemcpy()
1517 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in optimizeMemmove()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1317 if (DL.exceedsNaturalStackAlignment(PrefAlign)) in tryEnforceAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6445 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in getMemcpyLoadsAndStores()