Home
last modified time | relevance | path

Searched refs:Vectorization (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc134 class Vectorization { class
136 explicit Vectorization(FunctionDefLibrary* lib) in Vectorization() function in tensorflow::grappler::vectorization_utils::__anon1f3551c50111::Vectorization
231 Status Vectorization::AddConversionMapping(Node* op_node) { in AddConversionMapping()
297 Status Vectorization::ConvertOutput(int output_position) { in ConvertOutput()
332 Status Vectorization::Vectorize(const FunctionDef& outer_scope, in Vectorize()
340 void Vectorization::VectorizeHelper() { in VectorizeHelper()
367 Status Vectorization::Initialize(const FunctionDef& outer_scope, in Initialize()
416 Status Vectorization::StackTensor(WrappedTensor* unstacked, in StackTensor()
503 Status Vectorization::AddArgTensorMappings() { in AddArgTensorMappings()
538 bool Vectorization::AddUnstackedTensorMappingsHelper( in AddUnstackedTensorMappingsHelper()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DVectorizationPlan.rst2 Vectorization Plan
17 The Vectorization Plan is an explicit model for describing vectorization
25 Vectorization Workflow
46 according to a loop Vectorization Factor (VF), and/or loop unroll-and-jammed
214 3. Loop Vectorizer: the Vectorization Plan aims to upgrade the infrastructure of
228 .. [3] "Throttling Automatic Vectorization: When Less is More", Vasileios
247 Auto-Vectorization", Intel Vectorizer Team, LLVM Developers' Meeting 2016.
/external/eigen/doc/
DTopicVectorization.dox3 /** \page TopicVectorization Vectorization
DInsideEigenExample.dox316 int Vectorization = internal::assign_traits<Derived1, Derived2>::Vectorization,
322Vectorization and \a Unrolling are determined by a helper class internal::assign_traits. Its job i…
324 …sign_traits at the top of the same file). Let's just say that here \a Vectorization has the value …
DA05_PortingFrom2To3.dox264 …issues while keeping alignment of dynamic-size heap-allocated arrays. Vectorization of statically …
DTutorialMatrixClass.dox219 (use SIMD instructions) when dynamic sizes are used, see \ref TopicVectorization "Vectorization".
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dint_sideeffect.ll5 ; Vectorization across a @llvm.sideeffect.
Dgep_with_bitcast.ll5 ; Vectorization of loop with bitcast between GEP and load
Dmemdep.ll8 ; Vectorization with dependence checks.
/external/llvm/docs/
DLexicon.rst38 **BB Vectorization**
39 Basic-Block Vectorization
238 Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization
DVectorizers.rst2 Auto-Vectorization in LLVM
276 Vectorization of Mixed Types
309 Vectorization of function calls
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
Dpreserve-analysis.ll14 ; CHECK: Loop Vectorization
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLexicon.rst38 **BB Vectorization**
39 Basic-Block Vectorization
267 Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization
DVectorizers.rst2 Auto-Vectorization in LLVM
278 Vectorization of Mixed Types
311 Vectorization of function calls
/external/llvm/test/Transforms/LoopVectorize/
Dgep_with_bitcast.ll5 ; Vectorization of loop with bitcast between GEP and load
Dmemdep.ll6 ; Vectorization with dependence checks.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/
Dfloat-cost.ll5 ; CHECK: LV: Vectorization is possible but not beneficial
/external/llvm/test/Feature/
Doptnone-opt.ll58 ; OPT-MORE-DAG: Skipping pass 'Basic-Block Vectorization'
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dpass-pipelines.ll74 ; CHECK-O2: Loop Vectorization
Dopt-Os-pipeline.ll198 ; CHECK-NEXT: Loop Vectorization
Dopt-O2-pipeline.ll211 ; CHECK-NEXT: Loop Vectorization
Dopt-O3-pipeline.ll215 ; CHECK-NEXT: Loop Vectorization
/external/llvm/test/Other/
Dpass-pipelines.ll72 ; CHECK-O2: Loop Vectorization
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dfloat-induction-x86.ll46 ; Vectorization should be rejected.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-num-sgpr.ll6 ; FIXME: Vectorization can increase required SGPR count beyond limit.

12