Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h227 bool exceedsNaturalStackAlignment(unsigned Align) const { in exceedsNaturalStackAlignment() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp906 if (TD && TD->exceedsNaturalStackAlignment(PrefAlign)) in enforceKnownAlignment()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3950 TLI.getDataLayout()->exceedsNaturalStackAlignment(NewAlign)) in getMemcpyLoadsAndStores()