Home
last modified time | relevance | path

Searched refs:MaxStoresPerMemcpy (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp152 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 0; in BPFTargetLowering()
160 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = CommonMaxStores; in BPFTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h932 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxStoresPerMemcpy()
2119 unsigned MaxStoresPerMemcpy; variable
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp131 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 128; in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1252 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxStoresPerMemcpy()
2572 unsigned MaxStoresPerMemcpy; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp536 MaxStoresPerMemset = MaxStoresPerMemcpy = MaxStoresPerMemmove = in TargetLoweringBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp167 MaxStoresPerMemcpy = 16; // For @llvm.memcpy -> sequence of stores in LanaiTargetLowering()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp152 MaxStoresPerMemcpy = 16; // For @llvm.memcpy -> sequence of stores in LanaiTargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp802 MaxStoresPerMemset = MaxStoresPerMemcpy = MaxStoresPerMemmove = 8; in TargetLoweringBase()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp170 = MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 2; in XCoreTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp167 = MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 2; in XCoreTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1247 MaxStoresPerMemcpy = MaxStoresPerMemcpyCL; in HexagonTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1725 MaxStoresPerMemcpy = MaxStoresPerMemcpyCL; in HexagonTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp470 MaxStoresPerMemcpy = 4096; in AMDGPUTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp339 MaxStoresPerMemcpy = (unsigned) 0xFFFFFFFF; in NVPTXTargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp117 MaxStoresPerMemcpy = (unsigned) 0xFFFFFFFF; in NVPTXTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp522 MaxStoresPerMemcpy = 16; in MipsTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp437 MaxStoresPerMemcpy = 16; in MipsTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp516 MaxStoresPerMemcpy = 0xffffffff; in AMDGPUTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp944 MaxStoresPerMemcpy = 32; in PPCTargetLowering()
953 MaxStoresPerMemcpy = 128; in PPCTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp453 MaxStoresPerMemcpy = 0; in SystemZTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1164 MaxStoresPerMemcpy = 32; in PPCTargetLowering()
1173 MaxStoresPerMemcpy = 128; in PPCTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp536 MaxStoresPerMemcpy = 0; in SystemZTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp499 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 4; in AArch64TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp591 MaxStoresPerMemcpy = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1047 MaxStoresPerMemcpy = 4; // For @llvm.memcpy -> sequence of stores in ARMTargetLowering()

12