OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SplatIndex
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp
329
int
SplatIndex
= -1;
336
if (
SplatIndex
!= -1 &&
SplatIndex
!= M)
340
SplatIndex
= M;
342
assert((
SplatIndex
== -1 ||
SplatIndex
>= 0) && "Negative index?");
343
return
SplatIndex
;
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
2639
int
SplatIndex
= -1;
2642
SplatIndex
= V;
2647
return fitsRegularPattern<int>(Indices.begin(), 1, Indices.end(),
SplatIndex
,
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
1546
int &
SplatIndex
;
1547
m_SplatOrUndefMask(int &
SplatIndex
) :
SplatIndex
(
SplatIndex
) {}
1552
SplatIndex
= *First;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
1715
int
SplatIndex
;
1719
!match(MaskC, m_SplatOrUndefMask(
SplatIndex
)) ||
1728
if (isSplatValue(BO->getOperand(0),
SplatIndex
)) {
1731
} else if (isSplatValue(BO->getOperand(1),
SplatIndex
)) {
1742
SmallVector<int, 8> NewMask(MaskC.size(),
SplatIndex
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
20745
int
SplatIndex
= -1;
20758
if (
SplatIndex
== -1)
20759
SplatIndex
= InnerMaskElt;
20762
if (
SplatIndex
!= InnerMaskElt)
20945
int
SplatIndex
= SVN->getSplatIndex();
20946
if (N0.hasOneUse() && TLI.isExtractVecEltCheap(VT,
SplatIndex
) &&
20953
SDValue Index = DAG.getVectorIdxConstant(
SplatIndex
, DL);
20999
SDValue Splatted = V->getOperand(
SplatIndex
);
Completed in 61 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026