Home
last modified time | relevance | path

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

/external/llvm/test/Bindings/OCaml/
Dvectorize.ml1 (* RUN: cp %s %T/vectorize_opts.ml
/external/clang/lib/Sema/
DSemaStmtAttr.cpp169 enum { Vectorize, Interleave, Unroll, Distribute } Category; in CheckForIncompatibleAttributes() enumerator
/external/angle/src/compiler/translator/
DIntermNode.cpp43 TConstantUnion *Vectorize(const TConstantUnion &constant, size_t size) in Vectorize() function
/external/pytorch/test/cpp/tensorexpr/
Dtest_kernel.cpp1706 TEST_F(Kernel, Vectorize) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1450 enum EntryState { Vectorize, NeedToGather }; enumerator
7090 const function_ref<bool(Instruction *, BoUpSLP &)> Vectorize) { in tryToVectorizeHorReductionOrInstOperands()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2479 enum EntryState { Vectorize, ScatterVectorize, NeedToGather }; enumerator
3679 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enumerator