Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp152 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 0; in BPFTargetLowering()
160 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = CommonMaxStores; in BPFTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1412 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxStoresPerMemcpy()
2881 unsigned MaxStoresPerMemcpyOptSize; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp167 MaxStoresPerMemcpyOptSize = 8; in LanaiTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp576 MaxStoresPerMemsetOptSize = MaxStoresPerMemcpyOptSize = in TargetLoweringBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp167 = MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 2; in XCoreTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1309 MaxStoresPerMemcpyOptSize = MaxStoresPerMemcpyOptSizeCL; in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp670 MaxStoresPerMemcpyOptSize = 4; in AArch64TargetLowering()
672 ? MaxStoresPerMemcpyOptSize : 16; in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp655 MaxStoresPerMemcpyOptSize = 0; in SystemZTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1268 MaxStoresPerMemcpyOptSize = 8; in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1472 MaxStoresPerMemcpyOptSize = 2; in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2033 MaxStoresPerMemcpyOptSize = 4; in X86TargetLowering()