OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VTBits
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp
1238
unsigned
VTBits
= VT.getSizeInBits();
1253
DAG.getConstant(
VTBits
, dl, MVT::i32), ShAmt);
1263
DAG.getConstant(
VTBits
, dl, MVT::i32));
1287
unsigned
VTBits
= VT.getSizeInBits();
1306
ISD::SUB, dl, MVT::i32, DAG.getConstant(
VTBits
, dl, MVT::i32), ShAmt);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
3678
unsigned
VTBits
= VT.getScalarSizeInBits();
3699
return
VTBits
-Tmp+1;
3702
return
VTBits
-Tmp;
3705
Tmp =
VTBits
;
3714
if (SrcOp.getValueSizeInBits() !=
VTBits
) {
3715
assert(SrcOp.getValueSizeInBits() >
VTBits
&&
3717
unsigned ExtraBits = SrcOp.getValueSizeInBits() -
VTBits
;
3753
assert(Tmp <=
VTBits
&& "Failed to determine minimum sign bits");
3767
if (
VTBits
== SrcBits)
3773
if ((SrcBits %
VTBits
) == 0)
[
all
...]
LegalizeIntegerTypes.cpp
2266
unsigned
VTBits
= N->getValueType(0).getSizeInBits();
2271
if (Amt.ugt(
VTBits
)) {
2292
if (Amt.ugt(
VTBits
)) {
2313
if (Amt.ugt(
VTBits
)) {
TargetLowering.cpp
6607
unsigned
VTBits
= VT.getScalarSizeInBits();
6608
assert(isPowerOf2_32(
VTBits
) && "Power-of-two integer type expected");
6624
DAG.getConstant(
VTBits
- 1, dl, ShAmtVT));
6626
DAG.getConstant(
VTBits
- 1, dl, ShAmtVT))
6642
DAG.getConstant(
VTBits
, dl, ShAmtVT));
DAGCombiner.cpp
10301
unsigned
VTBits
= SVT.getSizeInBits();
10323
Elts.push_back(DAG.getConstant(C.sext(
VTBits
), DL, SVT));
10325
Elts.push_back(DAG.getConstant(C.zext(
VTBits
), DL, SVT));
11809
unsigned
VTBits
= VT.getScalarSizeInBits();
11821
if (DAG.ComputeNumSignBits(N0) >= (
VTBits
- ExtVTBits + 1))
11874
if (DAG.MaskedValueIsZero(N0, APInt::getOneBitSet(
VTBits
, ExtVTBits - 1)))
11892
if (ShAmt->getAPIntValue().ule(
VTBits
- ExtVTBits)) {
11896
if (((
VTBits
- ExtVTBits) - ShAmt->getZExtValue()) < InSignBits)
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
1950
unsigned
VTBits
= VT.getSizeInBits();
1957
if (
VTBits
== 32 && STI.getSmVersion() >= 35) {
1980
DAG.getConstant(
VTBits
, dl, MVT::i32),
1984
DAG.getConstant(
VTBits
, dl, MVT::i32));
1990
DAG.getConstant(
VTBits
, dl, MVT::i32),
2011
unsigned
VTBits
= VT.getSizeInBits();
2017
if (
VTBits
== 32 && STI.getSmVersion() >= 35) {
2040
DAG.getConstant(
VTBits
, dl, MVT::i32),
2044
DAG.getConstant(
VTBits
, dl, MVT::i32));
2050
DAG.getConstant(
VTBits
, dl, MVT::i32)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp
4364
unsigned
VTBits
= 2 * NVTBits;
4368
if (Amt.ugt(
VTBits
)) {
4386
if (Amt.ugt(
VTBits
)) {
4406
if (Amt.ugt(
VTBits
)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
6954
unsigned
VTBits
= VT.getScalarSizeInBits();
6955
if (SrcBitWidth >
VTBits
) { // PACK
6956
unsigned SrcExtraBits = SrcBitWidth -
VTBits
;
6961
assert (SrcBitWidth ==
VTBits
&& "Expected operands of same bitwidth.");
7001
unsigned
VTBits
= VT.getScalarSizeInBits();
7002
Tmp +=
VTBits
- PackedOp.getScalarValueSizeInBits();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
6018
unsigned
VTBits
= VT.getSizeInBits();
6030
DAG.getConstant(
VTBits
, dl, MVT::i32), ShAmt);
6033
DAG.getConstant(
VTBits
, dl, MVT::i32));
6045
DAG.getConstant(
VTBits
- 1, dl, VT))
6062
unsigned
VTBits
= VT.getSizeInBits();
6072
DAG.getConstant(
VTBits
, dl, MVT::i32), ShAmt);
6078
DAG.getConstant(
VTBits
, dl, MVT::i32));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 166 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026