OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SmallVT
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
1359
EVT
SmallVT
= LHS.getValueType();
1381
unsigned Shift =
SmallVT
.getScalarSizeInBits();
1391
Mul, DAG.getValueType(
SmallVT
));
TargetLowering.cpp
554
/// Convert x+y to (VT)((
SmallVT
)x+(
SmallVT
)y) if the casts are free.
585
EVT
SmallVT
= EVT::getIntegerVT(*DAG.getContext(), SmallVTBits);
586
if (TLI.isTruncateFree(Op.getValueType(),
SmallVT
) &&
587
TLI.isZExtFree(
SmallVT
, Op.getValueType())) {
590
Op.getOpcode(), dl,
SmallVT
,
591
DAG.getNode(ISD::TRUNCATE, dl,
SmallVT
, Op.getOperand(0)),
592
DAG.getNode(ISD::TRUNCATE, dl,
SmallVT
, Op.getOperand(1)));
SelectionDAGBuilder.cpp
8953
EVT
SmallVT
= EVT::getIntegerVT(*DAG.getContext(), Bits);
8958
DAG.getValueType(
SmallVT
));
DAGCombiner.cpp
8818
EVT
SmallVT
= N0.getOperand(0).getValueType();
8819
unsigned BitSize =
SmallVT
.getScalarSizeInBits();
8823
if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL,
SmallVT
)) {
8826
SDValue SmallShift = DAG.getNode(ISD::SRL, DL0,
SmallVT
,
8829
getShiftAmountTy(
SmallVT
)));
20325
EVT
SmallVT
= V.getOperand(1).getValueType();
20326
if (!NVT.bitsEq(
SmallVT
))
20335
if (InsIdx *
SmallVT
.getScalarSizeInBits() ==
Completed in 60 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026