Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h614 return OptSize ? maxStoresPerMemcpyOptSize : maxStoresPerMemcpy; in getMaxStoresPerMemcpy()
1992 unsigned maxStoresPerMemcpyOptSize; 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.cpp599 maxStoresPerMemsetOptSize = maxStoresPerMemcpyOptSize 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.cpp1167 maxStoresPerMemcpyOptSize = Subtarget->isTargetDarwin() ? 8 : 4; in X86TargetLowering()