Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h270 bool exceedsNaturalStackAlignment(Align Alignment) const { in exceedsNaturalStackAlignment() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1382 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in optimizeMemcpy()
1487 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in optimizeMemmove()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1308 if (DL.exceedsNaturalStackAlignment(PrefAlign)) in tryEnforceAlignment()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6378 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in getMemcpyLoadsAndStores()