OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vectorize
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/
Makefile
11
PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO
Vectorize
Hello ObjCARC
/external/llvm/lib/Transforms/Vectorize/
Android.mk
7
Vectorize
.cpp
/external/clang/lib/Sema/
SemaStmtAttr.cpp
66
.Case("
vectorize
", LoopHintAttr::
Vectorize
)
72
.Default(LoopHintAttr::
Vectorize
);
75
if (Option == LoopHintAttr::
Vectorize
|| Option == LoopHintAttr::Interleave ||
109
// There are 3 categories of loop hints:
vectorize
, interleave, and
122
} Options[] = {{LoopHintAttr::
Vectorize
, LoopHintAttr::VectorizeWidth, false,
141
case LoopHintAttr::
Vectorize
:
157
if (Option == LoopHintAttr::
Vectorize
||
159
// Enable|disable hint. For example,
vectorize
(enable).
/external/llvm/bindings/ocaml/transforms/vectorize/
llvm_vectorize.mli
10
(**
Vectorize
Transforms.
12
This interface provides an OCaml API for LLVM
vectorize
transforms, the
/external/llvm/
Android.mk
43
lib/Transforms/
Vectorize
\
/external/clang/lib/CodeGen/
CGStmt.cpp
552
// Add
vectorize
and unroll hints to the metadata on the conditional branch.
566
case LoopHintAttr::
Vectorize
:
568
MetadataName = "llvm.loop.
vectorize
.width";
572
MetadataName = "llvm.loop.
vectorize
.unroll";
585
case LoopHintAttr::
Vectorize
:
590
Name = llvm::MDString::get(Context, "llvm.loop.
vectorize
.enable");
[
all
...]
Completed in 560 milliseconds