Searched refs:Vectorize (Results 1 – 25 of 58) sorted by relevance
123
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 104 .Case("vectorize", LoopHintAttr::Vectorize) in handleLoopHintAttr() 111 .Default(LoopHintAttr::Vectorize); in handleLoopHintAttr() 119 } else if (Option == LoopHintAttr::Vectorize || in handleLoopHintAttr() 169 enum { Vectorize, Interleave, Unroll, Distribute } Category; in CheckForIncompatibleAttributes() enumerator 171 case LoopHintAttr::Vectorize: in CheckForIncompatibleAttributes() 173 Category = Vectorize; in CheckForIncompatibleAttributes() 191 if (Option == LoopHintAttr::Vectorize || in CheckForIncompatibleAttributes()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | CMakeLists.txt | 6 Vectorize.cpp 17 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Vectorize
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorScan.h | 153 template <typename Self, bool Vectorize, bool Parallel> 188 bool Vectorize = 200 ReduceBlock<Self, Vectorize, /*Parallel=*/false> block_reducer; 283 template <typename Self, typename Reducer, bool Vectorize> 284 struct ScanLauncher<Self, Reducer, ThreadPoolDevice, Vectorize> { 295 ScanLauncher<Self, Reducer, DefaultDevice, Vectorize> launcher; 306 16 * PacketSize * inner_block_size, Vectorize, 313 ReduceBlock<Self, Vectorize, /*Parallelize=*/false> block_reducer; 320 ReduceBlock<Self, Vectorize, /*Parallelize=*/true> block_reducer; 360 template <typename Self, typename Reducer, bool Vectorize> [all …]
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 174 case LoopHintAttr::Vectorize: in push() 197 case LoopHintAttr::Vectorize: in push() 216 case LoopHintAttr::Vectorize: in push() 236 case LoopHintAttr::Vectorize: in push() 258 case LoopHintAttr::Vectorize: in push()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LLVMBuild.txt | 20 name = Vectorize 22 library_name = Vectorize
|
D | CMakeLists.txt | 6 Vectorize.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LLVMBuild.txt | 19 name = Vectorize 21 library_name = Vectorize
|
D | CMakeLists.txt | 6 Vectorize.cpp
|
/external/llvm/lib/Transforms/ |
D | CMakeLists.txt | 6 add_subdirectory(Vectorize)
|
D | LLVMBuild.txt | 19 subdirectories = IPO InstCombine Instrumentation Scalar Utils Vectorize ObjCARC
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ |
D | CMakeLists.txt | 7 add_subdirectory(Vectorize)
|
D | LLVMBuild.txt | 18 …essiveInstCombine Coroutines IPO InstCombine Instrumentation Scalar Utils Vectorize ObjCARC CFGuard
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ |
D | CMakeLists.txt | 7 add_subdirectory(Vectorize)
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/ |
D | CMakeLists.txt | 30 Vectorize
|
/external/llvm/tools/bugpoint/ |
D | CMakeLists.txt | 16 Vectorize
|
/external/llvm/tools/opt/ |
D | CMakeLists.txt | 17 Vectorize
|
/external/llvm/lib/Passes/ |
D | LLVMBuild.txt | 22 required_libraries = Analysis CodeGen Core IPO InstCombine Scalar Support TransformUtils Vectorize …
|
/external/llvm/lib/Transforms/IPO/ |
D | LLVMBuild.txt | 23 …tCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | LLVMBuild.txt | 21 …nalysis CodeGen Core IPO InstCombine Scalar Support Target TransformUtils Vectorize Instrumentation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LLVMBuild.txt | 22 …tCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation
|
/external/llvm/bindings/ocaml/transforms/vectorize/ |
D | llvm_vectorize.mli | 10 (** Vectorize Transforms.
|
/external/llvm/lib/Target/AMDGPU/ |
D | LLVMBuild.txt | 33 …inter AMDGPUDesc AMDGPUInfo AMDGPUUtils Scalar SelectionDAG Support Target TransformUtils Vectorize
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | LLVMBuild.txt | 30 …CodeGen Core IPO MC NVPTXDesc NVPTXInfo Scalar SelectionDAG Support Target TransformUtils Vectorize
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | LLVMBuild.txt | 32 …MDGPUInfo AMDGPUUtils Scalar SelectionDAG Support Target TransformUtils Vectorize GlobalISel Binar…
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | CMakeLists.txt | 73 Vectorize
|
123