OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVectorizedFunction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
140
/// queryable via
getVectorizedFunction
and getScalarizedFunction.
150
return !
getVectorizedFunction
(F, VF).empty();
157
///
getVectorizedFunction
- Return the name of the equivalent of
160
StringRef
getVectorizedFunction
(StringRef F, unsigned VF) const;
219
StringRef
getVectorizedFunction
(StringRef F, unsigned VF) const {
220
return Impl->
getVectorizedFunction
(F, VF);
/external/llvm/lib/Analysis/
TargetLibraryInfo.cpp
558
StringRef TargetLibraryInfoImpl::
getVectorizedFunction
(StringRef F,
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 778 milliseconds