Searched defs:Vectorize (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/test/Bindings/OCaml/ |
H A D | vectorize.ml | 1 (* RUN: cp %s %T/vectorize_opts.ml
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | sync_map_count.h | 36 std::vector<Item> Vectorize() const { in Vectorize() function
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 169 enum { Vectorize, Interleave, Unroll, Distribute } Category; in CheckForIncompatibleAttributes() enumerator
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | IntermNode.cpp | 42 TConstantUnion *Vectorize(const TConstantUnion &constant, size_t size) in Vectorize() function
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_kernel.cpp | 1706 TEST_F(Kernel, Vectorize) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1450 enum EntryState { Vectorize, NeedToGather }; enumerator 7090 const function_ref<bool(Instruction *, BoUpSLP &)> Vectorize) { in tryToVectorizeHorReductionOrInstOperands()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 2479 enum EntryState { Vectorize, ScatterVectorize, NeedToGather }; enumerator 3679 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enumerator
|