/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 152 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 0; in BPFTargetLowering() 160 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = CommonMaxStores; in BPFTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 932 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxStoresPerMemcpy() 2119 unsigned MaxStoresPerMemcpy; variable
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 131 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 128; in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1252 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxStoresPerMemcpy() 2572 unsigned MaxStoresPerMemcpy; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 536 MaxStoresPerMemset = MaxStoresPerMemcpy = MaxStoresPerMemmove = in TargetLoweringBase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 167 MaxStoresPerMemcpy = 16; // For @llvm.memcpy -> sequence of stores in LanaiTargetLowering()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 152 MaxStoresPerMemcpy = 16; // For @llvm.memcpy -> sequence of stores in LanaiTargetLowering()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 802 MaxStoresPerMemset = MaxStoresPerMemcpy = MaxStoresPerMemmove = 8; in TargetLoweringBase()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 170 = MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 2; in XCoreTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 167 = MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 2; in XCoreTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1247 MaxStoresPerMemcpy = MaxStoresPerMemcpyCL; in HexagonTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1725 MaxStoresPerMemcpy = MaxStoresPerMemcpyCL; in HexagonTargetLowering()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 470 MaxStoresPerMemcpy = 4096; in AMDGPUTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 339 MaxStoresPerMemcpy = (unsigned) 0xFFFFFFFF; in NVPTXTargetLowering()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 117 MaxStoresPerMemcpy = (unsigned) 0xFFFFFFFF; in NVPTXTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 522 MaxStoresPerMemcpy = 16; in MipsTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 437 MaxStoresPerMemcpy = 16; in MipsTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 516 MaxStoresPerMemcpy = 0xffffffff; in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 944 MaxStoresPerMemcpy = 32; in PPCTargetLowering() 953 MaxStoresPerMemcpy = 128; in PPCTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 453 MaxStoresPerMemcpy = 0; in SystemZTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1164 MaxStoresPerMemcpy = 32; in PPCTargetLowering() 1173 MaxStoresPerMemcpy = 128; in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 536 MaxStoresPerMemcpy = 0; in SystemZTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 499 MaxStoresPerMemcpy = MaxStoresPerMemcpyOptSize = 4; in AArch64TargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 591 MaxStoresPerMemcpy = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1047 MaxStoresPerMemcpy = 4; // For @llvm.memcpy -> sequence of stores in ARMTargetLowering()
|