Home
last modified time | relevance | path

Searched defs:LoadSizes (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_probe_benchmark.cc134 struct LoadSizes { struct
135 size_t min_load;
136 size_t max_load;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp129 uint64_t Size, llvm::ArrayRef<unsigned> LoadSizes, in computeGreedyLoadSequence()
215 llvm::ArrayRef<unsigned> LoadSizes(Options.LoadSizes); in MemCmpExpansion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h691 SmallVector<unsigned, 8> LoadSizes; member