OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShiftAmountTy
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
1027
MVT
ShiftAmountTy
=
1029
if (ReqShiftAmountInBits >
ShiftAmountTy
.getSizeInBits())
1030
ShiftAmountTy
= MVT::getIntegerVT(NextPowerOf2(ReqShiftAmountInBits));
1032
DAG.getConstant(LoVT.getSizeInBits(), dl,
ShiftAmountTy
));
LegalizeDAG.cpp
2909
EVT
ShiftAmountTy
= TLI.getShiftAmountTy(VT, DAG.getDataLayout());
2912
SDValue ShiftCst = DAG.getConstant(BitsDiff, dl,
ShiftAmountTy
);
TargetLowering.cpp
6337
EVT
ShiftAmountTy
= getShiftAmountTy(VT, DAG.getDataLayout());
6338
if (APInt::getMaxValue(
ShiftAmountTy
.getSizeInBits()).ult(ShiftAmount)) {
6342
ShiftAmountTy
= MVT::i32;
6344
SDValue Shift = DAG.getConstant(ShiftAmount, dl,
ShiftAmountTy
);
DAGCombiner.cpp
6172
SDValue N1, EVT VT, EVT
ShiftAmountTy
) {
6204
SDValue ShAmt = DAG.getConstant(16, DL,
ShiftAmountTy
);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
7257
EVT
ShiftAmountTy
=
7259
SDValue SHLAmt = DAG.getConstant(NumSHLBits, dl,
ShiftAmountTy
);
13544
EVT
ShiftAmountTy
= getShiftAmountTy(N->getValueType(0), DAG.getDataLayout());
13546
DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl,
ShiftAmountTy
);
Completed in 80 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026