Searched refs:VTBits (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1238 unsigned VTBits = VT.getSizeInBits(); local
1253 DAG.getConstant(VTBits, dl, MVT::i32), ShAmt);
1263 DAG.getConstant(VTBits, dl, MVT::i32));
1287 unsigned VTBits = VT.getSizeInBits(); local
1306 ISD::SUB, dl, MVT::i32, DAG.getConstant(VTBits, dl, MVT::i32), ShAmt);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3505 unsigned VTBits = VT.getScalarSizeInBits();
3526 return VTBits-Tmp+1;
3529 return VTBits-Tmp;
3532 Tmp = VTBits;
3541 if (SrcOp.getValueSizeInBits() != VTBits) {
3542 assert(SrcOp.getValueSizeInBits() > VTBits &&
3544 unsigned ExtraBits = SrcOp.getValueSizeInBits() - VTBits;
3580 assert(Tmp <= VTBits && "Failed to determine minimum sign bits");
3594 if (VTBits == SrcBits)
3600 if ((SrcBits % VTBits)
[all...]
H A DLegalizeIntegerTypes.cpp1979 unsigned VTBits = N->getValueType(0).getSizeInBits(); local
1984 if (Amt.ugt(VTBits)) {
2005 if (Amt.ugt(VTBits)) {
2026 if (Amt.ugt(VTBits)) {
H A DDAGCombiner.cpp9135 unsigned VTBits = SVT.getSizeInBits(); local
9157 Elts.push_back(DAG.getConstant(C.sext(VTBits), DL, SVT));
9159 Elts.push_back(DAG.getConstant(C.zext(VTBits), DL, SVT));
10572 unsigned VTBits = VT.getScalarSizeInBits(); local
10583 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1)
10626 if (DAG.MaskedValueIsZero(N0, APInt::getOneBitSet(VTBits, EVTBits - 1)))
10644 if (ShAmt->getAPIntValue().ule(VTBits - EVTBits)) {
10648 if (((VTBits - EVTBits) - ShAmt->getZExtValue()) < InSignBits)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1968 unsigned VTBits = VT.getSizeInBits(); local
1975 if (VTBits == 32 && STI.getSmVersion() >= 35) {
1998 DAG.getConstant(VTBits, dl, MVT::i32),
2002 DAG.getConstant(VTBits, dl, MVT::i32));
2008 DAG.getConstant(VTBits, dl, MVT::i32),
2029 unsigned VTBits = VT.getSizeInBits(); local
2035 if (VTBits == 32 && STI.getSmVersion() >= 35) {
2058 DAG.getConstant(VTBits, dl, MVT::i32),
2062 DAG.getConstant(VTBits, dl, MVT::i32));
2068 DAG.getConstant(VTBits, d
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6627 unsigned VTBits = VT.getScalarSizeInBits(); local
6628 if (SrcBitWidth > VTBits) { // PACK
6629 unsigned SrcExtraBits = SrcBitWidth - VTBits;
6634 assert (SrcBitWidth == VTBits && "Expected operands of same bitwidth.");
6674 unsigned VTBits = VT.getScalarSizeInBits(); local
6675 Tmp += VTBits - PackedOp.getScalarValueSizeInBits();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3100 unsigned VTBits = 2 * NVTBits; local
3104 if (Amt.ugt(VTBits)) {
3122 if (Amt.ugt(VTBits)) {
3142 if (Amt.ugt(VTBits)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5884 unsigned VTBits = VT.getSizeInBits(); local
5894 DAG.getConstant(VTBits, dl, MVT::i64), ShAmt);
5907 DAG.getConstant(VTBits, dl, MVT::i64));
5926 DAG.getConstant(VTBits - 1, dl, MVT::i64))
5941 unsigned VTBits = VT.getSizeInBits(); local
5949 DAG.getConstant(VTBits, dl, MVT::i64), ShAmt);
5962 DAG.getConstant(VTBits, dl, MVT::i64));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18484 unsigned VTBits = VT.getSizeInBits();
18494 DAG.getConstant(VTBits - 1, dl, MVT::i8));
18496 DAG.getConstant(VTBits - 1, dl, MVT::i8))
18512 DAG.getConstant(VTBits, dl, MVT::i8));
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5850 unsigned VTBits = VT.getSizeInBits(); local
5862 DAG.getConstant(VTBits, dl, MVT::i32), ShAmt);
5865 DAG.getConstant(VTBits, dl, MVT::i32));
5877 DAG.getConstant(VTBits - 1, dl, VT))
5894 unsigned VTBits = VT.getSizeInBits(); local
5904 DAG.getConstant(VTBits, dl, MVT::i32), ShAmt);
5910 DAG.getConstant(VTBits, dl, MVT::i32));

Completed in 462 milliseconds