/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 110 computeGreedyLoadSequence(uint64_t Size, llvm::ArrayRef<unsigned> LoadSizes, 129 uint64_t Size, llvm::ArrayRef<unsigned> LoadSizes, in computeGreedyLoadSequence() argument 134 while (Size && !LoadSizes.empty()) { in computeGreedyLoadSequence() 135 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() 153 LoadSizes = LoadSizes.drop_front(); in computeGreedyLoadSequence() 215 llvm::ArrayRef<unsigned> LoadSizes(Options.LoadSizes); in MemCmpExpansion() local 216 while (!LoadSizes.empty() && LoadSizes.front() > Size) { in MemCmpExpansion() 217 LoadSizes = LoadSizes.drop_front(); in MemCmpExpansion() 219 assert(!LoadSizes.empty() && "cannot load Size bytes"); in MemCmpExpansion() 220 MaxLoadSize = LoadSizes.front(); in MemCmpExpansion() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 134 struct LoadSizes { struct 139 LoadSizes GetMinMaxLoadSizes() { in GetMinMaxLoadSizes() 160 return LoadSizes{min_load_size, t.size() - 1}; in GetMinMaxLoadSizes()
|
/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 134 struct LoadSizes { struct 139 LoadSizes GetMinMaxLoadSizes() { in GetMinMaxLoadSizes() 160 return LoadSizes{min_load_size, t.size() - 1}; in GetMinMaxLoadSizes()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 134 struct LoadSizes { struct 139 LoadSizes GetMinMaxLoadSizes() { in GetMinMaxLoadSizes() 160 return LoadSizes{min_load_size, t.size() - 1}; in GetMinMaxLoadSizes()
|
/external/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 134 struct LoadSizes { struct 139 LoadSizes GetMinMaxLoadSizes() { in GetMinMaxLoadSizes() 160 return LoadSizes{min_load_size, t.size() - 1}; in GetMinMaxLoadSizes()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 134 struct LoadSizes { struct 139 LoadSizes GetMinMaxLoadSizes() { in GetMinMaxLoadSizes() 160 return LoadSizes{min_load_size, t.size() - 1}; in GetMinMaxLoadSizes()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 134 struct LoadSizes { struct 139 LoadSizes GetMinMaxLoadSizes() { in GetMinMaxLoadSizes() 160 return LoadSizes{min_load_size, t.size() - 1}; in GetMinMaxLoadSizes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3524 if (PreferredWidth >= 512 && ST->hasAVX512()) Options.LoadSizes.push_back(64); in enableMemCmpExpansion() 3525 if (PreferredWidth >= 256 && ST->hasAVX()) Options.LoadSizes.push_back(32); in enableMemCmpExpansion() 3526 if (PreferredWidth >= 128 && ST->hasSSE2()) Options.LoadSizes.push_back(16); in enableMemCmpExpansion() 3531 Options.LoadSizes.push_back(8); in enableMemCmpExpansion() 3533 Options.LoadSizes.push_back(4); in enableMemCmpExpansion() 3534 Options.LoadSizes.push_back(2); in enableMemCmpExpansion() 3535 Options.LoadSizes.push_back(1); in enableMemCmpExpansion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 574 Options.LoadSizes = {8, 4, 2, 1}; in enableMemCmpExpansion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 638 Options.LoadSizes = {8, 4, 2, 1}; in enableMemCmpExpansion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 691 SmallVector<unsigned, 8> LoadSizes; member
|