Home
last modified time | relevance | path

Searched refs:MaxStoresPerMemcpy (Results 1 – 14 of 14) 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()
2879 unsigned MaxStoresPerMemcpy; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp166 MaxStoresPerMemcpy = 16; // For @llvm.memcpy -> sequence of stores in LanaiTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp573 MaxStoresPerMemset = MaxStoresPerMemcpy = MaxStoresPerMemmove = 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.cpp1308 MaxStoresPerMemcpy = MaxStoresPerMemcpyCL; in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp351 MaxStoresPerMemcpy = (unsigned) 0xFFFFFFFF; in NVPTXTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp524 MaxStoresPerMemcpy = 16; in MipsTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp482 MaxStoresPerMemcpy = 0xffffffff; in AMDGPUTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1267 MaxStoresPerMemcpy = 32; in PPCTargetLowering()
1276 MaxStoresPerMemcpy = 128; in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp654 MaxStoresPerMemcpy = 0; in SystemZTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp671 MaxStoresPerMemcpy = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1471 MaxStoresPerMemcpy = 4; // For @llvm.memcpy -> sequence of stores in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2032 MaxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores in X86TargetLowering()