Home
last modified time | relevance | path

Searched refs:maxStoresPerMemcpy (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h614 return OptSize ? maxStoresPerMemcpyOptSize : maxStoresPerMemcpy; in getMaxStoresPerMemcpy()
1988 unsigned maxStoresPerMemcpy; variable
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp156 = maxStoresPerMemcpy = maxStoresPerMemcpyOptSize = 2; in XCoreTargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp598 maxStoresPerMemset = maxStoresPerMemcpy = maxStoresPerMemmove = 8; in TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp751 maxStoresPerMemcpy = maxStoresPerMemcpyOptSize = 1; in ARMTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp1166 maxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores in X86TargetLowering()