Home
last modified time | relevance | path

Searched refs:getMaxStoresPerMemmove (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h622 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() function
/external/llvm/include/llvm/Target/
DTargetLowering.h941 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1292 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3534 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4435 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5500 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()