Home
last modified time | relevance | path

Searched defs:Vectorize (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm/test/Bindings/OCaml/
H A Dvectorize.ml1 (* RUN: cp %s %T/vectorize_opts.ml
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dsync_map_count.h36 std::vector<Item> Vectorize() const { in Vectorize() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp169 enum { Vectorize, Interleave, Unroll, Distribute } Category; in CheckForIncompatibleAttributes() enumerator
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.cpp42 TConstantUnion *Vectorize(const TConstantUnion &constant, size_t size) in Vectorize() function
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_kernel.cpp1706 TEST_F(Kernel, Vectorize) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1450 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 DSLPVectorizer.cpp2479 enum EntryState { Vectorize, ScatterVectorize, NeedToGather }; enumerator
3679 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enumerator