OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VecDesc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
33
///
VecDesc
- Describes a possible vectorization of a function.
36
struct
VecDesc
{
79
std::vector<
VecDesc
> VectorDescs;
82
std::vector<
VecDesc
> ScalarDescs;
141
void addVectorizableFunctions(ArrayRef<
VecDesc
> Fns);
/external/llvm/lib/Analysis/
TargetLibraryInfo.cpp
471
static bool compareByScalarFnName(const
VecDesc
&LHS, const
VecDesc
&RHS) {
476
static bool compareByVectorFnName(const
VecDesc
&LHS, const
VecDesc
&RHS) {
481
static bool compareWithScalarFnName(const
VecDesc
&LHS, StringRef S) {
485
static bool compareWithVectorFnName(const
VecDesc
&LHS, StringRef S) {
489
void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<
VecDesc
> Fns) {
501
const
VecDesc
VecFuncs[] = {
552
std::vector<
VecDesc
>::const_iterator I = std::lower_bound(
563
std::vector<
VecDesc
>::const_iterator I = std::lower_bound
[
all
...]
Completed in 56 milliseconds