OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getVectorizedFunction
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp
1679
TargetLibraryInfoImpl::
getVectorizedFunction
(StringRef F,
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
147
///
getVectorizedFunction
and getScalarizedFunction.
157
return !
getVectorizedFunction
(F, VF).empty();
166
StringRef
getVectorizedFunction
(StringRef F, const ElementCount &VF) const;
321
StringRef
getVectorizedFunction
(StringRef F, const ElementCount &VF) const {
322
return Impl->
getVectorizedFunction
(F, VF);
VectorUtils.h
270
Function *
getVectorizedFunction
(const VFShape &Shape) const {
Completed in 17 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026