OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVectorizedFunction
(Results
1 - 7
of
7
) sorted by relevancy
/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 {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ReplaceWithVeclib.cpp
160
std::string(TLI.
getVectorizedFunction
(ScalarName, VF));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InjectTLIMappings.cpp
95
std::string(TLI.
getVectorizedFunction
(ScalarName, VF));
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp
1679
TargetLibraryInfoImpl::
getVectorizedFunction
(StringRef F,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
3285
Function *VecFunc = VFDatabase(*CI).
getVectorizedFunction
(Shape);
3305
VecFunc != VFDatabase(*CI2).
getVectorizedFunction
(Shape)) ||
3529
Function *VecFunc = VFDatabase(*CI).
getVectorizedFunction
(Shape);
5313
CF = VFDatabase(*CI).
getVectorizedFunction
(Shape);
LoopVectorize.cpp
3866
Function *VecFunc = VFDatabase(*CI).
getVectorizedFunction
(Shape);
5102
assert(VFDatabase(*CI).
getVectorizedFunction
(Shape) != nullptr &&
5105
VectorF = VFDatabase(*CI).
getVectorizedFunction
(Shape);
Completed in 50 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026