OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScalarResult
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
1493
SDValue
ScalarResult
= ScalarOp.getValue(0);
1498
ScalarResult
= DAG.getSelect(dl, EltVT,
ScalarResult
,
1503
OpValues.push_back(
ScalarResult
);
SelectionDAG.cpp
5249
SDValue
ScalarResult
= getNode(Opcode, DL, SVT, V1, V2);
5251
ScalarResult
= getNode(ISD::SIGN_EXTEND, DL, LegalSVT,
ScalarResult
);
5254
if (!
ScalarResult
.isUndef() &&
ScalarResult
.getOpcode() != ISD::Constant &&
5255
ScalarResult
.getOpcode() != ISD::ConstantFP)
5257
Outputs.push_back(
ScalarResult
);
5363
SDValue
ScalarResult
= getNode(Opcode, DL, SVT, ScalarOps, Flags);
5367
ScalarResult
= getNode(ISD::SIGN_EXTEND, DL, LegalSVT,
ScalarResult
);
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026