Home
last modified time | relevance | path

Searched refs:Vectorize (Results 1 – 25 of 58) sorted by relevance

123

/external/clang/lib/Sema/
DSemaStmtAttr.cpp104 .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/
DCMakeLists.txt6 Vectorize.cpp
17 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Vectorize
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorScan.h153 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/
DCGLoopInfo.cpp174 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/
DLLVMBuild.txt20 name = Vectorize
22 library_name = Vectorize
DCMakeLists.txt6 Vectorize.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLLVMBuild.txt19 name = Vectorize
21 library_name = Vectorize
DCMakeLists.txt6 Vectorize.cpp
/external/llvm/lib/Transforms/
DCMakeLists.txt6 add_subdirectory(Vectorize)
DLLVMBuild.txt19 subdirectories = IPO InstCombine Instrumentation Scalar Utils Vectorize ObjCARC
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/
DCMakeLists.txt7 add_subdirectory(Vectorize)
DLLVMBuild.txt18 …essiveInstCombine Coroutines IPO InstCombine Instrumentation Scalar Utils Vectorize ObjCARC CFGuard
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/
DCMakeLists.txt7 add_subdirectory(Vectorize)
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DCMakeLists.txt30 Vectorize
/external/llvm/tools/bugpoint/
DCMakeLists.txt16 Vectorize
/external/llvm/tools/opt/
DCMakeLists.txt17 Vectorize
/external/llvm/lib/Passes/
DLLVMBuild.txt22 required_libraries = Analysis CodeGen Core IPO InstCombine Scalar Support TransformUtils Vectorize
/external/llvm/lib/Transforms/IPO/
DLLVMBuild.txt23 …tCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DLLVMBuild.txt21 …nalysis CodeGen Core IPO InstCombine Scalar Support Target TransformUtils Vectorize Instrumentation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLLVMBuild.txt22 …tCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation
/external/llvm/bindings/ocaml/transforms/vectorize/
Dllvm_vectorize.mli10 (** Vectorize Transforms.
/external/llvm/lib/Target/AMDGPU/
DLLVMBuild.txt33 …inter AMDGPUDesc AMDGPUInfo AMDGPUUtils Scalar SelectionDAG Support Target TransformUtils Vectorize
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DLLVMBuild.txt30 …CodeGen Core IPO MC NVPTXDesc NVPTXInfo Scalar SelectionDAG Support Target TransformUtils Vectorize
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DLLVMBuild.txt32 …MDGPUInfo AMDGPUUtils Scalar SelectionDAG Support Target TransformUtils Vectorize GlobalISel Binar…
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DCMakeLists.txt73 Vectorize

123