Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h246 bool exceedsNaturalStackAlignment(unsigned Align) const { in exceedsNaturalStackAlignment() function
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h272 bool exceedsNaturalStackAlignment(Align Alignment) const { in exceedsNaturalStackAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h264 bool exceedsNaturalStackAlignment(Align Alignment) const { in exceedsNaturalStackAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1127 DL.exceedsNaturalStackAlignment(Align(NewAlign))) in optimizeMemcpy()
1234 DL.exceedsNaturalStackAlignment(Align(NewAlign))) in optimizeMemmove()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1222 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in optimizeMemcpy()
1327 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in optimizeMemmove()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp978 if (DL.exceedsNaturalStackAlignment(PrefAlign)) in enforceKnownAlignment()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1288 if (DL.exceedsNaturalStackAlignment(PrefAlign)) in tryEnforceAlignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1155 if (DL.exceedsNaturalStackAlignment(Align(PrefAlign))) in enforceKnownAlignment()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4342 DAG.getDataLayout().exceedsNaturalStackAlignment(NewAlign)) in getMemcpyLoadsAndStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5922 DL.exceedsNaturalStackAlignment(Align(NewAlign))) in getMemcpyLoadsAndStores()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6044 while (NewAlign > Alignment && DL.exceedsNaturalStackAlignment(NewAlign)) in getMemcpyLoadsAndStores()