OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScalarName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ReplaceWithVeclib.cpp
143
std::string
ScalarName
;
145
ScalarName
= Intrinsic::getName(IntrinsicID, ScalarTypes);
147
ScalarName
= Intrinsic::getName(IntrinsicID).str();
150
if (!TLI.isFunctionVectorizable(
ScalarName
)) {
160
std::string(TLI.getVectorizedFunction(
ScalarName
, VF));
163
<<
ScalarName
<< "` and vector width " << VF << ".\n");
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h
127
std::string
ScalarName
; /// Scalar Function Name.
153
/// _ZGV<isa><mask><vlen><parameters>_<
scalarname
>[(<redirection>)]
163
/// _ZGV<isa><mask><vlen><parameters>_<
scalarname
>[(<redirection>)].
176
/// _ZGV<isa><mask><vlen><vparams>_<
scalarname
>(<vectorname>)
186
/// <
scalarname
> = the name of the scalar function.
188
std::string mangleTLIVectorName(StringRef VectorName, StringRef
ScalarName
,
226
const StringRef
ScalarName
= CI.getCalledFunction()->getName();
241
if (Shape.hasValue() && (Shape.getValue().
ScalarName
==
ScalarName
)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
581
const StringRef
ScalarName
= CI.getCalledFunction()->getName();
582
bool Scalarize = TLI.isFunctionVectorizable(
ScalarName
);
587
TLI.getWidestVF(
ScalarName
, WidestFixedVF, WidestScalableVF);
590
Scalarize &= !TLI.isFunctionVectorizable(
ScalarName
, VF);
593
Scalarize &= !TLI.isFunctionVectorizable(
ScalarName
, VF);
Completed in 38 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026