OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorFnName
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
TargetLibraryInfo.cpp
477
return std::strncmp(LHS.
VectorFnName
, RHS.
VectorFnName
,
478
std::strlen(RHS.
VectorFnName
)) < 0;
486
return std::strncmp(LHS.
VectorFnName
, S.data(), S.size()) < 0;
567
return I->
VectorFnName
;
581
if (I == VectorDescs.end() || StringRef(I->
VectorFnName
) != F)
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
34
/// Function '
VectorFnName
' is equivalent to 'ScalarFnName' vectorized
38
const char *
VectorFnName
;
81
/// on
VectorFnName
rather than ScalarFnName.
Completed in 873 milliseconds