OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SplatIdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp
326
unsigned encodeSplatOperand(unsigned
SplatIdx
) {
327
assert(
SplatIdx
< 7 && "
SplatIdx
out of encodable range");
328
return encodeFlag(
SplatIdx
+ 1, "SplatOperandMask");
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
2586
SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &
SplatIdx
) {
2603
SplatIdx
= 0;
2607
SplatIdx
= 0;
2610
SplatIdx
= (UndefElts & DemandedElts).countTrailingOnes();
2617
SplatIdx
= 0;
2631
SplatIdx
= Idx % NumElts;
2640
int
SplatIdx
;
2641
if (SDValue SrcVector = getSplatSourceVector(V,
SplatIdx
)) {
2652
getVectorIdxConstant(
SplatIdx
, SDLoc(V)));
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
9718
int
SplatIdx
=
9727
SplatIdx
+= IsFourByte ? 2 : 1;
9728
assert((
SplatIdx
< (IsFourByte ? 4 : 2)) &&
9737
Offset = isLittleEndian ? (3 -
SplatIdx
) * 4 :
SplatIdx
* 4;
9739
Offset = isLittleEndian ? (1 -
SplatIdx
) * 8 :
SplatIdx
* 8;
9848
int
SplatIdx
= PPC::getSplatIdxForPPCMnemonics(SVOp, 4, DAG);
9852
DAG.getConstant(
SplatIdx
, dl, MVT::i32));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
9181
int
SplatIdx
= -1;
9192
if (
SplatIdx
< 0)
9193
SplatIdx
= idx;
9194
else if (In != Op.getOperand(
SplatIdx
))
9204
SDValue Cond = Op.getOperand(
SplatIdx
);
[
all
...]
Completed in 87 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026