OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VectorName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h
128
std::string
VectorName
; /// Vector Function Name associated to this VFInfo.
171
/// This routine mangles the given
VectorName
according to the LangRef
176
/// _ZGV<isa><mask><vlen><vparams>_<scalarname>(<
vectorname
>)
187
/// <
vectorname
> = the name of the vector function.
188
std::string mangleTLIVectorName(StringRef
VectorName
, StringRef ScalarName,
242
assert(CI.getModule()->getFunction(Shape.getValue().
VectorName
) &&
276
return M->getFunction(Info.
VectorName
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp
1301
std::string VFABI::mangleTLIVectorName(StringRef
VectorName
,
1313
Out << "_" << ScalarName << "(" <<
VectorName
<< ")";
1333
assert(CI.getModule()->getFunction(Info.getValue().
VectorName
) &&
Completed in 18 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026