Searched defs:Vectorize (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/Bindings/OCaml/ |
D | vectorize.ml | 1 (* RUN: cp %s %T/vectorize_opts.ml
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 169 enum { Vectorize, Interleave, Unroll, Distribute } Category; in CheckForIncompatibleAttributes() enumerator
|
/external/angle/src/compiler/translator/ |
D | IntermNode.cpp | 43 TConstantUnion *Vectorize(const TConstantUnion &constant, size_t size) in Vectorize() function
|
/external/pytorch/test/cpp/tensorexpr/ |
D | test_kernel.cpp | 1706 TEST_F(Kernel, Vectorize) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1450 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/ |
D | SLPVectorizer.cpp | 2479 enum EntryState { Vectorize, ScatterVectorize, NeedToGather }; enumerator 3679 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enumerator
|