OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Op0Hi
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
1130
SDValue Op0Lo,
Op0Hi
;
1131
GetSplitVector(N->getOperand(0), Op0Lo,
Op0Hi
);
1140
Hi = DAG.getNode(N->getOpcode(), dl,
Op0Hi
.getValueType(),
Op0Hi
, Op1Hi,
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
10241
SDValue
Op0Hi
= DAG.getNode(UnpkHi, dl, WidenedVT, Op.getOperand(0));
10244
SDValue ResultHi = DAG.getNode(Op.getOpcode(), dl, WidenedVT,
Op0Hi
, Op1Hi);
17518
SDValue
Op0Hi
= DAG.getNode(UnpkHi, dl, ScalableWidenedVT, Op0);
17524
Op0Hi
= convertFromScalableVector(DAG, FixedWidenedVT,
Op0Hi
);
17529
Op0Hi
, Op1Hi);
Completed in 88 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026