66 if (
F.getFnAttribute(
"disable-tail-calls").getValueAsBool())
72 AttrBuilder CallerAttrs(
F.getContext(),
F.getAttributes().getRetAttrs());
73 for (
const auto &Attr : {Attribute::Alignment, Attribute::Dereferenceable,
74 Attribute::DereferenceableOrNull, Attribute::NoAlias,
75 Attribute::NonNull, Attribute::NoUndef,
76 Attribute::Range, Attribute::NoFPClass})
77 CallerAttrs.removeAttribute(Attr);
79 if (CallerAttrs.hasAttributes())
83 if (CallerAttrs.contains(Attribute::ZExt) ||
84 CallerAttrs.contains(Attribute::SExt))
95 for (
unsigned I = 0, E = ArgLocs.
size();
I != E; ++
I) {
122 IsSExt =
Call->paramHasAttr(ArgIdx, Attribute::SExt);
123 IsZExt =
Call->paramHasAttr(ArgIdx, Attribute::ZExt);
124 IsNoExt =
Call->paramHasAttr(ArgIdx, Attribute::NoExt);
125 IsInReg =
Call->paramHasAttr(ArgIdx, Attribute::InReg);
126 IsSRet =
Call->paramHasAttr(ArgIdx, Attribute::StructRet);
127 IsNest =
Call->paramHasAttr(ArgIdx, Attribute::Nest);
128 IsByVal =
Call->paramHasAttr(ArgIdx, Attribute::ByVal);
138 "multiple ABI attributes?");
154std::pair<SDValue, SDValue>
159 if (LibcallImpl == RTLIB::Unsupported)
166 Args.reserve(
Ops.size());
169 for (
unsigned i = 0; i <
Ops.size(); ++i) {
171 Type *Ty = i < OpsTypeOverrides.
size() && OpsTypeOverrides[i]
172 ? OpsTypeOverrides[i]
181 Entry.IsZExt = !Entry.IsSExt;
185 Entry.IsSExt = Entry.IsZExt =
false;
187 Args.push_back(Entry);
194 Type *OrigRetTy = RetTy;
197 bool zeroExtend = !signExtend;
202 signExtend = zeroExtend =
false;
208 Callee, std::move(Args))
218 LLVMContext &Context, std::vector<EVT> &MemOps,
unsigned Limit,
219 const MemOp &
Op,
unsigned DstAS,
unsigned SrcAS,
223 if (VT == MVT::Other) {
225 VT = MVT::LAST_INTEGER_VALUETYPE;
226 if (
Op.isFixedDstAlign()) {
227 bool LoadsFromSrc =
Op.isMemcpyOrMemmove() && !
Op.isMemcpyStrSrc();
228 while (VT != MVT::i8) {
231 Op.getDstAlign() >= VTSize ||
234 !LoadsFromSrc ||
Op.getSrcAlign() >= VTSize ||
244 MVT LVT = MVT::LAST_INTEGER_VALUETYPE;
255 unsigned NumMemOps = 0;
256 uint64_t
Size =
Op.size();
259 while (VTSize >
Size) {
270 else if (NewVT == MVT::i64 &&
282 if (NewVT == MVT::i8)
291 if (NumMemOps && !
Op.isVolatile() && NewVTSize <
Size &&
293 VT, DstAS,
Op.isFixedDstAlign() ?
Op.getDstAlign() :
Align(1),
303 if (++NumMemOps > Limit)
306 MemOps.push_back(VT);
331static std::pair<RTLIB::Libcall, ISD::CondCode>
333 RTLIB::Libcall TriStateLC, RTLIB::Libcall GenericLC,
338 return {TriStateLC, TriStateCC};
339 return {GenericLC, TriStateCC};
348 bool IsSignaling)
const {
353 assert((VT == MVT::f32 || VT == MVT::f64 || VT == MVT::f128 || VT == MVT::ppcf128)
354 &&
"Unsupported setcc type!");
357 RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL;
359 bool ShouldInvertCC =
false;
363#define FP_CMP_LIBCALL(BASE) \
364 RTLIB::getFPLibCall(VT, RTLIB::BASE##_F32, RTLIB::BASE##_F64, \
365 RTLIB::UNKNOWN_LIBCALL, RTLIB::BASE##_F128, \
366 RTLIB::BASE##_PPCF128)
386 ShouldInvertCC =
true;
414 ShouldInvertCC =
true;
423 ShouldInvertCC =
true;
434 ShouldInvertCC =
true;
476 "no libcall available to soften floating-point compare");
480 if (ShouldInvertCC) {
482 CCCode = getSetCCInverse(CCCode, RetVT);
485 if (LC2 == RTLIB::UNKNOWN_LIBCALL) {
491 "no libcall available to soften floating-point compare");
495 "unordered call should be simple boolean");
505 auto Call2 =
makeLibCall(DAG, LC2, RetVT,
Ops, CallOptions, dl, Chain);
508 CCCode = getSetCCInverse(CCCode, RetVT);
509 NewLHS = DAG.
getSetCC(dl, SetCCVT, Call2.first, NewRHS, CCCode);
562 if (!TM.shouldAssumeDSOLocal(GV))
582 const APInt &DemandedElts,
585 unsigned Opcode =
Op.getOpcode();
604 if (!Op1C || Op1C->isOpaque())
608 const APInt &
C = Op1C->getAPIntValue();
613 EVT VT =
Op.getValueType();
630 EVT VT =
Op.getValueType();
645 "ShrinkDemandedOp only supports binary operators!");
646 assert(
Op.getNode()->getNumValues() == 1 &&
647 "ShrinkDemandedOp only supports nodes with one result!");
649 EVT VT =
Op.getValueType();
658 Op.getOperand(1).getValueType().getScalarSizeInBits() ==
BitWidth &&
659 "ShrinkDemandedOp only supports operands that have the same size!");
663 if (!
Op.getNode()->hasOneUse())
679 unsigned Opcode =
Op.getOpcode();
689 assert(DemandedSize <= SmallVTBits &&
"Narrowed below demanded bits?");
713 const APInt &DemandedElts,
733 bool AssumeSingleUse)
const {
734 EVT VT =
Op.getValueType();
750 EVT VT =
Op.getValueType();
768 switch (
Op.getOpcode()) {
774 EVT SrcVT = Src.getValueType();
775 EVT DstVT =
Op.getValueType();
781 if (NumSrcEltBits == NumDstEltBits)
786 if (SrcVT.
isVector() && (NumDstEltBits % NumSrcEltBits) == 0) {
787 unsigned Scale = NumDstEltBits / NumSrcEltBits;
790 for (
unsigned i = 0; i != Scale; ++i) {
791 unsigned EltOffset = IsLE ? i : (Scale - 1 - i);
792 unsigned BitOffset = EltOffset * NumSrcEltBits;
793 DemandedSrcBits |=
DemandedBits.extractBits(NumSrcEltBits, BitOffset);
801 Src, DemandedSrcBits, DemandedSrcElts, DAG,
Depth + 1))
806 if (IsLE && (NumSrcEltBits % NumDstEltBits) == 0) {
807 unsigned Scale = NumSrcEltBits / NumDstEltBits;
811 for (
unsigned i = 0; i != NumElts; ++i)
812 if (DemandedElts[i]) {
813 unsigned Offset = (i % Scale) * NumDstEltBits;
815 DemandedSrcElts.
setBit(i / Scale);
819 Src, DemandedSrcBits, DemandedSrcElts, DAG,
Depth + 1))
833 return Op.getOperand(0);
835 return Op.getOperand(1);
846 return Op.getOperand(0);
848 return Op.getOperand(1);
858 return Op.getOperand(0);
860 return Op.getOperand(1);
870 DemandedElts, 1,
Depth + 1))
871 return Op.getOperand(0);
874 DemandedElts, 0,
Depth + 1))
875 return Op.getOperand(1);
881 if (std::optional<unsigned> MaxSA =
884 unsigned ShAmt = *MaxSA;
885 unsigned NumSignBits =
888 if (NumSignBits > ShAmt && (NumSignBits - ShAmt) >= (UpperDemandedBits))
896 if (std::optional<unsigned> MaxSA =
899 unsigned ShAmt = *MaxSA;
903 unsigned NumSignBits =
942 if (NumSignBits >= (
BitWidth - ExBits + 1))
955 EVT SrcVT = Src.getValueType();
956 EVT DstVT =
Op.getValueType();
957 if (IsLE && DemandedElts == 1 &&
973 !DemandedElts[CIdx->getZExtValue()])
983 uint64_t Idx =
Op.getConstantOperandVal(2);
984 unsigned NumSubElts =
Sub.getValueType().getVectorNumElements();
987 if (DemandedSubElts == 0)
997 bool AllUndef =
true, IdentityLHS =
true, IdentityRHS =
true;
998 for (
unsigned i = 0; i != NumElts; ++i) {
999 int M = ShuffleMask[i];
1000 if (M < 0 || !DemandedElts[i])
1003 IdentityLHS &= (M == (int)i);
1004 IdentityRHS &= ((M - NumElts) == i);
1010 return Op.getOperand(0);
1012 return Op.getOperand(1);
1032 unsigned Depth)
const {
1033 EVT VT =
Op.getValueType();
1046 unsigned Depth)
const {
1060 "SRL or SRA node is required here!");
1063 if (!N1C || !N1C->
isOne())
1110 unsigned ShiftOpc =
Op.getOpcode();
1111 bool IsSigned =
false;
1115 unsigned NumSigned = std::min(NumSignedA, NumSignedB) - 1;
1120 unsigned NumZero = std::min(NumZeroA, NumZeroB);
1126 if (NumZero >= 2 && NumSigned < NumZero) {
1131 if (NumSigned >= 1) {
1139 if (NumZero >= 1 && NumSigned < NumZero) {
1159 EVT VT =
Op.getValueType();
1173 Add.getOperand(1)) &&
1204 unsigned Depth,
bool AssumeSingleUse)
const {
1207 "Mask size mismatches value type size!");
1212 EVT VT =
Op.getValueType();
1214 unsigned NumElts = OriginalDemandedElts.
getBitWidth();
1216 "Unexpected vector size");
1219 APInt DemandedElts = OriginalDemandedElts;
1244 bool HasMultiUse =
false;
1245 if (!AssumeSingleUse && !
Op.getNode()->hasOneUse()) {
1254 }
else if (OriginalDemandedBits == 0 || OriginalDemandedElts == 0) {
1263 switch (
Op.getOpcode()) {
1267 if (!DemandedElts[0])
1272 unsigned SrcBitWidth = Src.getScalarValueSizeInBits();
1279 if (DemandedElts == 1)
1315 EVT MemVT = LD->getMemoryVT();
1317 Known.Zero.setBitsFrom(MemBits);
1332 APInt DemandedVecElts(DemandedElts);
1334 unsigned Idx = CIdx->getZExtValue();
1338 if (!DemandedElts[Idx])
1355 if (!!DemandedVecElts)
1367 uint64_t Idx =
Op.getConstantOperandVal(2);
1368 unsigned NumSubElts =
Sub.getValueType().getVectorNumElements();
1370 APInt DemandedSrcElts = DemandedElts;
1371 DemandedSrcElts.
clearBits(Idx, Idx + NumSubElts);
1381 Known.setAllConflict();
1382 if (!!DemandedSubElts)
1384 if (!!DemandedSrcElts)
1394 if (NewSub || NewSrc) {
1395 NewSub = NewSub ? NewSub :
Sub;
1396 NewSrc = NewSrc ? NewSrc : Src;
1409 if (Src.getValueType().isScalableVector())
1411 uint64_t Idx =
Op.getConstantOperandVal(1);
1412 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
1413 APInt DemandedSrcElts = DemandedElts.
zext(NumSrcElts).
shl(Idx);
1434 Known.setAllConflict();
1435 EVT SubVT =
Op.getOperand(0).getValueType();
1436 unsigned NumSubVecs =
Op.getNumOperands();
1438 for (
unsigned i = 0; i != NumSubVecs; ++i) {
1439 APInt DemandedSubElts =
1440 DemandedElts.
extractBits(NumSubElts, i * NumSubElts);
1442 Known2, TLO,
Depth + 1))
1445 if (!!DemandedSubElts)
1455 APInt DemandedLHS, DemandedRHS;
1460 if (!!DemandedLHS || !!DemandedRHS) {
1464 Known.setAllConflict();
1465 if (!!DemandedLHS) {
1471 if (!!DemandedRHS) {
1483 if (DemandedOp0 || DemandedOp1) {
1484 Op0 = DemandedOp0 ? DemandedOp0 : Op0;
1485 Op1 = DemandedOp1 ? DemandedOp1 : Op1;
1520 LHSKnown.
One == ~RHSC->getAPIntValue()) {
1543 unsigned NumSubElts =
1564 Known2, TLO,
Depth + 1))
1590 if (DemandedOp0 || DemandedOp1) {
1591 Op0 = DemandedOp0 ? DemandedOp0 : Op0;
1592 Op1 = DemandedOp1 ? DemandedOp1 : Op1;
1611 Known2, TLO,
Depth + 1)) {
1635 if (DemandedOp0 || DemandedOp1) {
1636 Op0 = DemandedOp0 ? DemandedOp0 : Op0;
1637 Op1 = DemandedOp1 ? DemandedOp1 : Op1;
1695 if (
C->getAPIntValue() == Known2.
One) {
1704 if (!
C->isAllOnes() &&
DemandedBits.isSubsetOf(
C->getAPIntValue())) {
1716 if (ShiftC->getAPIntValue().ult(
BitWidth)) {
1717 uint64_t ShiftAmt = ShiftC->getZExtValue();
1720 : Ones.
lshr(ShiftAmt);
1737 if (!
C || !
C->isAllOnes())
1747 if (DemandedOp0 || DemandedOp1) {
1748 Op0 = DemandedOp0 ? DemandedOp0 : Op0;
1749 Op1 = DemandedOp1 ? DemandedOp1 : Op1;
1763 Known2, TLO,
Depth + 1))
1778 Known2, TLO,
Depth + 1))
1789 Known2, TLO,
Depth + 1))
1813 DemandedElts, KnownOp0, TLO,
Depth + 1))
1836 Known.Zero.setBitsFrom(1);
1844 if (std::optional<unsigned> KnownSA =
1846 unsigned ShAmt = *KnownSA;
1856 if (std::optional<unsigned> InnerSA =
1858 unsigned C1 = *InnerSA;
1860 int Diff = ShAmt - C1;
1879 if (ShAmt < InnerBits &&
DemandedBits.getActiveBits() <= InnerBits &&
1897 InnerOp, DemandedElts,
Depth + 2)) {
1898 unsigned InnerShAmt = *SA2;
1899 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits &&
1901 (InnerBits - InnerShAmt + ShAmt) &&
1924 Known.Zero.setLowBits(ShAmt);
1929 Op0, InDemandedMask, DemandedElts, TLO.
DAG,
Depth + 1);
1940 Op.getNode()->hasOneUse()) {
1951 assert(DemandedSize <= SmallVTBits &&
1952 "Narrowed below demanded bits?");
1978 if (
bool IsNUW = (
Known.countMinLeadingZeros() >= HalfWidth)) {
1979 bool IsNSW =
Known.countMinSignBits() > HalfWidth;
1982 Flags.setNoUnsignedWrap(IsNUW);
1987 NewShiftAmt, Flags);
2013 if (std::optional<unsigned> MaxSA =
2015 unsigned ShAmt = *MaxSA;
2016 unsigned NumSignBits =
2019 if (NumSignBits > ShAmt && (NumSignBits - ShAmt) >= (UpperDemandedBits))
2029 if (std::optional<unsigned> KnownSA =
2031 unsigned ShAmt = *KnownSA;
2041 if (std::optional<unsigned> InnerSA =
2043 unsigned C1 = *InnerSA;
2045 int Diff = ShAmt - C1;
2061 if (std::optional<unsigned> InnerSA =
2063 unsigned C1 = *InnerSA;
2065 unsigned Combined = std::min(C1 + ShAmt,
BitWidth - 1);
2077 if (
Op->getFlags().hasExact())
2107 Known.Zero.setHighBits(ShAmt);
2112 Op0, InDemandedMask, DemandedElts, TLO.
DAG,
Depth + 1);
2126 if (std::optional<unsigned> MaxSA =
2128 unsigned ShAmt = *MaxSA;
2132 unsigned NumSignBits =
2141 DemandedElts,
Depth + 1))
2165 if (std::optional<unsigned> KnownSA =
2167 unsigned ShAmt = *KnownSA;
2174 if (std::optional<unsigned> InnerSA =
2176 unsigned LowBits =
BitWidth - ShAmt;
2181 if (*InnerSA == ShAmt) {
2191 unsigned NumSignBits =
2193 if (NumSignBits > ShAmt)
2203 if (
Op->getFlags().hasExact())
2235 Known.One.setHighBits(ShAmt);
2240 Op0, InDemandedMask, DemandedElts, TLO.
DAG,
Depth + 1);
2250 DemandedElts,
Depth + 1))
2263 unsigned Amt = SA->getAPIntValue().urem(
BitWidth);
2285 Known2 <<= (IsFSHL ? Amt : (
BitWidth - Amt));
2293 Op0, Demanded0, DemandedElts, TLO.
DAG,
Depth + 1);
2295 Op1, Demanded1, DemandedElts, TLO.
DAG,
Depth + 1);
2296 if (DemandedOp0 || DemandedOp1) {
2297 DemandedOp0 = DemandedOp0 ? DemandedOp0 : Op0;
2298 DemandedOp1 = DemandedOp1 ? DemandedOp1 : Op1;
2314 unsigned MaxShiftAmt =
2346 unsigned Amt = SA->getAPIntValue().urem(
BitWidth);
2362 DemandedBits.countr_zero() >= (IsROTL ? Amt : RevAmt)) {
2367 DemandedBits.countl_zero() >= (IsROTL ? RevAmt : Amt)) {
2386 unsigned Opc =
Op.getOpcode();
2393 unsigned NumSignBits =
2397 if (NumSignBits >= NumDemandedUpperBits)
2463 unsigned ShiftAmount = NLZ > NTZ ? NLZ - NTZ : NTZ - NLZ;
2510 Known.One.clearAllBits();
2523 unsigned MinSignedBits =
2525 bool AlreadySignExtended = ExVTBits >= MinSignedBits;
2528 if (!AlreadySignExtended) {
2546 InputDemandedBits.
setBit(ExVTBits - 1);
2556 if (
Known.Zero[ExVTBits - 1])
2560 if (
Known.One[ExVTBits - 1]) {
2561 Known.One.setBitsFrom(ExVTBits);
2570 EVT HalfVT =
Op.getOperand(0).getValueType();
2593 EVT SrcVT = Src.getValueType();
2602 if (IsLE && IsVecInReg && DemandedElts == 1 &&
2613 APInt InDemandedElts = DemandedElts.
zext(InElts);
2619 assert(
Known.getBitWidth() == InBits &&
"Src width has changed?");
2624 Src, InDemandedBits, InDemandedElts, TLO.
DAG,
Depth + 1))
2634 EVT SrcVT = Src.getValueType();
2639 APInt InDemandedElts = DemandedElts.
zext(InElts);
2644 InDemandedBits.
setBit(InBits - 1);
2650 if (IsLE && IsVecInReg && DemandedElts == 1 &&
2668 assert(
Known.getBitWidth() == InBits &&
"Src width has changed?");
2674 if (
Known.isNonNegative()) {
2687 Src, InDemandedBits, InDemandedElts, TLO.
DAG,
Depth + 1))
2697 EVT SrcVT = Src.getValueType();
2704 if (IsLE && IsVecInReg && DemandedElts == 1 &&
2709 APInt InDemandedElts = DemandedElts.
zext(InElts);
2713 assert(
Known.getBitWidth() == InBits &&
"Src width has changed?");
2718 Src, InDemandedBits, InDemandedElts, TLO.
DAG,
Depth + 1))
2727 unsigned OperandBitWidth = Src.getScalarValueSizeInBits();
2740 Src, TruncMask, DemandedElts, TLO.
DAG,
Depth + 1))
2745 switch (Src.getOpcode()) {
2756 if (Src.getNode()->hasOneUse()) {
2768 std::optional<unsigned> ShAmtC =
2770 if (!ShAmtC || *ShAmtC >=
BitWidth)
2772 unsigned ShVal = *ShAmtC;
2802 Known.Zero |= ~InMask;
2809 ElementCount SrcEltCnt = Src.getValueType().getVectorElementCount();
2810 unsigned EltBitWidth = Src.getScalarValueSizeInBits();
2819 if (CIdx->getAPIntValue().ult(NumSrcElts))
2826 DemandedSrcBits = DemandedSrcBits.
trunc(EltBitWidth);
2835 Src, DemandedSrcBits, DemandedSrcElts, TLO.
DAG,
Depth + 1)) {
2837 TLO.
DAG.
getNode(
Op.getOpcode(), dl, VT, DemandedSrc, Idx);
2851 EVT SrcVT = Src.getValueType();
2863 unsigned ShVal =
Op.getValueSizeInBits() - 1;
2873 unsigned Scale =
BitWidth / NumSrcEltBits;
2876 for (
unsigned i = 0; i != Scale; ++i) {
2877 unsigned EltOffset = IsLE ? i : (Scale - 1 - i);
2878 unsigned BitOffset = EltOffset * NumSrcEltBits;
2879 DemandedSrcBits |=
DemandedBits.extractBits(NumSrcEltBits, BitOffset);
2886 APInt KnownSrcUndef, KnownSrcZero;
2888 KnownSrcZero, TLO,
Depth + 1))
2893 KnownSrcBits, TLO,
Depth + 1))
2895 }
else if (IsLE && (NumSrcEltBits %
BitWidth) == 0) {
2897 unsigned Scale = NumSrcEltBits /
BitWidth;
2901 for (
unsigned i = 0; i != NumElts; ++i)
2902 if (DemandedElts[i]) {
2905 DemandedSrcElts.
setBit(i / Scale);
2909 APInt KnownSrcUndef, KnownSrcZero;
2911 KnownSrcZero, TLO,
Depth + 1))
2917 KnownSrcBits, TLO,
Depth + 1))
2923 Src, DemandedSrcBits, DemandedSrcElts, TLO.
DAG,
Depth + 1)) {
2945 if (
C &&
C->getAPIntValue().countr_zero() == CTZ) {
2961 if (
Op.getOperand(0).getValueType() !=
Op.getOperand(1).getValueType())
2969 SDValue Op0 =
Op.getOperand(0), Op1 =
Op.getOperand(1);
2974 auto GetDemandedBitsLHSMask = [&](
APInt Demanded,
2983 DemandedElts, KnownOp0, TLO,
Depth + 1) ||
3000 Op0, LoMask, DemandedElts, TLO.
DAG,
Depth + 1);
3002 Op1, LoMask, DemandedElts, TLO.
DAG,
Depth + 1);
3003 if (DemandedOp0 || DemandedOp1) {
3004 Op0 = DemandedOp0 ? DemandedOp0 : Op0;
3005 Op1 = DemandedOp1 ? DemandedOp1 : Op1;
3019 if (
C && !
C->isAllOnes() && !
C->isOne() &&
3020 (
C->getAPIntValue() | HighMask).isAllOnes()) {
3032 auto getShiftLeftAmt = [&HighMask](
SDValue Mul) ->
unsigned {
3059 if (
unsigned ShAmt = getShiftLeftAmt(Op0))
3062 if (
unsigned ShAmt = getShiftLeftAmt(Op1))
3063 return foldMul(
ISD::SUB, Op1.getOperand(0), Op0, ShAmt);
3067 if (
unsigned ShAmt = getShiftLeftAmt(Op1))
3068 return foldMul(
ISD::ADD, Op1.getOperand(0), Op0, ShAmt);
3076 Op.getOpcode() !=
ISD::SUB, Flags.hasNoSignedWrap(),
3077 Flags.hasNoUnsignedWrap(), KnownOp0, KnownOp1);
3092 if (
Known.isNonNegative())
3094 if (
Known.isNegative())
3098 Known.Zero |= SignMask;
3099 Known.One &= ~SignMask;
3130 Known.Zero &= ~SignMask0;
3131 Known.One &= ~SignMask0;
3145 if (!
Known.isSignUnknown()) {
3146 Known.Zero ^= SignMask;
3147 Known.One ^= SignMask;
3158 if (
Op.getValueType().isScalableVector())
3177 auto *C = dyn_cast<ConstantSDNode>(V);
3178 return C && C->isOpaque();
3192 if (HasMultiUse &&
Known.isUnknown() && !OriginalDemandedElts.
isAllOnes())
3199 const APInt &DemandedElts,
3205 APInt KnownUndef, KnownZero;
3219 const APInt &UndefOp0,
3220 const APInt &UndefOp1) {
3223 "Vector binop only");
3228 UndefOp1.
getBitWidth() == NumElts &&
"Bad type for undef analysis");
3230 auto getUndefOrConstantElt = [&](
SDValue V,
unsigned Index,
3231 const APInt &UndefVals) {
3232 if (UndefVals[Index])
3248 for (
unsigned i = 0; i != NumElts; ++i) {
3267 bool AssumeSingleUse)
const {
3268 EVT VT =
Op.getValueType();
3269 unsigned Opcode =
Op.getOpcode();
3270 APInt DemandedElts = OriginalDemandedElts;
3284 "Mask size mismatches value type element count!");
3293 if (!AssumeSingleUse && !
Op.getNode()->hasOneUse())
3297 if (DemandedElts == 0) {
3315 assert(ShrunkSize % EltSizeInBits == 0 &&
3316 "Shrunk size not a multiple of element size");
3318 "Shrunk size must be < original vector size");
3320 "Shrunk size must be >= demanded size");
3335 auto SimplifyDemandedVectorEltsBinOp = [&](
SDValue Op0,
SDValue Op1) {
3340 if (NewOp0 || NewOp1) {
3343 NewOp1 ? NewOp1 : Op1,
Op->getFlags());
3347 if (TryShrinkBinOp(Op0, Op1))
3355 if (!DemandedElts[0])
3362 EVT SrcVT = Src.getValueType();
3369 for (
unsigned I = 0;
I != NumElts; ++
I) {
3370 if (DemandedElts[
I]) {
3371 unsigned Offset =
I * EltSize;
3384 if (NumSrcElts == NumElts)
3386 KnownZero, TLO,
Depth + 1);
3388 APInt SrcDemandedElts, SrcZero, SrcUndef;
3392 if ((NumElts % NumSrcElts) == 0) {
3393 unsigned Scale = NumElts / NumSrcElts;
3405 for (
unsigned i = 0; i != NumElts; ++i)
3406 if (DemandedElts[i]) {
3407 unsigned Ofs = (i % Scale) * EltSizeInBits;
3408 SrcDemandedBits.
setBits(Ofs, Ofs + EltSizeInBits);
3420 for (
unsigned SubElt = 0; SubElt != Scale; ++SubElt) {
3421 if (!
Known.Zero.extractBits(EltSizeInBits, SubElt * EltSizeInBits)
3424 for (
unsigned SrcElt = 0; SrcElt != NumSrcElts; ++SrcElt) {
3425 unsigned Elt = Scale * SrcElt + SubElt;
3428 if (DemandedElts[Elt] && !SrcUndef[SrcElt])
3436 for (
unsigned i = 0; i != NumSrcElts; ++i) {
3437 if (SrcDemandedElts[i]) {
3439 KnownZero.
setBits(i * Scale, (i + 1) * Scale);
3441 KnownUndef.
setBits(i * Scale, (i + 1) * Scale);
3449 if ((NumSrcElts % NumElts) == 0) {
3450 unsigned Scale = NumSrcElts / NumElts;
3458 for (
unsigned i = 0; i != NumElts; ++i) {
3459 if (DemandedElts[i]) {
3488 if (!IsPromotedLoad)
3499 [&](
SDValue Elt) { return Op.getOperand(0) != Elt; })) {
3501 bool Updated =
false;
3502 for (
unsigned i = 0; i != NumElts; ++i) {
3513 for (
unsigned i = 0; i != NumElts; ++i) {
3515 if (
SrcOp.isUndef()) {
3517 }
else if (EltSizeInBits ==
SrcOp.getScalarValueSizeInBits() &&
3525 EVT SubVT =
Op.getOperand(0).getValueType();
3526 unsigned NumSubVecs =
Op.getNumOperands();
3528 for (
unsigned i = 0; i != NumSubVecs; ++i) {
3531 APInt SubUndef, SubZero;
3535 KnownUndef.
insertBits(SubUndef, i * NumSubElts);
3536 KnownZero.
insertBits(SubZero, i * NumSubElts);
3541 bool FoundNewSub =
false;
3543 for (
unsigned i = 0; i != NumSubVecs; ++i) {
3547 SubOp, SubElts, TLO.
DAG,
Depth + 1);
3548 DemandedSubOps.
push_back(NewSubOp ? NewSubOp : SubOp);
3549 FoundNewSub = NewSubOp ?
true : FoundNewSub;
3564 uint64_t Idx =
Op.getConstantOperandVal(2);
3565 unsigned NumSubElts =
Sub.getValueType().getVectorNumElements();
3567 APInt DemandedSrcElts = DemandedElts;
3568 DemandedSrcElts.
clearBits(Idx, Idx + NumSubElts);
3571 if (!DemandedSubElts)
3574 APInt SubUndef, SubZero;
3580 if (!DemandedSrcElts && !Src.isUndef())
3594 Src, DemandedSrcElts, TLO.
DAG,
Depth + 1);
3597 if (NewSrc || NewSub) {
3598 NewSrc = NewSrc ? NewSrc : Src;
3599 NewSub = NewSub ? NewSub :
Sub;
3601 NewSub,
Op.getOperand(2));
3610 if (Src.getValueType().isScalableVector())
3612 uint64_t Idx =
Op.getConstantOperandVal(1);
3613 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
3614 APInt DemandedSrcElts = DemandedElts.
zext(NumSrcElts).
shl(Idx);
3616 APInt SrcUndef, SrcZero;
3640 if (CIdx && CIdx->getAPIntValue().ult(NumElts)) {
3641 unsigned Idx = CIdx->getZExtValue();
3642 if (!DemandedElts[Idx])
3645 APInt DemandedVecElts(DemandedElts);
3648 KnownZero, TLO,
Depth + 1))
3657 APInt VecUndef, VecZero;
3671 APInt UndefSel, ZeroSel;
3677 APInt DemandedLHS(DemandedElts);
3678 APInt DemandedRHS(DemandedElts);
3679 APInt UndefLHS, ZeroLHS;
3680 APInt UndefRHS, ZeroRHS;
3688 KnownUndef = UndefLHS & UndefRHS;
3689 KnownZero = ZeroLHS & ZeroRHS;
3693 APInt DemandedSel = DemandedElts & ~KnownZero;
3694 if (DemandedSel != DemandedElts)
3707 APInt DemandedLHS(NumElts, 0);
3708 APInt DemandedRHS(NumElts, 0);
3709 for (
unsigned i = 0; i != NumElts; ++i) {
3710 int M = ShuffleMask[i];
3711 if (M < 0 || !DemandedElts[i])
3713 assert(0 <= M && M < (
int)(2 * NumElts) &&
"Shuffle index out of range");
3714 if (M < (
int)NumElts)
3717 DemandedRHS.
setBit(M - NumElts);
3723 bool FoldLHS = !DemandedLHS && !LHS.isUndef();
3724 bool FoldRHS = !DemandedRHS && !RHS.isUndef();
3725 if (FoldLHS || FoldRHS) {
3726 LHS = FoldLHS ? TLO.
DAG.
getUNDEF(LHS.getValueType()) : LHS;
3727 RHS = FoldRHS ? TLO.
DAG.
getUNDEF(RHS.getValueType()) : RHS;
3734 APInt UndefLHS, ZeroLHS;
3735 APInt UndefRHS, ZeroRHS;
3744 bool Updated =
false;
3745 bool IdentityLHS =
true, IdentityRHS =
true;
3747 for (
unsigned i = 0; i != NumElts; ++i) {
3748 int &M = NewMask[i];
3751 if (!DemandedElts[i] || (M < (
int)NumElts && UndefLHS[M]) ||
3752 (M >= (
int)NumElts && UndefRHS[M - NumElts])) {
3756 IdentityLHS &= (M < 0) || (M == (
int)i);
3757 IdentityRHS &= (M < 0) || ((M - NumElts) == i);
3762 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.
LegalOps) {
3770 for (
unsigned i = 0; i != NumElts; ++i) {
3771 int M = ShuffleMask[i];
3774 }
else if (M < (
int)NumElts) {
3780 if (UndefRHS[M - NumElts])
3782 if (ZeroRHS[M - NumElts])
3791 APInt SrcUndef, SrcZero;
3793 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
3794 APInt DemandedSrcElts = DemandedElts.
zext(NumSrcElts);
3802 Op.getValueSizeInBits() == Src.getValueSizeInBits() &&
3803 DemandedSrcElts == 1) {
3816 if (IsLE && DemandedSrcElts == 1 && Src.getOpcode() ==
ISD::AND &&
3817 Op->isOnlyUserOf(Src.getNode()) &&
3818 Op.getValueSizeInBits() == Src.getValueSizeInBits()) {
3820 EVT SrcVT = Src.getValueType();
3834 ISD::AND,
DL, SrcVT, {Src.getOperand(1), Mask})) {
3848 if (Op0 == Op1 &&
Op->isOnlyUserOf(Op0.
getNode())) {
3849 APInt UndefLHS, ZeroLHS;
3873 APInt UndefRHS, ZeroRHS;
3877 APInt UndefLHS, ZeroLHS;
3882 KnownZero = ZeroLHS & ZeroRHS;
3888 if (SimplifyDemandedVectorEltsBinOp(Op0, Op1))
3900 APInt UndefRHS, ZeroRHS;
3904 APInt UndefLHS, ZeroLHS;
3909 KnownZero = ZeroLHS;
3910 KnownUndef = UndefLHS & UndefRHS;
3915 if (SimplifyDemandedVectorEltsBinOp(Op0, Op1))
3926 APInt SrcUndef, SrcZero;
3940 KnownUndef &= DemandedElts;
3941 KnownZero &= DemandedElts;
3946 if (DemandedElts.
isSubsetOf(SrcZero | KnownZero | SrcUndef | KnownUndef))
3953 KnownZero |= SrcZero;
3954 KnownUndef &= SrcUndef;
3955 KnownUndef &= ~KnownZero;
3959 if (SimplifyDemandedVectorEltsBinOp(Op0, Op1))
3967 KnownZero, TLO,
Depth + 1))
3972 Op.getOperand(0), DemandedElts, TLO.
DAG,
Depth + 1))
3987 KnownZero, TLO,
Depth + 1))
3994 KnownZero, TLO,
Depth))
4000 TLO,
Depth, AssumeSingleUse))
4007 assert((KnownUndef & KnownZero) == 0 &&
"Elements flagged as undef AND zero");
4021 const APInt &DemandedElts,
4023 unsigned Depth)
const {
4028 "Should use MaskedValueIsZero if you don't know whether Op"
4029 " is a target node!");
4036 unsigned Depth)
const {
4043 unsigned Depth)
const {
4056 Align Alignment)
const {
4067 unsigned NumZeroBits =
Known.countMinLeadingZeros();
4077 unsigned Depth)
const {
4086 unsigned Depth)
const {
4091 "Should use ComputeNumSignBits if you don't know whether Op"
4092 " is a target node!");
4109 "Should use SimplifyDemandedVectorElts if you don't know whether Op"
4110 " is a target node!");
4121 "Should use SimplifyDemandedBits if you don't know whether Op"
4122 " is a target node!");
4135 "Should use SimplifyMultipleUseDemandedBits if you don't know whether Op"
4136 " is a target node!");
4169 "Should use isGuaranteedNotToBeUndefOrPoison if you don't know whether Op"
4170 " is a target node!");
4177 return DAG.isGuaranteedNotToBeUndefOrPoison(V, Kind, Depth + 1);
4188 "Should use canCreateUndefOrPoison if you don't know whether Op"
4189 " is a target node!");
4196 const APInt &DemandedElts,
4198 unsigned Depth)
const {
4203 "Should use computeKnownFPClass if you don't know whether Op"
4204 " is a target node!");
4208 const APInt &DemandedElts,
4211 unsigned Depth)
const {
4216 "Should use isKnownNeverNaN if you don't know whether Op"
4217 " is a target node!");
4222 const APInt &DemandedElts,
4225 unsigned Depth)
const {
4230 "Should use isSplatValue if you don't know whether Op"
4231 " is a target node!");
4246 CVal = CN->getAPIntValue();
4247 EltWidth =
N.getValueType().getScalarSizeInBits();
4254 CVal = CVal.
trunc(EltWidth);
4260 return CVal.
isOne();
4302 return (
N->isOne() && !SExt) || (SExt && (
N->getValueType(0) != MVT::i1));
4305 return N->isAllOnes() && SExt;
4314 DAGCombinerInfo &DCI)
const {
4343 if (AndC &&
isNullConstant(N1) && AndC->getAPIntValue().isPowerOf2() &&
4346 AndC->getAPIntValue().getActiveBits());
4373 if (isXAndYEqZeroPreferableToXAndYEqY(
Cond, OpVT) &&
4381 if (DCI.isBeforeLegalizeOps() ||
4397 SDValue NotX = DAG.
getNOT(SDLoc(
X),
X, OpVT);
4408SDValue TargetLowering::foldSetCCWithOr(EVT VT, SDValue N0, SDValue N1,
4410 DAGCombinerInfo &DCI)
const {
4414 SelectionDAG &DAG = DCI.DAG;
4433 SDValue NotY = DAG.
getNOT(SDLoc(N1), N1, OpVT);
4451SDValue TargetLowering::optimizeSetCCOfSignedTruncationCheck(
4453 const SDLoc &
DL)
const {
4464 ConstantSDNode *C01;
4493 auto checkConstants = [&
I1, &I01]() ->
bool {
4498 if (checkConstants()) {
4506 if (!checkConstants())
4512 const unsigned KeptBits =
I1.logBase2();
4513 const unsigned KeptBitsMinusOne = I01.
logBase2();
4516 if (KeptBits != (KeptBitsMinusOne + 1))
4521 SelectionDAG &DAG = DCI.DAG;
4527 SDValue SExtInReg = DAG.
getNode(
4530 return DAG.
getSetCC(
DL, SCCVT, SExtInReg,
X, NewCond);
4534SDValue TargetLowering::optimizeSetCCByHoistingAndByConstFromLogicalShift(
4536 DAGCombinerInfo &DCI,
const SDLoc &
DL)
const {
4538 "Should be a comparison with 0.");
4540 "Valid only for [in]equality comparisons.");
4542 unsigned NewShiftOpcode;
4545 SelectionDAG &DAG = DCI.DAG;
4548 auto Match = [&NewShiftOpcode, &
X, &
C, &
Y, &DAG,
this](SDValue
V) {
4552 unsigned OldShiftOpcode =
V.getOpcode();
4553 switch (OldShiftOpcode) {
4565 C =
V.getOperand(0);
4566 ConstantSDNode *CC =
4570 Y =
V.getOperand(1);
4572 ConstantSDNode *XC =
4575 X, XC, CC,
Y, OldShiftOpcode, NewShiftOpcode, DAG);
4592 EVT VT =
X.getValueType();
4596 SDValue T0 = DAG.
getNode(NewShiftOpcode,
DL, VT,
X,
Y);
4605SDValue TargetLowering::foldSetCCWithBinOp(EVT VT, SDValue N0, SDValue N1,
4607 DAGCombinerInfo &DCI)
const {
4610 "Unexpected binop");
4616 SelectionDAG &DAG = DCI.DAG;
4638 if (!DCI.isCalledByLegalizer())
4639 DCI.AddToWorklist(YShl1.
getNode());
4654 if (CTPOP.getOpcode() !=
ISD::CTPOP || !CTPOP.hasOneUse())
4657 EVT CTVT = CTPOP.getValueType();
4658 SDValue CTOp = CTPOP.getOperand(0);
4678 for (
unsigned i = 0; i <
Passes; i++) {
4727 auto getRotateSource = [](
SDValue X) {
4729 return X.getOperand(0);
4736 if (
SDValue R = getRotateSource(N0))
4769 if (!C1 || !C1->
isZero())
4794 if (
Or.getOperand(0) ==
Other) {
4795 X =
Or.getOperand(0);
4796 Y =
Or.getOperand(1);
4799 if (
Or.getOperand(1) ==
Other) {
4800 X =
Or.getOperand(1);
4801 Y =
Or.getOperand(0);
4811 if (matchOr(F0, F1)) {
4818 if (matchOr(F1, F0)) {
4834 const SDLoc &dl)
const {
4844 bool N0ConstOrSplat =
4846 bool N1ConstOrSplat =
4854 if (N0ConstOrSplat && !N1ConstOrSplat &&
4857 return DAG.
getSetCC(dl, VT, N1, N0, SwappedCC);
4863 if (!N0ConstOrSplat && !N1ConstOrSplat &&
4868 return DAG.
getSetCC(dl, VT, N1, N0, SwappedCC);
4877 const APInt &C1 = N1C->getAPIntValue();
4893 !Attr.hasFnAttr(Attribute::MinSize)) {
4897 return DAG.
getNode(LogicOp, dl, VT, IsXZero, IsYZero);
4943 const APInt &C1 = N1C->getAPIntValue();
4959 if ((
C->getAPIntValue()+1).isPowerOf2()) {
4960 MinBits =
C->getAPIntValue().countr_one();
4971 MinBits = LN0->getMemoryVT().getSizeInBits();
4975 MinBits = LN0->getMemoryVT().getSizeInBits();
4986 MinBits >= ReqdBits) {
4991 if (MinBits == 1 && C1 == 1)
5010 if (TopSetCC.
getValueType() == MVT::i1 && VT == MVT::i1 &&
5044 unsigned bestWidth = 0, bestOffset = 0;
5045 if (Lod->isSimple() && Lod->isUnindexed() &&
5046 (Lod->getMemoryVT().isByteSized() ||
5048 unsigned memWidth = Lod->getMemoryVT().getStoreSizeInBits();
5050 unsigned maskWidth = origWidth;
5054 origWidth = Lod->getMemoryVT().getSizeInBits();
5058 for (
unsigned width = 8; width < origWidth; width *= 2) {
5063 unsigned maxOffset = origWidth - width;
5064 for (
unsigned offset = 0; offset <= maxOffset; offset += 8) {
5065 if (Mask.isSubsetOf(newMask)) {
5066 unsigned ptrOffset =
5068 unsigned IsFast = 0;
5069 assert((ptrOffset % 8) == 0 &&
"Non-Bytealigned pointer offset");
5074 *DAG.
getContext(), Layout, newVT, Lod->getAddressSpace(),
5075 NewAlign, Lod->getMemOperand()->getFlags(), &IsFast) &&
5077 bestOffset = ptrOffset / 8;
5078 bestMask = Mask.lshr(offset);
5091 SDValue Ptr = Lod->getBasePtr();
5092 if (bestOffset != 0)
5095 DAG.
getLoad(newVT, dl, Lod->getChain(), Ptr,
5096 Lod->getPointerInfo().getWithOffset(bestOffset),
5097 Lod->getBaseAlign());
5176 ExtDstTy != ExtSrcTy &&
"Unexpected types!");
5183 return DAG.
getSetCC(dl, VT, ZextOp,
5185 }
else if ((N1C->isZero() || N1C->isOne()) &&
5232 return DAG.
getSetCC(dl, VT, Val, N1,
5235 }
else if (N1C->isOne()) {
5318 optimizeSetCCOfSignedTruncationCheck(VT, N0, N1,
Cond, DCI, dl))
5325 const APInt &C1 = N1C->getAPIntValue();
5327 APInt MinVal, MaxVal;
5349 (!N1C->isOpaque() || (
C.getBitWidth() <= 64 &&
5369 (!N1C->isOpaque() || (
C.getBitWidth() <= 64 &&
5417 if (
SDValue CC = optimizeSetCCByHoistingAndByConstFromLogicalShift(
5418 VT, N0, N1,
Cond, DCI, dl))
5425 bool CmpZero = N1C->isZero();
5426 bool CmpNegOne = N1C->isAllOnes();
5427 if ((CmpZero || CmpNegOne) && N0.
hasOneUse()) {
5430 unsigned EltBits = V.getScalarValueSizeInBits();
5431 if (V.getOpcode() !=
ISD::OR || (EltBits % 2) != 0)
5439 RHS.getConstantOperandAPInt(1) == (EltBits / 2) &&
5442 Hi = RHS.getOperand(0);
5447 LHS.getConstantOperandAPInt(1) == (EltBits / 2) &&
5450 Hi = LHS.getOperand(0);
5458 unsigned HalfBits = EltBits / 2;
5469 if (IsConcat(N0,
Lo,
Hi))
5470 return MergeConcat(
Lo,
Hi);
5508 const APInt &C1 = N1C->getAPIntValue();
5523 unsigned ShCt = AndRHS->getAPIntValue().logBase2();
5524 if (AndRHS->getAPIntValue().isPowerOf2() &&
5531 }
else if (
Cond ==
ISD::SETEQ && C1 == AndRHS->getAPIntValue()) {
5551 const APInt &AndRHSC = AndRHS->getAPIntValue();
5595 APInt RangeWidth = NewC;
5604 const APInt &AddVal = AddC->getAPIntValue();
5606 APInt RangeLower = -AddVal;
5608 (void)RangeLower.
uadd_ov(RangeWidth, Overflow);
5609 if (!RangeWidth.
isZero() && !Overflow) {
5618 return DAG.
getSetCC(dl, VT, ShiftedAdd, CmpRHS, NewCond);
5627 return DAG.
getSetCC(dl, VT, Shift, CmpRHS, NewCond);
5635 assert(!CFP->getValueAPF().isNaN() &&
"Unexpected NaN value");
5656 !
isFPImmLegal(CFP->getValueAPF(), CFP->getValueType(0))) {
5675 if (CFP->getValueAPF().isInfinity()) {
5676 bool IsNegInf = CFP->getValueAPF().isNegative();
5687 return DAG.
getSetCC(dl, VT, N0, N1, NewCond);
5696 "Integer types should be handled by FoldSetCC");
5702 if (UOF ==
unsigned(EqTrue))
5707 if (NewCond !=
Cond &&
5710 return DAG.
getSetCC(dl, VT, N0, N1, NewCond);
5717 if ((isSignedIntSetCC(
Cond) || isUnsignedIntSetCC(
Cond)) &&
5754 bool LegalRHSImm =
false;
5762 DAG.
getConstant(RHSC->getAPIntValue() - LHSR->getAPIntValue(),
5770 DAG.
getConstant(LHSR->getAPIntValue() ^ RHSC->getAPIntValue(),
5780 DAG.
getConstant(SUBC->getAPIntValue() - RHSC->getAPIntValue(),
5785 if (RHSC->getValueType(0).getSizeInBits() <= 64)
5794 if (
SDValue V = foldSetCCWithBinOp(VT, N0, N1,
Cond, dl, DCI))
5800 if (
SDValue V = foldSetCCWithBinOp(VT, N1, N0,
Cond, dl, DCI))
5803 if (
SDValue V = foldSetCCWithAnd(VT, N0, N1,
Cond, dl, DCI))
5806 if (
SDValue V = foldSetCCWithOr(VT, N0, N1,
Cond, dl, DCI))
5815 if (!
isIntDivCheap(VT, Attr) && !Attr.hasFnAttr(Attribute::MinSize)) {
5817 if (
SDValue Folded = buildUREMEqFold(VT, N0, N1,
Cond, DCI, dl))
5820 if (
SDValue Folded = buildSREMEqFold(VT, N0, N1,
Cond, DCI, dl))
5833 N0 = DAG.
getNOT(dl, Temp, OpVT);
5842 Temp = DAG.
getNOT(dl, N0, OpVT);
5849 Temp = DAG.
getNOT(dl, N1, OpVT);
5856 Temp = DAG.
getNOT(dl, N0, OpVT);
5863 Temp = DAG.
getNOT(dl, N1, OpVT);
5872 N0 = DAG.
getNode(ExtendCode, dl, VT, N0);
5907 GA = GASD->getGlobal();
5908 Offset += GASD->getOffset();
5912 if (
N->isAnyAdd()) {
5917 Offset += V->getSExtValue();
5922 Offset += V->getSExtValue();
5943 unsigned S = Constraint.
size();
5946 switch (Constraint[0]) {
5977 if (S > 1 && Constraint[0] ==
'{' && Constraint[S - 1] ==
'}') {
5978 if (S == 8 && Constraint.
substr(1, 6) ==
"memory")
6006 std::vector<SDValue> &
Ops,
6009 if (Constraint.
size() > 1)
6012 char ConstraintLetter = Constraint[0];
6013 switch (ConstraintLetter) {
6033 bool IsBool =
C->getConstantIntValue()->getBitWidth() == 1;
6043 if (ConstraintLetter !=
'n') {
6046 GA->getValueType(0),
6047 Offset + GA->getOffset()));
6052 BA->getBlockAddress(), BA->getValueType(0),
6053 Offset + BA->getOffset(), BA->getTargetFlags()));
6061 const unsigned OpCode =
Op.getOpcode();
6064 Op =
Op.getOperand(1);
6068 Op =
Op.getOperand(0);
6085std::pair<unsigned, const TargetRegisterClass *>
6091 assert(*(Constraint.
end() - 1) ==
'}' &&
"Not a brace enclosed constraint?");
6096 std::pair<unsigned, const TargetRegisterClass *> R =
6108 std::pair<unsigned, const TargetRegisterClass *> S =
6109 std::make_pair(PR, &RC);
6154 unsigned maCount = 0;
6160 unsigned LabelNo = 0;
6163 ConstraintOperands.emplace_back(std::move(CI));
6167 if (OpInfo.multipleAlternatives.size() > maCount)
6168 maCount = OpInfo.multipleAlternatives.size();
6170 OpInfo.ConstraintVT = MVT::Other;
6173 switch (OpInfo.Type) {
6176 if (OpInfo.isIndirect) {
6177 OpInfo.CallOperandVal =
Call.getArgOperand(ArgNo);
6183 assert(!
Call.getType()->isVoidTy() &&
"Bad inline asm!");
6188 assert(ResNo == 0 &&
"Asm only has one result!");
6196 OpInfo.CallOperandVal =
Call.getArgOperand(ArgNo);
6207 if (OpInfo.CallOperandVal) {
6209 if (OpInfo.isIndirect) {
6210 OpTy =
Call.getParamElementType(ArgNo);
6211 assert(
OpTy &&
"Indirect operand must have elementtype attribute");
6216 if (STy->getNumElements() == 1)
6217 OpTy = STy->getElementType(0);
6221 if (!
OpTy->isSingleValueType() &&
OpTy->isSized()) {
6222 unsigned BitSize =
DL.getTypeSizeInBits(
OpTy);
6243 if (!ConstraintOperands.empty()) {
6245 unsigned bestMAIndex = 0;
6246 int bestWeight = -1;
6252 for (maIndex = 0; maIndex < maCount; ++maIndex) {
6254 for (
unsigned cIndex = 0, eIndex = ConstraintOperands.size();
6255 cIndex != eIndex; ++cIndex) {
6264 if (OpInfo.hasMatchingInput()) {
6266 if (OpInfo.ConstraintVT !=
Input.ConstraintVT) {
6267 if ((OpInfo.ConstraintVT.isInteger() !=
6268 Input.ConstraintVT.isInteger()) ||
6269 (OpInfo.ConstraintVT.getSizeInBits() !=
6270 Input.ConstraintVT.getSizeInBits())) {
6281 weightSum += weight;
6284 if (weightSum > bestWeight) {
6285 bestWeight = weightSum;
6286 bestMAIndex = maIndex;
6293 cInfo.selectAlternative(bestMAIndex);
6298 for (
unsigned cIndex = 0, eIndex = ConstraintOperands.size();
6299 cIndex != eIndex; ++cIndex) {
6306 if (OpInfo.hasMatchingInput()) {
6309 if (OpInfo.ConstraintVT !=
Input.ConstraintVT) {
6310 std::pair<unsigned, const TargetRegisterClass *> MatchRC =
6312 OpInfo.ConstraintVT);
6313 std::pair<unsigned, const TargetRegisterClass *> InputRC =
6315 Input.ConstraintVT);
6316 const bool OutOpIsIntOrFP = OpInfo.ConstraintVT.isInteger() ||
6317 OpInfo.ConstraintVT.isFloatingPoint();
6318 const bool InOpIsIntOrFP =
Input.ConstraintVT.isInteger() ||
6319 Input.ConstraintVT.isFloatingPoint();
6320 if ((OutOpIsIntOrFP != InOpIsIntOrFP) ||
6321 (MatchRC.second != InputRC.second)) {
6323 " with a matching output constraint of"
6324 " incompatible type!");
6330 return ConstraintOperands;
6365 if (maIndex >= (
int)
info.multipleAlternatives.size())
6366 rCodes = &
info.Codes;
6368 rCodes = &
info.multipleAlternatives[maIndex].Codes;
6372 for (
const std::string &rCode : *rCodes) {
6375 if (weight > BestWeight)
6376 BestWeight = weight;
6389 Value *CallOperandVal =
info.CallOperandVal;
6392 if (!CallOperandVal)
6395 switch (*constraint) {
6459 Ret.
reserve(OpInfo.Codes.size());
6492 "need immediate or other");
6497 std::vector<SDValue> ResultOps;
6499 return !ResultOps.empty();
6507 assert(!OpInfo.Codes.empty() &&
"Must have at least one constraint");
6510 if (OpInfo.Codes.size() == 1) {
6511 OpInfo.ConstraintCode = OpInfo.Codes[0];
6518 unsigned BestIdx = 0;
6519 for (
const unsigned E =
G.size();
6526 if (BestIdx + 1 == E) {
6532 OpInfo.ConstraintCode =
G[BestIdx].first;
6533 OpInfo.ConstraintType =
G[BestIdx].second;
6537 if (OpInfo.ConstraintCode ==
"X" && OpInfo.CallOperandVal) {
6541 Value *v = OpInfo.CallOperandVal;
6547 OpInfo.ConstraintCode =
"i";
6554 OpInfo.ConstraintCode = Repl;
6568 EVT VT =
N->getValueType(0);
6572 bool UseSRA =
false;
6579 EVT CT =
C->getValueType(0);
6580 APInt Divisor =
C->getAPIntValue();
6602 "Expected matchUnaryPredicate to return one element for scalable "
6609 Factor = Factors[0];
6627 EVT VT =
N->getValueType(0);
6631 bool UseSRL =
false;
6638 EVT CT =
C->getValueType(0);
6639 APInt Divisor =
C->getAPIntValue();
6664 "Expected matchUnaryPredicate to return one element for scalable "
6671 Factor = Factors[0];
6714 EVT VT =
N->getValueType(0);
6750 bool IsAfterLegalization,
6751 bool IsAfterLegalTypes,
6756 if (
N->getFlags().hasExact())
6759 EVT VT =
N->getValueType(0);
6798 if (
isTypeLegal(VT) && !HasMULHS && !HasSMUL_LOHI && MulVT ==
EVT()) {
6810 if (!HasMULHS && !HasSMUL_LOHI && MulVT ==
EVT())
6816 if (IsAfterLegalTypes && VT.
isVector()) {
6833 APInt Divisor =
C->getAPIntValue().trunc(EltBits);
6835 int NumeratorFactor = 0;
6846 NumeratorFactor = 1;
6849 NumeratorFactor = -1;
6868 SDValue MagicFactor, Factor, Shift, ShiftMask;
6876 Shifts.
size() == 1 && ShiftMasks.
size() == 1 &&
6877 "Expected matchUnaryPredicate to return one element for scalable "
6885 MagicFactor = MagicFactors[0];
6886 Factor = Factors[0];
6888 ShiftMask = ShiftMasks[0];
6909 SDValue Q = GetMULHS(N0, MagicFactor);
6939 bool IsAfterLegalization,
6940 bool IsAfterLegalTypes,
6945 if (
N->getFlags().hasExact())
6948 EVT VT =
N->getValueType(0);
6987 if (
isTypeLegal(VT) && !HasMULHU && !HasUMUL_LOHI && MulVT ==
EVT()) {
6999 if (!HasMULHU && !HasUMUL_LOHI && MulVT ==
EVT())
7012 if (IsAfterLegalTypes && VT.
isVector()) {
7024 const EVT WideSVT = MVT::i64;
7025 const bool HasWideMULHU =
7028 const bool HasWideUMUL_LOHI =
7031 const bool AllowWiden = (HasWideMULHU || HasWideUMUL_LOHI);
7037 const bool AllowEvenToWiden = AllowWiden &&
isZExtFree(VT, WideSVT);
7039 bool UseNPQ =
false, UsePreShift =
false, UsePostShift =
false;
7040 bool UseWiden =
false;
7048 APInt Divisor =
C->getAPIntValue().trunc(EltBits);
7050 SDValue PreShift, MagicFactor, NPQFactor, PostShift;
7054 if (Divisor.
isOne()) {
7055 PreShift = PostShift = DAG.
getUNDEF(ShSVT);
7056 MagicFactor = NPQFactor = DAG.
getUNDEF(SVT);
7060 Divisor, std::min(KnownLeadingZeros, Divisor.
countl_zero()),
7072 "We shouldn't generate an undefined shift!");
7074 "We shouldn't generate an undefined shift!");
7076 "Unexpected pre-shift");
7083 UseNPQ |= magics.
IsAdd;
7084 UsePreShift |= magics.
PreShift != 0;
7100 SDValue PreShift, PostShift, MagicFactor, NPQFactor;
7108 NPQFactors.
size() == 1 && PostShifts.
size() == 1 &&
7109 "Expected matchUnaryPredicate to return one for scalable vectors");
7116 PreShift = PreShifts[0];
7117 MagicFactor = MagicFactors[0];
7118 PostShift = PostShifts[0];
7131 assert(HasWideUMUL_LOHI);
7134 WideN0, MagicFactor);
7166 Q = GetMULHU(Q, MagicFactor);
7179 NPQ = GetMULHU(NPQ, NPQFactor);
7198 return DAG.
getSelect(dl, VT, IsOne, N0, Q);
7212 if (SplatValue !=
Values.end()) {
7217 Replacement = *SplatValue;
7221 if (!AlternativeReplacement)
7224 Replacement = AlternativeReplacement;
7234SDValue TargetLowering::buildUREMEqFold(EVT SETCCVT, SDValue REMNode,
7235 SDValue CompTargetNode,
7237 DAGCombinerInfo &DCI,
7238 const SDLoc &
DL)
const {
7240 if (SDValue Folded = prepareUREMEqFold(SETCCVT, REMNode, CompTargetNode,
Cond,
7242 for (SDNode *
N : Built)
7243 DCI.AddToWorklist(
N);
7251TargetLowering::prepareUREMEqFold(EVT SETCCVT, SDValue REMNode,
7253 DAGCombinerInfo &DCI,
const SDLoc &
DL,
7254 SmallVectorImpl<SDNode *> &Created)
const {
7262 "Only applicable for (in)equality comparisons.");
7264 SelectionDAG &DAG = DCI.DAG;
7275 bool ComparingWithAllZeros =
true;
7276 bool AllComparisonsWithNonZerosAreTautological =
true;
7277 bool HadTautologicalLanes =
false;
7278 bool AllLanesAreTautological =
true;
7279 bool HadEvenDivisor =
false;
7280 bool AllDivisorsArePowerOfTwo =
true;
7281 bool HadTautologicalInvertedLanes =
false;
7284 auto BuildUREMPattern = [&](ConstantSDNode *CDiv, ConstantSDNode *CCmp) {
7290 const APInt &
Cmp = CCmp->getAPIntValue();
7292 ComparingWithAllZeros &=
Cmp.isZero();
7298 bool TautologicalInvertedLane =
D.ule(Cmp);
7299 HadTautologicalInvertedLanes |= TautologicalInvertedLane;
7304 bool TautologicalLane =
D.isOne() || TautologicalInvertedLane;
7305 HadTautologicalLanes |= TautologicalLane;
7306 AllLanesAreTautological &= TautologicalLane;
7312 AllComparisonsWithNonZerosAreTautological &= TautologicalLane;
7315 unsigned K =
D.countr_zero();
7316 assert((!
D.isOne() || (K == 0)) &&
"For divisor '1' we won't rotate.");
7317 APInt D0 =
D.lshr(K);
7320 HadEvenDivisor |= (
K != 0);
7323 AllDivisorsArePowerOfTwo &= D0.
isOne();
7327 unsigned W =
D.getBitWidth();
7329 assert((D0 *
P).isOne() &&
"Multiplicative inverse basic check failed.");
7342 "We are expecting that K is always less than all-ones for ShSVT");
7345 if (TautologicalLane) {
7369 if (AllLanesAreTautological)
7374 if (AllDivisorsArePowerOfTwo)
7377 SDValue PVal, KVal, QVal;
7379 if (HadTautologicalLanes) {
7394 "Expected matchBinaryPredicate to return one element for "
7405 if (!ComparingWithAllZeros && !AllComparisonsWithNonZerosAreTautological) {
7409 "Expecting that the types on LHS and RHS of comparisons match.");
7419 if (HadEvenDivisor) {
7432 if (!HadTautologicalInvertedLanes)
7438 assert(VT.
isVector() &&
"Can/should only get here for vectors.");
7445 SDValue TautologicalInvertedChannels =
7455 DL, SETCCVT, SETCCVT);
7457 Replacement, NewCC);
7465 TautologicalInvertedChannels);
7475SDValue TargetLowering::buildSREMEqFold(EVT SETCCVT, SDValue REMNode,
7476 SDValue CompTargetNode,
7478 DAGCombinerInfo &DCI,
7479 const SDLoc &
DL)
const {
7481 if (SDValue Folded = prepareSREMEqFold(SETCCVT, REMNode, CompTargetNode,
Cond,
7483 assert(Built.
size() <= 7 &&
"Max size prediction failed.");
7484 for (SDNode *
N : Built)
7485 DCI.AddToWorklist(
N);
7493TargetLowering::prepareSREMEqFold(EVT SETCCVT, SDValue REMNode,
7495 DAGCombinerInfo &DCI,
const SDLoc &
DL,
7496 SmallVectorImpl<SDNode *> &Created)
const {
7520 "Only applicable for (in)equality comparisons.");
7522 SelectionDAG &DAG = DCI.DAG;
7536 if (!CompTarget || !CompTarget->
isZero())
7539 bool HadOneDivisor =
false;
7540 bool AllDivisorsAreOnes =
true;
7541 bool HadEvenDivisor =
false;
7542 bool AllDivisorsArePowerOfTwo =
true;
7545 auto BuildSREMPattern = [&](ConstantSDNode *
C) {
7554 APInt
D =
C->getAPIntValue().abs();
7557 HadOneDivisor |=
D.isOne();
7558 AllDivisorsAreOnes &=
D.isOne();
7561 unsigned K =
D.countr_zero();
7562 assert((!
D.isOne() || (K == 0)) &&
"For divisor '1' we won't rotate.");
7563 APInt D0 =
D.
lshr(K);
7566 HadEvenDivisor |= (
K != 0);
7570 AllDivisorsArePowerOfTwo &= D0.
isOne();
7574 unsigned W =
D.getBitWidth();
7576 assert((D0 *
P).isOne() &&
"Multiplicative inverse basic check failed.");
7586 "We are expecting that A is always less than all-ones for SVT");
7588 "We are expecting that K is always less than all-ones for ShSVT");
7625 if (AllDivisorsAreOnes)
7630 if (AllDivisorsArePowerOfTwo)
7633 SDValue PVal, AVal, KVal, QVal;
7635 if (HadOneDivisor) {
7655 QAmts.
size() == 1 &&
7656 "Expected matchUnaryPredicate to return one element for scalable "
7684 if (HadEvenDivisor) {
7702 EVT VT =
Op.getValueType();
7727 bool LegalOps,
bool OptForSize,
7729 unsigned Depth)
const {
7733 return Op.getOperand(0);
7743 EVT VT =
Op.getValueType();
7744 unsigned Opcode =
Op.getOpcode();
7754 auto RemoveDeadNode = [&](
SDValue N) {
7755 if (
N &&
N.getNode()->use_empty())
7764 std::list<HandleSDNode> Handles;
7775 if (LegalOps && !IsOpLegal)
7804 return !N.isUndef() && !isa<ConstantFPSDNode>(N);
7812 return N.isUndef() ||
7813 isFPImmLegal(neg(cast<ConstantFPSDNode>(N)->getValueAPF()), VT,
7817 if (LegalOps && !IsOpLegal)
7834 if (!Flags.hasNoSignedZeros())
7848 Handles.emplace_back(NegX);
7859 if (NegX && (CostX <= CostY)) {
7863 RemoveDeadNode(NegY);
7872 RemoveDeadNode(NegX);
7879 if (!Flags.hasNoSignedZeros())
7904 Handles.emplace_back(NegX);
7915 if (NegX && (CostX <= CostY)) {
7919 RemoveDeadNode(NegY);
7925 if (
C->isExactlyValue(2.0) &&
Op.getOpcode() ==
ISD::FMUL)
7933 RemoveDeadNode(NegX);
7941 if (!Flags.hasNoSignedZeros())
7944 SDValue X =
Op.getOperand(0),
Y =
Op.getOperand(1), Z =
Op.getOperand(2);
7953 Handles.emplace_back(NegZ);
7961 Handles.emplace_back(NegX);
7972 if (NegX && (CostX <= CostY)) {
7973 Cost = std::min(CostX, CostZ);
7976 RemoveDeadNode(NegY);
7982 Cost = std::min(CostY, CostZ);
7985 RemoveDeadNode(NegX);
7995 return DAG.
getNode(Opcode,
DL, VT, NegV);
8011 RemoveDeadNode(NegLHS);
8016 Handles.emplace_back(NegLHS);
8029 RemoveDeadNode(NegLHS);
8030 RemoveDeadNode(NegRHS);
8034 Cost = std::min(CostLHS, CostRHS);
8035 return DAG.
getSelect(
DL, VT,
Op.getOperand(0), NegLHS, NegRHS);
8064 if (!HasMULHU && !HasMULHS && !HasUMUL_LOHI && !HasSMUL_LOHI)
8076 if ((
Signed && HasSMUL_LOHI) || (!
Signed && HasUMUL_LOHI)) {
8079 Hi =
Lo.getValue(1);
8105 if (MakeMUL_LOHI(LL, RL,
Lo,
Hi,
false)) {
8106 Result.push_back(
Lo);
8107 Result.push_back(
Hi);
8110 Result.push_back(Zero);
8111 Result.push_back(Zero);
8122 if (MakeMUL_LOHI(LL, RL,
Lo,
Hi,
true)) {
8123 Result.push_back(
Lo);
8124 Result.push_back(
Hi);
8129 unsigned ShiftAmount = OuterBitSize - InnerBitSize;
8144 if (!MakeMUL_LOHI(LL, RL,
Lo,
Hi,
false))
8147 Result.push_back(
Lo);
8154 Result.push_back(
Hi);
8167 if (!MakeMUL_LOHI(LL, RH,
Lo,
Hi,
false))
8174 if (!MakeMUL_LOHI(LH, RL,
Lo,
Hi,
false))
8227 N->getOperand(0),
N->getOperand(1), Result, HiLoVT,
8228 DAG, Kind, LL, LH, RL, RH);
8230 assert(Result.size() == 2);
8265bool TargetLowering::expandUDIVREMByConstantViaUREMDecomposition(
8268 unsigned Opcode =
N->getOpcode();
8269 EVT VT =
N->getValueType(0);
8277 unsigned TrailingZeros = 0;
8286 if (Divisor.
uge(HalfMaxPlus1))
8291 unsigned BestChunkWidth = 0, AltChunkWidth = 0;
8292 for (
unsigned I = HBitWidth,
E = HBitWidth / 2;
I >
E; --
I) {
8294 if (
I == HBitWidth - 1)
8306 if (
I != HBitWidth &&
Mod == Divisor - 1)
8310 bool Alternate =
false;
8311 if (!BestChunkWidth) {
8315 BestChunkWidth = AltChunkWidth;
8320 assert(!LL == !LH &&
"Expected both input halves or no input halves!");
8322 std::tie(LL, LH) = DAG.
SplitScalar(
N->getOperand(0), dl, HiLoVT, HiLoVT);
8326 auto GetFSHR = [&](SDValue
Lo, SDValue
Hi,
unsigned ShiftAmt) {
8327 assert(ShiftAmt > 0 && ShiftAmt < HBitWidth);
8342 auto ShiftRight = [&](SDValue &
Lo, SDValue &
Hi,
unsigned ShiftAmt) {
8345 if (ShiftAmt < HBitWidth) {
8346 Lo = GetFSHR(
Lo,
Hi, ShiftAmt);
8349 }
else if (ShiftAmt == HBitWidth) {
8362 SDValue PartialRemL, PartialRemH;
8363 if (TrailingZeros && Opcode !=
ISD::UDIV) {
8365 if (TrailingZeros < HBitWidth) {
8369 }
else if (TrailingZeros == HBitWidth) {
8384 if (BestChunkWidth == HBitWidth) {
8387 ShiftRight(LL, LH, TrailingZeros);
8393 SDVTList VTList = DAG.
getVTList(HiLoVT, SetCCType);
8416 for (
unsigned I = 0;
I <
BitWidth - TrailingZeros;
I += BestChunkWidth) {
8418 unsigned Shift =
I + TrailingZeros;
8422 else if (Shift >= HBitWidth)
8427 Chunk = GetFSHR(LL, LH, Shift);
8429 if (
I + BestChunkWidth <
BitWidth - TrailingZeros)
8435 unsigned ChunkNum =
I / BestChunkWidth;
8436 unsigned Opc = (Alternate && (ChunkNum % 2) != 0) ?
ISD::SUB : ISD::
ADD;
8437 Sum = DAG.
getNode(
Opc, dl, HiLoVT, Sum, Chunk);
8469 if (BestChunkWidth != HBitWidth)
8470 ShiftRight(LL, LH, TrailingZeros);
8486 SDValue QuotL, QuotH;
8487 std::tie(QuotL, QuotH) = DAG.
SplitScalar(Quotient, dl, HiLoVT, HiLoVT);
8495 if (TrailingZeros) {
8496 if (TrailingZeros < HBitWidth) {
8508 }
else if (TrailingZeros == HBitWidth) {
8530bool TargetLowering::expandUDIVREMByConstantViaUMulHiMagic(
8531 SDNode *
N,
const APInt &Divisor, SmallVectorImpl<SDValue> &Result,
8532 EVT HiLoVT, SelectionDAG &DAG, SDValue LL, SDValue LH)
const {
8538 assert(!Divisor.
isOne() &&
"Magic algorithm does not work for division by 1");
8541 auto MakeMUL_LOHIByConst = [&](
unsigned Opc, SDValue LL, SDValue LH,
8543 SmallVectorImpl<SDValue> &
Result) {
8547 return expandMUL_LOHI(
Opc, VT,
DL,
LHS,
RHS, Result, HiLoVT, DAG,
8553 auto MakeAddSubLong = [&](
unsigned Opc, SDValue LL, SDValue LH, SDValue RL,
8555 SDValue AddSubNode =
8557 DAG.
getVTList(HiLoVT, MVT::i1), LL, RL);
8558 SDValue OutL = AddSubNode.
getValue(0);
8559 SDValue Overflow = AddSubNode.
getValue(1);
8560 SDValue AddSubWithOverflow =
8562 DAG.
getVTList(HiLoVT, MVT::i1), LH, RH, Overflow);
8563 SDValue OutH = AddSubWithOverflow.
getValue(0);
8564 return std::make_pair(OutL, OutH);
8568 auto MakeSRLLong = [&](SDValue LL, SDValue LH,
unsigned Shift) {
8570 if (Shift < HBitWidth) {
8574 return std::make_pair(ResL, ResH);
8577 if (Shift == HBitWidth)
8578 return std::make_pair(LH, Zero);
8579 assert(Shift - HBitWidth < HBitWidth &&
8580 "We shouldn't generate an undefined shift");
8589 Divisor, std::min(KnownLeadingZeros, Divisor.
countl_zero()));
8591 assert(!LL == !LH &&
"Expected both input halves or no input halves!");
8597 std::tie(QL, QH) = MakeSRLLong(QL, QH, Magics.
PreShift);
8607 auto [NPQL, NPQH] = MakeAddSubLong(
ISD::SUB, LL, LH, QL, QH);
8608 std::tie(NPQL, NPQH) = MakeSRLLong(NPQL, NPQH, 1);
8609 std::tie(QL, QH) = MakeAddSubLong(
ISD::ADD, NPQL, NPQH, QL, QH);
8613 std::tie(QL, QH) = MakeSRLLong(QL, QH, Magics.
PostShift);
8615 unsigned Opcode =
N->getOpcode();
8623 if (!MakeMUL_LOHIByConst(
ISD::MUL, QL, QH, Divisor, MulResult))
8629 MakeAddSubLong(
ISD::SUB, LL, LH, MulResult[0], MulResult[1]);
8642 unsigned Opcode =
N->getOpcode();
8649 "Unexpected opcode");
8655 APInt Divisor = CN->getAPIntValue();
8660 bool CanDecomposeUREMWithoutMulHi =
8663 RTLIB::Unsupported &&
8665 if (!CanDecomposeUREMWithoutMulHi &&
8678 if (expandUDIVREMByConstantViaUREMDecomposition(
N, Divisor, Result, HiLoVT,
8682 if (expandUDIVREMByConstantViaUMulHiMagic(
N, Divisor, Result, HiLoVT, DAG, LL,
8699 EVT VT =
Node->getValueType(0);
8715 EVT ShVT = Z.getValueType();
8784 EVT VT =
Node->getValueType(0);
8802 if (!AllowVectorOps && VT.
isVector() &&
8820 ShVal = DAG.
getNode(ShOpc,
DL, VT, Op0, ShAmt);
8822 HsVal = DAG.
getNode(HsOpc,
DL, VT, Op0, HsAmt);
8828 ShVal = DAG.
getNode(ShOpc,
DL, VT, Op0, ShAmt);
8849 EVT VT,
unsigned HalveDepth = 0,
8850 unsigned TotalDepth = 0) {
8882 EVT VT =
Node->getValueType(0);
8886 unsigned Opcode =
Node->getOpcode();
8901 unsigned HalfBW = BW / 2;
8986 const APInt &YVal =
C->getAPIntValue();
8990 for (
unsigned I = 1;
I <
N;
I <<= 1) {
9014 if (BW >= 32 && BW <= 64 &&
9023 for (
unsigned I = 0;
I < 4; ++
I) {
9036 for (
unsigned I = 0;
I < 4; ++
I) {
9038 for (
unsigned J = 0; J < 4; ++J) {
9039 unsigned K = (
I + 4 - J) % 4;
9056 for (
unsigned I = 0;
I < BW; ++
I) {
9124 unsigned ShAmt = Opcode ==
ISD::CLMULR ? BW - 1 : BW;
9135 EVT VT =
Node->getValueType(0);
9152 for (
unsigned I = 1;
I < BW;
I *= 2) {
9174 EVT VT =
Node->getValueType(0);
9191 for (
unsigned S = 0; S < LogBW; ++S) {
9192 unsigned ShiftS = 1u << S;
9198 if (S + 1 < LogBW) {
9211 for (
int S = (
int)LogBW - 1; S >= 0; --S) {
9226 assert(
Node->getNumOperands() == 3 &&
"Not a double-shift!");
9227 EVT VT =
Node->getValueType(0);
9285 EVT VT =
Node->getValueType(0);
9288 Flags.setNoFPExcept(
true);
9300 EVT ResVT =
Node->getValueType(0);
9304 const uint64_t SemEnum =
Node->getConstantOperandVal(1);
9306 const auto RoundMode =
9308 const bool Saturate =
Node->getConstantOperandVal(3) != 0;
9321 "destination format (semantics enum " +
9322 Twine(SemEnum) +
")");
9327 switch (RoundMode) {
9336 "CONVERT_TO_ARBITRARY_FP: unsupported rounding mode (enum " +
9337 Twine(
static_cast<int>(RoundMode)) +
")");
9345 const unsigned DstMant = DstPrecision - 1;
9348 const unsigned DstExpBits = DstBits - (DstHasSign ? 1 : 0) - DstMant;
9350 const unsigned DstExpMax = (1U << DstExpBits) - 1;
9351 const uint64_t DstMantMask = (DstMant > 0) ? ((1ULL << DstMant) - 1) : 0;
9356 const unsigned DstExpMaxNormal =
9365 uint64_t DstMaxMantAtMaxExp = DstMantMask;
9368 DstMaxMantAtMaxExp = DstMantMask - 1;
9375 const unsigned SrcMant = SrcPrecision - 1;
9376 const uint64_t SrcMantMask = (1ULL << SrcMant) - 1;
9407 EVT FrexpExpScalarVT =
9427 switch (RoundMode) {
9467 if (SrcMant > DstMant) {
9468 const unsigned Shift = SrcMant - DstMant;
9498 RoundUp = ComputeRoundUp(RoundBit, StickyBits, LSB);
9513 DAG.
getSetCC(dl, SetCCVT, RoundedMant,
9516 SDValue AdjMant = DAG.
getSelect(dl, IntVT, MantOverflow, Zero, RoundedMant);
9548 int64_t MantDelta =
static_cast<int64_t
>(SrcMant) - DstMant;
9589 DenormRoundUp = ComputeRoundUp(DenormRoundBit, HasSticky, DenormLSB);
9594 DenormRoundUp = DAG.
getSelect(dl, IntVT, ShiftGEOne, DenormRoundUp, Zero);
9603 DAG.
getSetCC(dl, SetCCVT, DenormRoundedMant,
9606 DAG.
getSelect(dl, IntVT, DenormMantOF, Zero, DenormRoundedMant);
9607 SDValue DenormFinalExp = DAG.
getSelect(dl, IntVT, DenormMantOF, One, Zero);
9642 uint64_t MaxFinite =
9643 ((uint64_t)DstExpMaxNormal << DstMant) | DstMaxMantAtMaxExp;
9648 uint64_t InfBits = (uint64_t)DstExpMax << DstMant;
9662 DAG.
getNode(
ISD::OR, dl, IntVT, SignShifted, NormExpShifted), AdjMant);
9668 const uint64_t QNaNBit = (DstMant > 0) ? (1ULL << (DstMant - 1)) : 0;
9670 DAG.
getConstant(((uint64_t)DstExpMax << DstMant) | QNaNBit, dl, IntVT);
9674 NaNResult = DAG.
getConstant(((uint64_t)DstExpMax << DstMant) | DstMantMask,
9685 uint64_t InfBits = (uint64_t)DstExpMax << DstMant;
9688 }
else if (Saturate) {
9690 uint64_t MaxFinite =
9691 ((uint64_t)DstExpMaxNormal << DstMant) | DstMaxMantAtMaxExp;
9699 SDValue ZeroResult = SignShifted;
9703 DAG.
getSelect(dl, IntVT, ExpIsNeg, DenormResult, NormResult);
9707 SDValue Result = FiniteResult;
9708 Result = DAG.
getSelect(dl, IntVT, IsZero, ZeroResult, Result);
9709 Result = DAG.
getSelect(dl, IntVT, IsInf, InfResult, Result);
9715 if (!DstHasSign && Saturate) {
9718 Result = DAG.
getSelect(dl, IntVT, IsNegative, Zero, Result);
9721 Result = DAG.
getSelect(dl, IntVT, IsNaN, NaNResult, Result);
9731 EVT DstVT =
Node->getValueType(0);
9735 const uint64_t SemEnum =
Node->getConstantOperandVal(1);
9749 "source format (semantics enum " +
9750 Twine(SemEnum) +
")");
9757 const unsigned SrcMant = SrcPrecision - 1;
9760 const unsigned SrcExp = SrcBits - (SrcHasSign ? 1 : 0) - SrcMant;
9768 const unsigned DstExpBits = DstBits - DstMant - 1;
9770 const int DstBias = 1 - DstMinExp;
9771 const uint64_t DstExpAllOnes = (1ULL << DstExpBits) - 1;
9775 EVT IntVT = IntScalarVT;
9787 "CONVERT_FROM_ARBITRARY_FP: the requested integer value type for its "
9788 "legalization is not supported");
9803 const uint64_t MantMask = (SrcMant > 0) ? ((1ULL << SrcMant) - 1) : 0;
9804 const uint64_t ExpMask = (1ULL << SrcExp) - 1;
9839 IsNaN = DAG.
getNode(
ISD::AND, dl, SetCCVT, IsExpAllOnes, IsMantNonZero);
9845 IsNaN = DAG.
getNode(
ISD::AND, dl, SetCCVT, IsExpAllOnes, IsMantAllOnes);
9859 const int BiasAdjust = DstBias - SrcBias;
9866 if (DstMant > SrcMant) {
9869 NormDstMant = DAG.
getNode(
ISD::SHL, dl, IntVT, MantField, NormDstMantShift);
9871 NormDstMant = MantField;
9889 const int DenormExpConst =
9890 (int)IntVTBits + DstBias - SrcBias - (
int)SrcMant;
9898 DAG.
getConstant(IntVTBits - 1, dl, IntVT), LeadingZeros);
9903 const unsigned ShiftSub = IntVTBits - 1 - DstMant;
9918 DAG.
getSelect(dl, IntVT, IsDenorm, DenormResult, NormResult);
9920 const uint64_t QNaNBit = (DstMant > 0) ? (1ULL << (DstMant - 1)) : 0;
9922 DAG.
getConstant((DstExpAllOnes << DstMant) | QNaNBit, dl, IntVT);
9926 DAG.
getConstant(DstExpAllOnes << DstMant, dl, IntVT));
9928 SDValue ZeroResult = SignShifted;
9930 SDValue Result = FiniteResult;
9931 Result = DAG.
getSelect(dl, IntVT, IsZero, ZeroResult, Result);
9932 Result = DAG.
getSelect(dl, IntVT, IsInf, InfResult, Result);
9933 Result = DAG.
getSelect(dl, IntVT, IsNaN, NaNResult, Result);
9935 if (!DstVT.
bitsEq(IntVT)) {
9947 PtrInfo, IntScalarVT, Alignment);
9958 unsigned OpNo =
Node->isStrictFPOpcode() ? 1 : 0;
9960 EVT SrcVT = Src.getValueType();
9961 EVT DstVT =
Node->getValueType(0);
9965 if (SrcVT != MVT::f32 || DstVT != MVT::i64)
9968 if (
Node->isStrictFPOpcode())
10031 unsigned OpNo =
Node->isStrictFPOpcode() ? 1 : 0;
10034 EVT SrcVT = Src.getValueType();
10035 EVT DstVT =
Node->getValueType(0);
10056 if (
Node->isStrictFPOpcode()) {
10058 {
Node->getOperand(0), Src });
10059 Chain = Result.getValue(1);
10073 if (
Node->isStrictFPOpcode()) {
10075 Node->getOperand(0),
true);
10100 if (
Node->isStrictFPOpcode()) {
10102 { Chain, Src, FltOfs });
10124 Result = DAG.
getSelect(dl, DstVT, Sel, True, False);
10134 if (
Node->isStrictFPOpcode())
10138 EVT SrcVT = Src.getValueType();
10139 EVT DstVT =
Node->getValueType(0);
10143 if (
Node->getFlags().hasNonNeg() &&
10191 unsigned Opcode =
Node->getOpcode();
10196 if (
Node->getFlags().hasNoNaNs()) {
10198 EVT VT =
Node->getValueType(0);
10217 EVT VT =
Node->getValueType(0);
10220 "Expanding fminnum/fmaxnum for scalable vectors is undefined.");
10230 if (!
Node->getFlags().hasNoNaNs()) {
10243 return DAG.
getNode(NewOp, dl, VT, Quiet0, Quiet1,
Node->getFlags());
10248 if (
Node->getFlags().hasNoNaNs() ||
10251 unsigned IEEE2018Op =
10254 return DAG.
getNode(IEEE2018Op, dl, VT,
Node->getOperand(0),
10255 Node->getOperand(1),
Node->getFlags());
10288 unsigned Opc =
N->getOpcode();
10289 EVT VT =
N->getValueType(0);
10302 bool MinMaxMustRespectOrderedZero =
false;
10306 MinMaxMustRespectOrderedZero =
true;
10320 if (!
N->getFlags().hasNoNaNs() &&
10329 if (!MinMaxMustRespectOrderedZero && !
N->getFlags().hasNoSignedZeros() &&
10346 unsigned Opc =
Node->getOpcode();
10347 EVT VT =
Node->getValueType(0);
10356 if (!Flags.hasNoNaNs()) {
10367 return DAG.
getNode(NewOp,
DL, VT, LHS, RHS, Flags);
10372 if (Flags.hasNoNaNs() ||
10374 unsigned IEEE2019Op =
10377 return DAG.
getNode(IEEE2019Op,
DL, VT, LHS, RHS, Flags);
10382 if ((Flags.hasNoNaNs() ||
10388 return DAG.
getNode(IEEE2008Op,
DL, VT, LHS, RHS, Flags);
10433 bool IsOrdered = NanTest ==
fcNone;
10434 bool IsUnordered = NanTest ==
fcNan;
10437 if (!IsOrdered && !IsUnordered)
10438 return std::nullopt;
10440 if (OrderedMask ==
fcZero &&
10446 return std::nullopt;
10453 EVT OperandVT =
Op.getValueType();
10465 if (OperandVT == MVT::ppcf128) {
10468 OperandVT = MVT::f64;
10475 bool IsF80 = (ScalarFloatVT == MVT::f80);
10479 if (Flags.hasNoFPExcept() &&
10482 bool IsInvertedFP =
false;
10486 FPTestMask = InvertedFPCheck;
10487 IsInvertedFP =
true;
10499 OrderedFPTestMask = FPTestMask;
10501 const bool IsOrdered = FPTestMask == OrderedFPTestMask;
10503 if (std::optional<bool> IsCmp0 =
10506 *IsCmp0 ? OrderedCmpOpcode : UnorderedCmpOpcode,
10513 *IsCmp0 ? OrderedCmpOpcode : UnorderedCmpOpcode);
10516 if (FPTestMask ==
fcNan &&
10522 bool IsOrderedInf = FPTestMask ==
fcInf;
10525 : UnorderedCmpOpcode,
10536 IsOrderedInf ? OrderedCmpOpcode : UnorderedCmpOpcode);
10541 : UnorderedCmpOpcode,
10552 IsOrdered ? OrderedCmpOpcode : UnorderedCmpOpcode);
10571 return DAG.
getSetCC(
DL, ResultVT, Abs, SmallestNormal,
10572 IsOrdered ? OrderedOp : UnorderedOp);
10595 DAG.
getSetCC(
DL, ResultVT, Abs, SmallestNormal, IsNormalOp);
10597 return DAG.
getNode(LogicOp,
DL, ResultVT, IsFinite, IsNormal);
10604 bool IsInverted =
false;
10607 Test = InvertedCheck;
10621 const unsigned ExplicitIntBitInF80 = 63;
10622 APInt ExpMask = Inf;
10624 ExpMask.
clearBit(ExplicitIntBitInF80);
10626 APInt QNaNBitMask =
10638 const auto appendResult = [&](
SDValue PartialRes) {
10648 const auto getIntBitIsSet = [&]() ->
SDValue {
10649 if (!IntBitIsSetV) {
10650 APInt IntBitMask(BitSize, 0);
10651 IntBitMask.
setBit(ExplicitIntBitInF80);
10656 return IntBitIsSetV;
10677 "finite check requires IEEE-like FP");
10695 appendResult(PartialRes);
10704 appendResult(ExpIsZero);
10711 if (
unsigned PartialCheck =
Test &
fcZero) {
10714 else if (PartialCheck ==
fcZero)
10718 appendResult(PartialRes);
10731 appendResult(PartialRes);
10734 if (
unsigned PartialCheck =
Test &
fcInf) {
10737 else if (PartialCheck ==
fcInf)
10744 appendResult(PartialRes);
10747 if (
unsigned PartialCheck =
Test &
fcNan) {
10748 APInt InfWithQnanBit = Inf | QNaNBitMask;
10750 if (PartialCheck ==
fcNan) {
10763 }
else if (PartialCheck ==
fcQNan) {
10775 appendResult(PartialRes);
10780 APInt ExpLSB = ExpMask & ~(ExpMask.
shl(1));
10783 APInt ExpLimit = ExpMask - ExpLSB;
10796 appendResult(PartialRes);
10819 EVT VT =
Node->getValueType(0);
10827 unsigned LZ =
Known.countMinLeadingZeros();
10828 unsigned TZ =
Known.countMinTrailingZeros();
10829 unsigned ShiftedActiveBits =
Known.getBitWidth() - (LZ + TZ);
10832 unsigned EffectiveLen = Len;
10833 if (ShiftedActiveBits > 0 && ShiftedActiveBits < Len)
10834 EffectiveLen = std::min(
alignTo(ShiftedActiveBits, 8), Len);
10839 if (!(Len <= 128 && Len % 8 == 0))
10847 if (EffectiveLen < Len && TZ > 0) {
10880 if (EffectiveLen <= 8)
10886 if (EffectiveLen == 16 && !VT.
isVector()) {
10904 for (
unsigned Shift = 8; Shift < EffectiveLen; Shift *= 2) {
10915 EVT VT =
Node->getValueType(0);
10932 return DAG.
getSelect(dl, VT, SrcIsZero,
10954 for (
unsigned i = 0; (1U << i) < NumBitsPerElt; ++i) {
10965 EVT VT =
Node->getValueType(0);
10991 :
APInt(64, 0x0218A392CD3D5DBFULL);
11004 for (
unsigned i = 0; i <
BitWidth; i++) {
11030 EVT VT =
Node->getValueType(0);
11046 return DAG.
getSelect(dl, VT, SrcIsZero,
11107 SDValue Source =
N->getOperand(0);
11110 EVT SrcVT = Source.getValueType();
11111 EVT ResVT =
N->getValueType(0);
11127 return DAG.
getNode(ISD::VP_REDUCE_UMIN,
DL, ResVT, ExtEVL,
Select, Mask, EVL);
11135static std::pair<SDValue, SDValue>
11138 EVT MaskVT = Mask.getValueType();
11189 return {Mask, StepVec};
11196 N->getOperand(0),
true,
DL, DAG);
11201 EVT MaskVT =
N->getOperand(0).getValueType();
11202 EVT ResVT =
N->getValueType(0);
11232 EVT StepVecVT = StepVec.getValueType();
11246 EVT VT =
N->getValueType(0);
11247 SDValue SourceValue =
N->getOperand(0);
11248 SDValue SinkValue =
N->getOperand(1);
11249 SDValue EltSizeInBytes =
N->getOperand(2);
11262 SDValue SourceAheadOfOrEqualToSink =
11270 if (IsReadAfterWrite)
11271 Diff = DAG.
getSelect(
DL, AddrVT, SourceAheadOfOrEqualToSink,
11279 SDValue NoAlias = SourceAheadOfOrEqualToSink;
11280 if (IsReadAfterWrite)
11287 DL, AddrVT, NoAlias,
11296 bool IsNegative)
const {
11298 EVT VT =
N->getValueType(0);
11361 EVT VT =
N->getValueType(0);
11364 bool IsSigned =
N->getOpcode() ==
ISD::ABDS;
11439 EVT VT =
N->getValueType(0);
11443 unsigned Opc =
N->getOpcode();
11452 "Unknown AVG node");
11464 return DAG.
getNode(ShiftOpc, dl, VT, Sum,
11472 LHS = DAG.
getNode(ExtOpc, dl, ExtVT, LHS);
11473 RHS = DAG.
getNode(ExtOpc, dl, ExtVT, RHS);
11501 ISD::SHL, dl, VT, ZeroExtOverflow,
11517 return DAG.
getNode(SumOpc, dl, VT, Sign, Shift);
11522 EVT VT =
N->getValueType(0);
11529 SDValue Tmp1, Tmp2, Tmp3, Tmp4, Tmp5, Tmp6, Tmp7, Tmp8;
11596 EVT VT =
N->getValueType(0);
11639 for (
unsigned I = 0, J = Sz-1;
I < Sz; ++
I, --J) {
11655std::pair<SDValue, SDValue>
11659 SDValue Chain = LD->getChain();
11660 SDValue BasePTR = LD->getBasePtr();
11661 EVT SrcVT = LD->getMemoryVT();
11662 EVT DstVT = LD->getValueType(0);
11694 LD->getPointerInfo(), SrcIntVT, LD->getBaseAlign(),
11695 LD->getMemOperand()->getFlags(), LD->getAAInfo());
11698 for (
unsigned Idx = 0; Idx < NumElem; ++Idx) {
11699 unsigned ShiftIntoIdx =
11710 Scalar = DAG.
getNode(ExtendOp, SL, DstEltVT, Scalar);
11717 return std::make_pair(
Value,
Load.getValue(1));
11726 for (
unsigned Idx = 0; Idx < NumElem; ++Idx) {
11728 ExtType, SL, DstEltVT, Chain, BasePTR,
11729 LD->getPointerInfo().getWithOffset(Idx * Stride), SrcEltVT,
11730 LD->getBaseAlign(), LD->getMemOperand()->getFlags(), LD->getAAInfo());
11741 return std::make_pair(
Value, NewChain);
11748 SDValue Chain = ST->getChain();
11749 SDValue BasePtr = ST->getBasePtr();
11751 EVT StVT = ST->getMemoryVT();
11777 for (
unsigned Idx = 0; Idx < NumElem; ++Idx) {
11781 unsigned ShiftIntoIdx =
11790 return DAG.
getStore(Chain, SL, CurrVal, BasePtr, ST->getPointerInfo(),
11791 ST->getBaseAlign(), ST->getMemOperand()->getFlags(),
11797 assert(Stride &&
"Zero stride!");
11801 for (
unsigned Idx = 0; Idx < NumElem; ++Idx) {
11809 Chain, SL, Elt, Ptr, ST->getPointerInfo().getWithOffset(Idx * Stride),
11810 MemSclVT, ST->getBaseAlign(), ST->getMemOperand()->getFlags(),
11819std::pair<SDValue, SDValue>
11822 "unaligned indexed loads not implemented!");
11823 SDValue Chain = LD->getChain();
11824 SDValue Ptr = LD->getBasePtr();
11825 EVT VT = LD->getValueType(0);
11826 EVT LoadedVT = LD->getMemoryVT();
11842 LD->getMemOperand());
11844 if (LoadedVT != VT)
11848 return std::make_pair(Result, newLoad.
getValue(1));
11856 unsigned NumRegs = (LoadedBytes + RegBytes - 1) / RegBytes;
11862 SDValue StackPtr = StackBase;
11866 EVT StackPtrVT = StackPtr.getValueType();
11872 for (
unsigned i = 1; i < NumRegs; i++) {
11875 RegVT, dl, Chain, Ptr, LD->getPointerInfo().getWithOffset(
Offset),
11876 LD->getBaseAlign(), LD->getMemOperand()->getFlags(), LD->getAAInfo());
11879 Load.getValue(1), dl,
Load, StackPtr,
11890 8 * (LoadedBytes -
Offset));
11893 LD->getPointerInfo().getWithOffset(
Offset), MemVT, LD->getBaseAlign(),
11894 LD->getMemOperand()->getFlags(), LD->getAAInfo());
11899 Load.getValue(1), dl,
Load, StackPtr,
11906 Load = DAG.
getExtLoad(LD->getExtensionType(), dl, VT, TF, StackBase,
11911 return std::make_pair(
Load, TF);
11915 "Unaligned load of unsupported type.");
11924 Align Alignment = LD->getBaseAlign();
11925 unsigned IncrementSize = NumBits / 8;
11936 NewLoadedVT, Alignment, LD->getMemOperand()->getFlags(),
11941 LD->getPointerInfo().getWithOffset(IncrementSize),
11942 NewLoadedVT, Alignment, LD->getMemOperand()->getFlags(),
11945 Hi = DAG.
getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(),
11946 NewLoadedVT, Alignment, LD->getMemOperand()->getFlags(),
11951 LD->getPointerInfo().getWithOffset(IncrementSize),
11952 NewLoadedVT, Alignment, LD->getMemOperand()->getFlags(),
11964 return std::make_pair(Result, TF);
11970 "unaligned indexed stores not implemented!");
11971 SDValue Chain = ST->getChain();
11972 SDValue Ptr = ST->getBasePtr();
11973 SDValue Val = ST->getValue();
11975 Align Alignment = ST->getBaseAlign();
11977 EVT StoreMemVT = ST->getMemoryVT();
11993 Result = DAG.
getStore(Chain, dl, Result, Ptr, ST->getPointerInfo(),
11994 Alignment, ST->getMemOperand()->getFlags());
12005 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes;
12013 Chain, dl, Val, StackPtr,
12016 EVT StackPtrVT = StackPtr.getValueType();
12024 for (
unsigned i = 1; i < NumRegs; i++) {
12027 RegVT, dl,
Store, StackPtr,
12031 ST->getPointerInfo().getWithOffset(
Offset),
12032 ST->getBaseAlign(),
12033 ST->getMemOperand()->getFlags()));
12053 ST->getPointerInfo().getWithOffset(
Offset), LoadMemVT,
12054 ST->getBaseAlign(), ST->getMemOperand()->getFlags(), ST->getAAInfo()));
12061 "Unaligned store of unknown type.");
12065 unsigned IncrementSize = NumBits / 8;
12085 Ptr, ST->getPointerInfo(), NewStoredVT, Alignment,
12086 ST->getMemOperand()->getFlags());
12091 ST->getPointerInfo().getWithOffset(IncrementSize), NewStoredVT, Alignment,
12092 ST->getMemOperand()->getFlags(), ST->getAAInfo());
12103 bool IsCompressedMemory)
const {
12106 EVT MaskVT = Mask.getValueType();
12108 "Incompatible types of Data and Mask");
12109 if (IsCompressedMemory) {
12122 MaskIntVT = MVT::i32;
12141 "Cannot index a scalable vector within a fixed-width vector");
12152 if (IdxCst->getZExtValue() + (NumSubElts - 1) < NElts)
12166 unsigned MaxIndex = NumSubElts < NElts ? NElts - NumSubElts : 0;
12176 DAG, VecPtr, VecVT,
12178 Index, PtrArithFlags);
12194 "Converting bits to bytes lost precision");
12196 "Sub-vector must be a vector with matching element type");
12200 EVT IdxVT = Index.getValueType();
12231 assert(EmuTlsVar &&
"Cannot find EmuTlsVar ");
12232 Args.emplace_back(DAG.
getGlobalAddress(EmuTlsVar, dl, PtrVT), VoidPtrType);
12239 std::pair<SDValue, SDValue> CallResult =
LowerCallTo(CLI);
12248 "Emulated TLS must have zero offset in GlobalAddressSDNode");
12249 return CallResult.first;
12260 EVT VT =
Op.getOperand(0).getValueType();
12262 if (VT.
bitsLT(MVT::i32)) {
12280 unsigned Opcode =
Node->getOpcode();
12287 return DAG.
getNode(AltOpcode,
DL, VT, Op0, Op1);
12328 {Op0, Op1, DAG.getCondCode(CC)})) {
12335 {Op0, Op1, DAG.getCondCode(CC)})) {
12363 unsigned Opcode =
Node->getOpcode();
12366 EVT VT = LHS.getValueType();
12369 assert(VT == RHS.getValueType() &&
"Expected operands to be the same type");
12399 unsigned OverflowOp;
12414 llvm_unreachable(
"Expected method to receive signed or unsigned saturation "
12415 "addition or subtraction node.");
12423 unsigned BitWidth = LHS.getScalarValueSizeInBits();
12426 SDValue SumDiff = Result.getValue(0);
12427 SDValue Overflow = Result.getValue(1);
12449 return DAG.
getSelect(dl, VT, Overflow, Zero, SumDiff);
12453 "Expected signed saturating add/sub opcode");
12469 bool RHSIsNonNegative =
12471 if (LHSIsNonNegative || RHSIsNonNegative) {
12473 return DAG.
getSelect(dl, VT, Overflow, SatMax, SumDiff);
12477 bool RHSIsNegative =
12479 if (LHSIsNegative || RHSIsNegative) {
12481 return DAG.
getSelect(dl, VT, Overflow, SatMin, SumDiff);
12489 return DAG.
getSelect(dl, VT, Overflow, Result, SumDiff);
12493 unsigned Opcode =
Node->getOpcode();
12496 EVT VT = LHS.getValueType();
12497 EVT ResVT =
Node->getValueType(0);
12529 unsigned Opcode =
Node->getOpcode();
12533 EVT VT = LHS.getValueType();
12538 "Expected a SHLSAT opcode");
12570 EVT VT = LHS.getValueType();
12571 assert(RHS.getValueType() == VT &&
"Mismatching operand types");
12573 assert((HiLHS && HiRHS) || (!HiLHS && !HiRHS));
12575 "Signed flag should only be set when HiLHS and RiRHS are null");
12583 unsigned HalfBits = Bits / 2;
12628 EVT VT = LHS.getValueType();
12629 assert(RHS.getValueType() == VT &&
"Mismatching operand types");
12633 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
12634 if (WideVT == MVT::i16)
12635 LC = RTLIB::MUL_I16;
12636 else if (WideVT == MVT::i32)
12637 LC = RTLIB::MUL_I32;
12638 else if (WideVT == MVT::i64)
12639 LC = RTLIB::MUL_I64;
12640 else if (WideVT == MVT::i128)
12641 LC = RTLIB::MUL_I128;
12644 if (LibcallImpl == RTLIB::Unsupported) {
12672 SDValue Args[] = {LHS, HiLHS, RHS, HiRHS};
12673 Ret =
makeLibCall(DAG, LC, WideVT, Args, CallOptions, dl).first;
12675 SDValue Args[] = {HiLHS, LHS, HiRHS, RHS};
12676 Ret =
makeLibCall(DAG, LC, WideVT, Args, CallOptions, dl).first;
12679 "Ret value is a collection of constituent nodes holding result.");
12696 "Expected a fixed point multiplication opcode");
12701 EVT VT = LHS.getValueType();
12702 unsigned Scale =
Node->getConstantOperandVal(2);
12718 SDValue Product = Result.getValue(0);
12719 SDValue Overflow = Result.getValue(1);
12730 Result = DAG.
getSelect(dl, VT, ProdNeg, SatMin, SatMax);
12731 return DAG.
getSelect(dl, VT, Overflow, Result, Product);
12735 SDValue Product = Result.getValue(0);
12736 SDValue Overflow = Result.getValue(1);
12740 return DAG.
getSelect(dl, VT, Overflow, SatMax, Product);
12745 "Expected scale to be less than the number of bits if signed or at "
12746 "most the number of bits if unsigned.");
12747 assert(LHS.getValueType() == RHS.getValueType() &&
12748 "Expected both operands to be the same type");
12757 return DAG.
getSelectCC(dl, Cond0, Cond1, Sat, Val, CC);
12767 Lo = Result.getValue(0);
12768 Hi = Result.getValue(1);
12771 Hi = DAG.
getNode(HiOp, dl, VT, LHS, RHS);
12789 if (Scale == VTSize)
12812 return getSaturatingSelect(
Hi, LowMask, DAG.
getConstant(MaxVal, dl, VT),
12830 getSaturatingSelect(
Hi, Zero, SatMin, SatMax,
ISD::SETLT);
12832 return DAG.
getSelect(dl, VT, Overflow, ResultIfOverflow, Result);
12845 Result = getSaturatingSelect(
Hi, LowMask, SatMax, Result,
ISD::SETGT);
12846 Result = getSaturatingSelect(
Hi, HighMask, SatMin, Result,
ISD::SETLT);
12856 "Expected a fixed point division opcode");
12858 EVT VT = LHS.getValueType();
12880 if (LHSLead + RHSTrail < Scale + (
unsigned)(Saturating &&
Signed))
12883 unsigned LHSShift = std::min(LHSLead, Scale);
12884 unsigned RHSShift = Scale - LHSShift;
12948 { LHS, RHS, CarryIn });
12955 LHS.getValueType(), LHS, RHS);
12957 EVT ResultType =
Node->getValueType(1);
12968 DAG.
getSetCC(dl, SetCCType, Result,
12977 SetCC = DAG.
getSetCC(dl, SetCCType, Result, LHS, CC);
12990 LHS.getValueType(), LHS, RHS);
12992 EVT ResultType =
Node->getValueType(1);
12999 SDValue Sat = DAG.
getNode(OpcSat, dl, LHS.getValueType(), LHS, RHS);
13015 DAG.
getNode(
ISD::XOR, dl, OType, RHSNegative, ResultLowerThanLHS), dl,
13016 ResultType, ResultType);
13023 DAG.
getNode(
ISD::XOR, dl, OType, LHSLessThanRHS, ResultNegative), dl,
13024 ResultType, ResultType);
13031 EVT VT =
Node->getValueType(0);
13039 const APInt &
C = RHSC->getAPIntValue();
13041 if (
C.isPowerOf2()) {
13043 bool UseArithShift =
isSigned && !
C.isMinSignedValue();
13046 Overflow = DAG.
getSetCC(dl, SetCCVT,
13048 dl, VT, Result, ShiftAmt),
13058 static const unsigned Ops[2][3] =
13084 Result = BottomHalf;
13091 Overflow = DAG.
getSetCC(dl, SetCCVT, TopHalf,
13096 EVT RType =
Node->getValueType(1);
13101 "Unexpected result type for S/UMULO legalization");
13107 EVT VT =
Node->getValueType(0);
13145 EVT VT =
Op.getValueType();
13150 bool WidenSrc =
false;
13151 switch (
Node->getOpcode()) {
13204 "Expanding reductions for scalable vectors is undefined.");
13213 for (
unsigned i = 1; i < NumElts; i++)
13214 Res = DAG.
getNode(BaseOpcode, dl, EltVT, Res,
Ops[i], Flags);
13217 if (EltVT !=
Node->getValueType(0))
13233 "Expanding reductions for scalable vectors is undefined.");
13243 for (
unsigned i = 0; i < NumElts; i++)
13244 Res = DAG.
getNode(BaseOpcode, dl, EltVT, Res,
Ops[i], Flags);
13251 EVT VT =
Node->getValueType(0);
13260 Result = DAG.
getNode(DivRemOpc, dl, VTs, Dividend, Divisor).
getValue(1);
13265 SDValue Divide = DAG.
getNode(DivOpc, dl, VT, Dividend, Divisor);
13280 EVT SrcVT = Src.getValueType();
13281 EVT DstVT =
Node->getValueType(0);
13286 assert(SatWidth <= DstWidth &&
13287 "Expected saturation width smaller than result width");
13291 APInt MinInt, MaxInt;
13302 if (SrcVT == MVT::f16 || SrcVT == MVT::bf16) {
13304 SrcVT = Src.getValueType();
13324 auto EmitMinMax = [&](
unsigned MinOpcode,
unsigned MaxOpcode,
13325 bool MayPropagateNaN) {
13335 Clamped = DAG.
getNode(MaxOpcode, dl, SrcVT, Clamped, MinFloatNode);
13337 Clamped = DAG.
getNode(MinOpcode, dl, SrcVT, Clamped, MaxFloatNode);
13340 dl, DstVT, Clamped);
13344 if (!MayPropagateNaN && !IsSigned)
13352 return DAG.
getSelect(dl, DstVT, IsNan, ZeroInt, FpToInt);
13354 if (AreExactFloatBounds) {
13404 EVT OperandVT =
Op.getValueType();
13430 Op.getValueType());
13434 KeepNarrow = DAG.
getNode(
ISD::OR, dl, WideSetCCVT, KeepNarrow, AlreadyOdd);
13445 SDValue Adjust = DAG.
getSelect(dl, ResultIntVT, NarrowIsRd, One, NegativeOne);
13447 Op = DAG.
getSelect(dl, ResultIntVT, KeepNarrow, NarrowBits, Adjusted);
13454 EVT VT =
Node->getValueType(0);
13457 if (
Node->getConstantOperandVal(1) == 1) {
13460 EVT OperandVT =
Op.getValueType();
13472 EVT I32 =
F32.changeTypeToInteger();
13508 "Unexpected opcode!");
13509 assert((
Node->getValueType(0).isScalableVector() ||
13511 "Fixed length vector types with constant offsets expected to use "
13512 "SHUFFLE_VECTOR!");
13514 EVT VT =
Node->getValueType(0);
13535 EVT PtrVT = StackPtr.getValueType();
13547 DAG.
getStore(StoreV1,
DL, V2, StackPtr2, PtrInfo, Alignment);
13563 return DAG.
getLoad(VT,
DL, StoreV2, StackPtr,
13576 EVT MaskVT = Mask.getValueType();
13593 bool HasPassthru = !Passthru.
isUndef();
13599 Chain = DAG.
getStore(Chain,
DL, Passthru, StackPtr, PtrInfo, Alignment);
13602 APInt PassthruSplatVal;
13603 bool IsSplatPassthru =
13606 if (IsSplatPassthru) {
13610 LastWriteVal = DAG.
getConstant(PassthruSplatVal,
DL, ScalarVT);
13611 }
else if (HasPassthru) {
13627 ScalarVT,
DL, Chain, LastElmtPtr,
13633 for (
unsigned I = 0;
I < NumElms;
I++) {
13637 Chain,
DL, ValI, OutPtr,
13649 if (HasPassthru &&
I == NumElms - 1) {
13659 LastWriteVal = DAG.
getSelect(
DL, ScalarVT, AllLanesSelected, ValI,
13662 Chain,
DL, LastWriteVal, OutPtr,
13667 return DAG.
getLoad(VecVT,
DL, Chain, StackPtr, PtrInfo, Alignment);
13672 EVT VT =
Node->getValueType(0);
13684 EVT ResVT =
Node->getValueType(0);
13698 return DAG.
getSelect(
DL, ResVT, ResLoNotNumElts, ResLo, Sum);
13701 EVT StepVecVT = StepVec.getValueType();
13723 SDValue Source =
N->getOperand(0);
13724 SDValue Needle =
N->getOperand(1);
13726 EVT SourceVT = Source.getValueType();
13728 EVT ResVT =
N->getValueType(0);
13738 if (NeedleVT == SourceVT) {
13741 SourceVT,
DL, Needle, DAG.
getUNDEF(SourceVT),
13755 UseVT =
N->user_begin()->getValueType(0);
13761 if (UseVT != ResVT)
13770 SDValue MulLHS =
N->getOperand(1);
13771 SDValue MulRHS =
N->getOperand(2);
13779 unsigned ExtOpcLHS, ExtOpcRHS;
13780 switch (
N->getOpcode()) {
13800 unsigned Opc =
N->getOpcode();
13803 unsigned CountRatio =
13805 unsigned WidthRatio =
13824 DAG.
getNode(ExtOpcLHS,
DL, ProdVT, MulLHS),
13825 DAG.
getNode(ExtOpcRHS,
DL, ProdVT, MulRHS));
13830 EVT MidVT =
Lo.getValueType()
13831 .widenIntegerVectorElementType(Ctx)
13832 .getHalfNumVectorElementsVT(Ctx);
13842 if (ExtMulOpVT != MulOpVT) {
13843 MulLHS = DAG.
getNode(ExtOpcLHS,
DL, ExtMulOpVT, MulLHS);
13844 MulRHS = DAG.
getNode(ExtOpcRHS,
DL, ExtMulOpVT, MulRHS);
13858 std::deque<SDValue> Subvectors = {Acc};
13859 for (
unsigned I = 0;
I < ScaleFactor;
I++)
13862 unsigned FlatNode =
13866 while (Subvectors.size() > 1) {
13867 Subvectors.push_back(
13868 DAG.
getNode(FlatNode,
DL, AccVT, {Subvectors[0], Subvectors[1]}));
13869 Subvectors.pop_front();
13870 Subvectors.pop_front();
13873 assert(Subvectors.size() == 1 &&
13874 "There should only be one subvector after tree flattening");
13876 return Subvectors[0];
13889 if (
Op.getNode() != FPNode)
13893 while (!Worklist.
empty()) {
13927 std::optional<unsigned> CallRetResNo)
const {
13928 if (LC == RTLIB::UNKNOWN_LIBCALL)
13932 if (LibcallImpl == RTLIB::Unsupported)
13936 EVT VT =
Node->getValueType(0);
13937 unsigned NumResults =
Node->getNumValues();
13947 SDValue StoreValue = ST->getValue();
13948 unsigned ResNo = StoreValue.
getResNo();
13950 if (CallRetResNo == ResNo)
13953 if (!ST->isSimple() || ST->getAddressSpace() != 0)
13956 if (StoresInChain && ST->getChain() != StoresInChain)
13960 if (ST->getAlign() <
13968 ResultStores[ResNo] = ST;
13969 StoresInChain = ST->getChain();
13976 EVT ArgVT =
Op.getValueType();
13978 Args.emplace_back(
Op, ArgTy);
13985 if (ResNo == CallRetResNo)
13987 EVT ResVT =
Node->getValueType(ResNo);
13989 ResultPtrs[ResNo] = ResultPtr;
13990 Args.emplace_back(ResultPtr,
PointerTy);
14002 Type *RetType = CallRetResNo.has_value()
14003 ?
Node->getValueType(*CallRetResNo).getTypeForEVT(Ctx)
14015 if (ResNo == CallRetResNo) {
14021 ResultPtr, PtrInfo);
14027 PtrInfo = ST->getPointerInfo();
14034 Results.push_back(LoadResult);
14042 SDValue &CC,
bool &NeedInvert,
14044 bool IsSignaling)
const {
14045 MVT OpVT = LHS.getSimpleValueType();
14047 NeedInvert =
false;
14062 bool NeedSwap =
false;
14063 InvCC = getSetCCInverse(CCCode, OpVT);
14079 if (OpVT == MVT::i1) {
14094 DAG.
getNOT(dl, LHS, MVT::i1));
14099 DAG.
getNOT(dl, RHS, MVT::i1));
14104 DAG.
getNOT(dl, LHS, MVT::i1));
14109 DAG.
getNOT(dl, RHS, MVT::i1));
14132 "If SETUE is expanded, SETOEQ or SETUNE must be legal!");
14137 "If SETO is expanded, SETOEQ must be legal!");
14154 NeedInvert = ((
unsigned)CCCode & 0x8U);
14194 SetCC1 = DAG.
getSetCC(dl, VT, LHS, RHS, CC1, Chain, IsSignaling);
14195 SetCC2 = DAG.
getSetCC(dl, VT, LHS, RHS, CC2, Chain, IsSignaling);
14198 SetCC1 = DAG.
getSetCC(dl, VT, LHS, LHS, CC1, Chain, IsSignaling);
14199 SetCC2 = DAG.
getSetCC(dl, VT, RHS, RHS, CC2, Chain, IsSignaling);
14204 LHS = DAG.
getNode(
Opc, dl, VT, SetCC1, SetCC2);
14215 EVT VT =
Node->getValueType(0);
14227 unsigned Opcode =
Node->getOpcode();
14235 if (!V.getValueType().isVector()) {
14271 std::optional<unsigned> ByteOffset;
14275 int Elt = ConstEltNo->getZExtValue();
14289 unsigned IsFast = 0;
14299 DAG, OriginalLoad->
getBasePtr(), InVecVT, EltNo);
14304 if (ResultVT.
bitsGT(VecEltVT)) {
14313 NewPtr, MPI, VecEltVT, Alignment,
14323 if (ResultVT.
bitsLT(VecEltVT))
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
AMDGPU Register Bank Select
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Function Alias Analysis Results
block Block Frequency Analysis
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
static GCRegistry::Add< StatepointGC > D("statepoint-example", "an example strategy for statepoint")
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
static std::optional< bool > isBigEndian(const SmallDenseMap< int64_t, int64_t, 8 > &MemOffset2Idx, int64_t LowestIdx)
Given a map from byte offsets in memory to indices in a load/store, determine if that map corresponds...
static bool isSigned(unsigned Opcode)
static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, const APInt &Demanded)
Check to see if the specified operand of the specified instruction is a constant integer.
const AbstractManglingParser< Derived, Alloc >::OperatorInfo AbstractManglingParser< Derived, Alloc >::Ops[]
static bool isNonZeroModBitWidthOrUndef(const MachineRegisterInfo &MRI, Register Reg, unsigned BW)
static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, AssumptionCache *AC)
static bool isUndef(const MachineInstr &MI)
Register const TargetRegisterInfo * TRI
Function const char * Passes
if(auto Err=PB.parsePassPipeline(MPM, Passes)) return wrap(std MPM run * Mod
const SmallVectorImpl< MachineOperand > & Cond
Contains matchers for matching SelectionDAG nodes and values.
static cl::opt< unsigned > MaxSteps("has-predecessor-max-steps", cl::Hidden, cl::init(8192), cl::desc("DAG combiner limit number of steps when searching DAG " "for predecessor nodes"))
static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")
static std::pair< SDValue, SDValue > getLegalMaskAndStepVector(SDValue Mask, bool ZeroIsPoison, SDLoc DL, SelectionDAG &DAG)
Returns a type-legalized version of Mask as the first item in the pair.
static SDValue foldSetCCWithFunnelShift(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, const SDLoc &dl, SelectionDAG &DAG)
static bool lowerImmediateIfPossible(TargetLowering::ConstraintPair &P, SDValue Op, SelectionDAG *DAG, const TargetLowering &TLI)
If we have an immediate, see if we can lower it.
#define FP_CMP_LIBCALL(BASE)
static APInt getKnownUndefForVectorBinop(SDValue BO, SelectionDAG &DAG, const APInt &UndefOp0, const APInt &UndefOp1)
Given a vector binary operation and known undefined elements for each input operand,...
static SDValue BuildExactUDIV(const TargetLowering &TLI, SDNode *N, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl< SDNode * > &Created)
Given an exact UDIV by a constant, create a multiplication with the multiplicative inverse of the con...
static std::pair< RTLIB::Libcall, ISD::CondCode > selectFPCmpLibcall(const LibcallLoweringInfo &Libcalls, RTLIB::Libcall BoolLC, RTLIB::Libcall TriStateLC, RTLIB::Libcall GenericLC, ISD::CondCode TriStateCC)
Select the libcall and the condition code to test its result against 0 for an ordered floating-point ...
static SDValue isSpecificZeroAfterMaybeRounding(SelectionDAG &DAG, const TargetLowering &TLI, const SDLoc &DL, SDValue Val, FPClassTest FPClass)
static bool canNarrowCLMULToLegal(const TargetLowering &TLI, LLVMContext &Ctx, EVT VT, unsigned HalveDepth=0, unsigned TotalDepth=0)
Check if CLMUL on VT can eventually reach a type with legal CLMUL through a chain of halving decompos...
static SDValue clampDynamicVectorIndex(SelectionDAG &DAG, SDValue Idx, EVT VecVT, const SDLoc &dl, ElementCount SubEC)
static unsigned getConstraintPiority(TargetLowering::ConstraintType CT)
Return a number indicating our preference for chosing a type of constraint over another,...
static std::optional< bool > isFCmpEqualZero(FPClassTest Test, const fltSemantics &Semantics, const MachineFunction &MF)
Returns a true value if if this FPClassTest can be performed with an ordered fcmp to 0,...
static bool canFoldStoreIntoLibCallOutputPointers(StoreSDNode *StoreNode, SDNode *FPNode)
Given a store node StoreNode, return true if it is safe to fold that node into FPNode,...
static void turnVectorIntoSplatVector(MutableArrayRef< SDValue > Values, std::function< bool(SDValue)> Predicate, SDValue AlternativeReplacement=SDValue())
If all values in Values that don't match the predicate are same 'splat' value, then replace all value...
static bool canExpandVectorCTPOP(const TargetLowering &TLI, EVT VT)
static SDValue foldSetCCWithRotate(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, const SDLoc &dl, SelectionDAG &DAG)
static SDValue BuildExactSDIV(const TargetLowering &TLI, SDNode *N, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl< SDNode * > &Created)
Given an exact SDIV by a constant, create a multiplication with the multiplicative inverse of the con...
static SDValue simplifySetCCWithCTPOP(const TargetLowering &TLI, EVT VT, SDValue N0, const APInt &C1, ISD::CondCode Cond, const SDLoc &dl, SelectionDAG &DAG)
static SDValue combineShiftToAVG(SDValue Op, TargetLowering::TargetLoweringOpt &TLO, const TargetLowering &TLI, const APInt &DemandedBits, const APInt &DemandedElts, unsigned Depth)
This file describes how to lower LLVM code to machine code.
static int Lookup(ArrayRef< TableEntry > Table, unsigned Opcode)
static SDValue scalarizeVectorStore(StoreSDNode *Store, MVT StoreVT, SelectionDAG &DAG)
Scalarize a vector store, bitcasting to TargetVT to determine the scalar type.
static LLVM_ABI const llvm::fltSemantics & EnumToSemantics(Semantics S)
static constexpr roundingMode rmTowardZero
static LLVM_ABI ExponentType semanticsMinExponent(const fltSemantics &)
static LLVM_ABI bool semanticsHasSignedRepr(const fltSemantics &)
static LLVM_ABI unsigned getSizeInBits(const fltSemantics &Sem)
Returns the size of the floating point number (in bits) in the given semantics.
static constexpr roundingMode rmNearestTiesToEven
static LLVM_ABI unsigned int semanticsPrecision(const fltSemantics &)
static LLVM_ABI bool isIEEELikeFP(const fltSemantics &)
opStatus
IEEE-754R 7: Default exception handling.
opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM)
static APFloat getSmallestNormalized(const fltSemantics &Sem, bool Negative=false)
Returns the smallest (by magnitude) normalized finite number in the given semantics.
APInt bitcastToAPInt() const
static APFloat getLargest(const fltSemantics &Sem, bool Negative=false)
Returns the largest finite number in the given semantics.
static APFloat getInf(const fltSemantics &Sem, bool Negative=false)
Factory for Positive and Negative Infinity.
static APFloat getNaN(const fltSemantics &Sem, bool Negative=false, uint64_t payload=0)
Factory for NaN values.
Class for arbitrary precision integers.
LLVM_ABI APInt udiv(const APInt &RHS) const
Unsigned division operation.
static APInt getAllOnes(unsigned numBits)
Return an APInt of a specified width with all bits set.
static LLVM_ABI void udivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient, APInt &Remainder)
Dual division/remainder interface.
void clearBit(unsigned BitPosition)
Set a given bit to 0.
bool isNegatedPowerOf2() const
Check if this APInt's negated value is a power of two greater than zero.
LLVM_ABI APInt zext(unsigned width) const
Zero extend to a new width.
static APInt getSignMask(unsigned BitWidth)
Get the SignMask for a specific bit width.
bool isMinSignedValue() const
Determine if this is the smallest signed value.
uint64_t getZExtValue() const
Get zero extended value.
LLVM_ABI APInt zextOrTrunc(unsigned width) const
Zero extend or truncate to width.
unsigned getActiveBits() const
Compute the number of active bits in the value.
LLVM_ABI APInt trunc(unsigned width) const
Truncate to new width.
static APInt getMaxValue(unsigned numBits)
Gets maximum unsigned value of APInt for specific bit width.
void setBit(unsigned BitPosition)
Set the given bit to 1 whose position is given as "bitPosition".
bool isAllOnes() const
Determine if all bits are set. This is true for zero-width values.
bool ugt(const APInt &RHS) const
Unsigned greater than comparison.
static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit)
Get a value with a block of bits set.
bool isZero() const
Determine if this value is zero, i.e. all bits are clear.
LLVM_ABI APInt urem(const APInt &RHS) const
Unsigned remainder operation.
void setSignBit()
Set the sign bit to 1.
unsigned getBitWidth() const
Return the number of bits in the APInt.
static APInt getSignedMaxValue(unsigned numBits)
Gets maximum signed value of APInt for a specific bit width.
static APInt getMinValue(unsigned numBits)
Gets minimum unsigned value of APInt for a specific bit width.
bool isNegative() const
Determine sign of this APInt.
bool intersects(const APInt &RHS) const
This operation tests if there are any pairs of corresponding bits between this APInt and RHS that are...
void clearAllBits()
Set every bit to 0.
void ashrInPlace(unsigned ShiftAmt)
Arithmetic right-shift this APInt by ShiftAmt in place.
LLVM_ABI APInt uadd_ov(const APInt &RHS, bool &Overflow) const
void negate()
Negate this APInt in place.
unsigned countr_zero() const
Count the number of trailing zero bits.
unsigned countl_zero() const
The APInt version of std::countl_zero.
static LLVM_ABI APInt getSplat(unsigned NewLen, const APInt &V)
Return a value containing V broadcasted over NewLen bits.
static APInt getSignedMinValue(unsigned numBits)
Gets minimum signed value of APInt for a specific bit width.
unsigned getSignificantBits() const
Get the minimum bit size for this signed APInt.
unsigned countLeadingZeros() const
bool isStrictlyPositive() const
Determine if this APInt Value is positive.
LLVM_ABI void insertBits(const APInt &SubBits, unsigned bitPosition)
Insert the bits from a smaller APInt starting at bitPosition.
void clearLowBits(unsigned loBits)
Set bottom loBits bits to 0.
unsigned logBase2() const
uint64_t getLimitedValue(uint64_t Limit=UINT64_MAX) const
If this value is smaller than the specified limit, return it, otherwise return the limit value.
APInt ashr(unsigned ShiftAmt) const
Arithmetic right-shift function.
void setAllBits()
Set every bit to 1.
LLVM_ABI APInt multiplicativeInverse() const
bool isMask(unsigned numBits) const
bool isMaxSignedValue() const
Determine if this is the largest signed value.
bool isNonNegative() const
Determine if this APInt Value is non-negative (>= 0)
bool ule(const APInt &RHS) const
Unsigned less or equal comparison.
LLVM_ABI APInt sext(unsigned width) const
Sign extend to a new width.
void setBits(unsigned loBit, unsigned hiBit)
Set the bits from loBit (inclusive) to hiBit (exclusive) to 1.
APInt shl(unsigned shiftAmt) const
Left-shift function.
bool isSubsetOf(const APInt &RHS) const
This operation checks that all bits set in this APInt are also set in RHS.
bool isPowerOf2() const
Check if this APInt's value is a power of two greater than zero.
static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet)
Constructs an APInt value that has the bottom loBitsSet bits set.
void clearBits(unsigned LoBit, unsigned HiBit)
Clear the bits from LoBit (inclusive) to HiBit (exclusive) to 0.
static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet)
Constructs an APInt value that has the top hiBitsSet bits set.
static APInt getZero(unsigned numBits)
Get the '0' value for the specified bit-width.
void setLowBits(unsigned loBits)
Set the bottom loBits bits.
LLVM_ABI APInt extractBits(unsigned numBits, unsigned bitPosition) const
Return an APInt with the extracted bits [bitPosition,bitPosition+numBits).
bool isOne() const
Determine if this is a value of 1.
static APInt getBitsSetFrom(unsigned numBits, unsigned loBit)
Constructs an APInt value that has a contiguous range of bits set.
static APInt getOneBitSet(unsigned numBits, unsigned BitNo)
Return an APInt with exactly one bit set in the result.
void clearHighBits(unsigned hiBits)
Set top hiBits bits to 0.
int64_t getSExtValue() const
Get sign extended value.
void lshrInPlace(unsigned ShiftAmt)
Logical right-shift this APInt by ShiftAmt in place.
APInt lshr(unsigned shiftAmt) const
Logical right-shift function.
unsigned countr_one() const
Count the number of trailing one bits.
bool uge(const APInt &RHS) const
Unsigned greater or equal comparison.
void setBitVal(unsigned BitPosition, bool BitValue)
Set a given bit to a given value.
Represent a constant reference to an array (0 or more elements consecutively in memory),...
size_t size() const
Get the array size.
A "pseudo-class" with methods for operating on BUILD_VECTORs.
LLVM_ABI ConstantSDNode * getConstantSplatNode(const APInt &DemandedElts, BitVector *UndefElements=nullptr) const
Returns the demanded splatted constant or null if this is not a constant splat.
CCValAssign - Represent assignment of one arg/retval to a location.
Register getLocReg() const
Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to callin...
LLVM_ABI bool isIndirectCall() const
Return true if the callsite is an indirect call.
This class represents a function call, abstracting a target machine's calling convention.
static Constant * get(LLVMContext &Context, ArrayRef< ElementTy > Elts)
get() constructor - Return a constant with array type with an element count and element type matching...
ConstantFP - Floating Point Values [float, double].
This class represents a range of values.
const APInt & getAPIntValue() const
This is an important base class in LLVM.
A parsed version of the target data layout string in and methods for querying it.
bool isLittleEndian() const
Layout endianness...
LLVM_ABI Align getABITypeAlign(Type *Ty) const
Returns the minimum ABI-required alignment for the specified type.
LLVM_ABI Align getPrefTypeAlign(Type *Ty) const
Returns the preferred stack/global alignment for the specified type.
static constexpr ElementCount getFixed(ScalarTy MinVal)
static constexpr ElementCount get(ScalarTy MinVal, bool Scalable)
AttributeList getAttributes() const
Return the attribute list for this Function.
int64_t getOffset() const
const GlobalValue * getGlobal() const
Module * getParent()
Get the module that this global value is contained inside of...
std::vector< std::string > ConstraintCodeVector
static LLVM_ABI IntegerType * get(LLVMContext &C, unsigned NumBits)
This static method is the primary way of constructing an IntegerType.
This is an important class for using LLVM in a threaded context.
LLVM_ABI void emitError(const Instruction *I, const Twine &ErrorStr)
emitError - Emit an error message to the currently installed error handler with optional location inf...
Tracks which library functions to use for a particular subtarget or function.
RTLIB::LibcallImpl getLibcallImpl(RTLIB::Libcall Call) const
Return the lowering's selection of implementation call for Call.
This class is used to represent ISD::LOAD nodes.
const SDValue & getBasePtr() const
Context object for machine code objects.
Base class for the full range of assembler expressions which are needed for parsing.
iterator_range< regclass_iterator > regclasses() const
Wrapper class representing physical registers. Should be passed by value.
static const MCSymbolRefExpr * create(const MCSymbol *Symbol, MCContext &Ctx, SMLoc Loc=SMLoc())
bool isInteger() const
Return true if this is an integer or a vector integer type.
TypeSize getSizeInBits() const
Returns the size of the specified MVT in bits.
static MVT getIntegerVT(unsigned BitWidth)
MVT getScalarType() const
If this is a vector, return the element type, otherwise return this.
The MachineFrameInfo class represents an abstract stack frame until prolog/epilog code is inserted.
void setAdjustsStack(bool V)
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
DenormalMode getDenormalMode(const fltSemantics &FPType) const
Returns the denormal handling type for the default rounding mode of the function.
MCSymbol * getJTISymbol(unsigned JTI, MCContext &Ctx, bool isLinkerPrivate=false) const
getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
Function & getFunction()
Return the LLVM function that this machine code represents.
const TargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
@ EK_LabelDifference32
EK_LabelDifference32 - Each entry is the address of the block minus the address of the jump table.
@ EK_BlockAddress
EK_BlockAddress - Each entry is a plain address of block, e.g.: .word LBB123.
Flags getFlags() const
Return the raw flags of the source value,.
static bool clobbersPhysReg(const uint32_t *RegMask, MCRegister PhysReg)
clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
LLVM_ABI MCRegister getLiveInPhysReg(Register VReg) const
getLiveInPhysReg - If VReg is a live-in virtual register, return the corresponding live-in physical r...
unsigned getAddressSpace() const
Return the address space for the associated pointer.
AAMDNodes getAAInfo() const
Returns the AA info that describes the dereference.
bool isSimple() const
Returns true if the memory operation is neither atomic or volatile.
MachineMemOperand * getMemOperand() const
Return the unique MachineMemOperand object describing the memory reference performed by operation.
const MachinePointerInfo & getPointerInfo() const
const SDValue & getChain() const
const GlobalVariable * getNamedGlobal(StringRef Name) const
Return the global variable in the module with the specified name, of arbitrary type.
Represent a mutable reference to an array (0 or more elements consecutively in memory),...
Class to represent pointers.
static PointerType * getUnqual(LLVMContext &C)
This constructs an opaque pointer to an object in the default address space (address space zero).
static LLVM_ABI PointerType * get(LLVMContext &C, unsigned AddressSpace)
This constructs an opaque pointer to an object in a numbered address space.
Wrapper class representing virtual and physical registers.
Wrapper class for IR location info (IR ordering and DebugLoc) to be passed into SDNode creation funct...
Represents one node in the SelectionDAG.
ArrayRef< SDUse > ops() const
unsigned getOpcode() const
Return the SelectionDAG opcode value for this node.
bool hasOneUse() const
Return true if there is exactly one use of this node.
SDNodeFlags getFlags() const
static bool hasPredecessorHelper(const SDNode *N, SmallPtrSetImpl< const SDNode * > &Visited, SmallVectorImpl< const SDNode * > &Worklist, unsigned int MaxSteps=0, bool TopologicalPrune=false)
Returns true if N is a predecessor of any node in Worklist.
const SDValue & getOperand(unsigned Num) const
EVT getValueType(unsigned ResNo) const
Return the type of a specified result.
Unlike LLVM values, Selection DAG nodes may return multiple values as the result of a computation.
SDNode * getNode() const
get the SDNode which holds the desired result
bool hasOneUse() const
Return true if there is exactly one node using value ResNo of Node, in exactly one operand.
SDValue getValue(unsigned R) const
EVT getValueType() const
Return the ValueType of the referenced return value.
TypeSize getValueSizeInBits() const
Returns the size of the value in bits.
const SDValue & getOperand(unsigned i) const
bool use_empty() const
Return true if there are no nodes using value ResNo of Node.
const APInt & getConstantOperandAPInt(unsigned i) const
uint64_t getScalarValueSizeInBits() const
unsigned getResNo() const
get the index which selects a specific result in the SDNode
uint64_t getConstantOperandVal(unsigned i) const
MVT getSimpleValueType() const
Return the simple ValueType of the referenced return value.
unsigned getOpcode() const
This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representa...
LLVM_ABI SDValue getElementCount(const SDLoc &DL, EVT VT, ElementCount EC)
bool willNotOverflowAdd(bool IsSigned, SDValue N0, SDValue N1) const
Determine if the result of the addition of 2 nodes can never overflow.
LLVM_ABI Align getReducedAlign(EVT VT, bool UseABI)
In most cases this function returns the ABI alignment for a given type, except for illegal vector typ...
LLVM_ABI bool isKnownNeverLogicalZero(SDValue Op, const APInt &DemandedElts, unsigned Depth=0) const
Test whether the given floating point SDValue (or all elements of it, if it is a vector) is known to ...
SDValue getTargetGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, int64_t offset=0, unsigned TargetFlags=0)
SDValue getExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT, unsigned Opcode)
Convert Op, which must be of integer type, to the integer type VT, by either any/sign/zero-extending ...
SDValue getExtractVectorElt(const SDLoc &DL, EVT VT, SDValue Vec, unsigned Idx)
Extract element at Idx from Vec.
LLVM_ABI unsigned ComputeMaxSignificantBits(SDValue Op, unsigned Depth=0) const
Get the upper bound on bit size for this Value Op as a signed integer.
LLVM_ABI SDValue FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond, const SDLoc &dl, SDNodeFlags Flags={})
Constant fold a setcc to true or false.
bool isKnownNeverSNaN(SDValue Op, const APInt &DemandedElts, unsigned Depth=0) const
LLVM_ABI SDValue getMergeValues(ArrayRef< SDValue > Ops, const SDLoc &dl)
Create a MERGE_VALUES node from the given operands.
LLVM_ABI SDVTList getVTList(EVT VT)
Return an SDVTList that represents the list of values specified.
LLVM_ABI SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL)
LLVM_ABI SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget=false, bool IsOpaque=false)
LLVM_ABI void ExtractVectorElements(SDValue Op, SmallVectorImpl< SDValue > &Args, unsigned Start=0, unsigned Count=0, EVT EltVT=EVT())
Append the extracted elements from Start to Count out of the vector Op in Args.
LLVM_ABI SDValue getFreeze(SDValue V)
Return a freeze using the SDLoc of the value operand.
LLVM_ABI SDValue getConstantPool(const Constant *C, EVT VT, MaybeAlign Align=std::nullopt, int Offs=0, bool isT=false, unsigned TargetFlags=0)
LLVM_ABI SDValue makeEquivalentMemoryOrdering(SDValue OldChain, SDValue NewMemOpChain)
If an existing load has uses of its chain, create a token factor node with that chain and the new mem...
LLVM_ABI bool isConstantIntBuildVectorOrConstantInt(SDValue N, bool AllowOpaques=true) const
Test whether the given value is a constant int or similar node.
LLVM_ABI SDValue getJumpTableDebugInfo(int JTI, SDValue Chain, const SDLoc &DL)
LLVM_ABI std::optional< unsigned > getValidMaximumShiftAmount(SDValue V, const APInt &DemandedElts, unsigned Depth=0) const
If a SHL/SRA/SRL node V has shift amounts that are all less than the element bit-width of the shift n...
LLVM_ABI SDValue UnrollVectorOp(SDNode *N, unsigned ResNE=0)
Utility function used by legalize and lowering to "unroll" a vector operation by splitting out the sc...
LLVM_ABI SDValue getVScale(const SDLoc &DL, EVT VT, APInt MulImm)
Return a node that represents the runtime scaling 'MulImm * RuntimeVL'.
LLVM_ABI SDValue getConstantFP(double Val, const SDLoc &DL, EVT VT, bool isTarget=false)
Create a ConstantFPSDNode wrapping a constant value.
static LLVM_ABI unsigned getHasPredecessorMaxSteps()
SDValue getExtractSubvector(const SDLoc &DL, EVT VT, SDValue Vec, unsigned Idx)
Return the VT typed sub-vector of Vec at Idx.
SDValue getInsertSubvector(const SDLoc &DL, SDValue Vec, SDValue SubVec, unsigned Idx)
Insert SubVec at the Idx element of Vec.
LLVM_ABI SDValue getStepVector(const SDLoc &DL, EVT ResVT, const APInt &StepVal)
Returns a vector of type ResVT whose elements contain the linear sequence <0, Step,...
SDValue getSetCC(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond, SDValue Chain=SDValue(), bool IsSignaling=false, SDNodeFlags Flags={})
Helper function to make it easier to build SetCC's if you just have an ISD::CondCode instead of an SD...
bool willNotOverflowSub(bool IsSigned, SDValue N0, SDValue N1) const
Determine if the result of the sub of 2 nodes can never overflow.
LLVM_ABI bool shouldOptForSize() const
LLVM_ABI SDValue getNOT(const SDLoc &DL, SDValue Val, EVT VT)
Create a bitwise NOT operation as (XOR Val, -1).
const TargetLowering & getTargetLoweringInfo() const
static constexpr unsigned MaxRecursionDepth
LLVM_ABI std::pair< EVT, EVT > GetSplitDestVTs(const EVT &VT) const
Compute the VTs needed for the low/hi parts of a type which is split (or expanded) into two not neces...
SDValue getUNDEF(EVT VT)
Return an UNDEF node. UNDEF does not have a useful SDLoc.
SDValue getBuildVector(EVT VT, const SDLoc &DL, ArrayRef< SDValue > Ops)
Return an ISD::BUILD_VECTOR node.
LLVM_ABI SDValue getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, SDValue Offset, MachinePointerInfo PtrInfo, EVT SVT, Align Alignment, MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const MMOMetadata &Metadata=MMOMetadata())
LLVM_ABI SDValue getBitcast(EVT VT, SDValue V)
Return a bitcast using the SDLoc of the value operand, and casting to the provided type.
SDValue getSelect(const SDLoc &DL, EVT VT, SDValue Cond, SDValue LHS, SDValue RHS, SDNodeFlags Flags=SDNodeFlags())
Helper function to make it easier to build Select's if you just have operands and don't want to check...
LLVM_ABI SDValue getNegative(SDValue Val, const SDLoc &DL, EVT VT)
Create negative operation as (SUB 0, Val).
LLVM_ABI std::optional< unsigned > getValidShiftAmount(SDValue V, const APInt &DemandedElts, unsigned Depth=0) const
If a SHL/SRA/SRL node V has a uniform shift amount that is less than the element bit-width of the shi...
LLVM_ABI SDValue getZeroExtendInReg(SDValue Op, const SDLoc &DL, EVT VT)
Return the expression required to zero extend the Op value assuming it was the smaller SrcTy value.
const DataLayout & getDataLayout() const
LLVM_ABI SDValue getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, Align Alignment, MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const MMOMetadata &Metadata=MMOMetadata())
Helper function to build ISD::STORE nodes.
LLVM_ABI bool doesNodeExist(unsigned Opcode, SDVTList VTList, ArrayRef< SDValue > Ops)
Check if a node exists without modifying its flags.
LLVM_ABI SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
Create a ConstantSDNode wrapping a constant value.
LLVM_ABI SDValue getMemBasePlusOffset(SDValue Base, TypeSize Offset, const SDLoc &DL, const SDNodeFlags Flags=SDNodeFlags())
Returns sum of the base pointer and offset.
LLVM_ABI SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, int64_t offset=0, bool isTargetGA=false, unsigned TargetFlags=0)
LLVM_ABI SDValue getTypeSize(const SDLoc &DL, EVT VT, TypeSize TS)
LLVM_ABI SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, EVT MemVT, MaybeAlign Alignment=MaybeAlign(), MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const MMOMetadata &Metadata=MMOMetadata())
LLVM_ABI std::pair< SDValue, SDValue > SplitVector(const SDValue &N, const SDLoc &DL, const EVT &LoVT, const EVT &HiVT)
Split the vector with EXTRACT_SUBVECTOR using the provided VTs and return the low/high part.
LLVM_ABI SDValue getSignedConstant(int64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
SDValue getSplatVector(EVT VT, const SDLoc &DL, SDValue Op)
LLVM_ABI bool SignBitIsZero(SDValue Op, unsigned Depth=0) const
Return true if the sign bit of Op is known to be zero.
LLVM_ABI void RemoveDeadNode(SDNode *N)
Remove the specified node from the system.
SDValue getSelectCC(const SDLoc &DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond, SDNodeFlags Flags=SDNodeFlags())
Helper function to make it easier to build SelectCC's if you just have an ISD::CondCode instead of an...
LLVM_ABI SDValue getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT)
Convert Op, which must be of integer type, to the integer type VT, by either sign-extending or trunca...
LLVM_ABI SDValue getLoad(EVT VT, const SDLoc &dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, MaybeAlign Alignment=MaybeAlign(), MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const MMOMetadata &Metadata=MMOMetadata())
Loads are not normal binary operators: their result type is not determined by their operands,...
LLVM_ABI bool isIdentityElement(unsigned Opc, SDNodeFlags Flags, SDValue V, unsigned OperandNo, unsigned Depth=0) const
Returns true if V is an identity element of Opc with Flags.
LLVM_ABI bool isGuaranteedNotToBeUndefOrPoison(SDValue Op, UndefPoisonKind Kind=UndefPoisonKind::UndefOrPoison, unsigned Depth=0) const
Return true if this function can prove that Op is never poison and, Kind can be used to track poison ...
LLVM_ABI bool isKnownNeverZero(SDValue Op, unsigned Depth=0) const
Test whether the given SDValue is known to contain non-zero value(s).
LLVM_ABI SDValue FoldConstantArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDValue > Ops, SDNodeFlags Flags=SDNodeFlags())
LLVM_ABI SDValue getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, EVT OpVT)
Convert Op, which must be of integer type, to the integer type VT, by using an extension appropriate ...
LLVM_ABI SDValue getExternalSymbol(const char *Sym, EVT VT)
const TargetMachine & getTarget() const
const LibcallLoweringInfo & getLibcalls() const
LLVM_ABI SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, bool isTarget=false)
LLVM_ABI SDValue getValueType(EVT)
LLVM_ABI SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDUse > Ops)
Gets or creates the specified node.
LLVM_ABI SDValue getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT)
Convert Op, which must be of float type, to the float type VT, by either extending or rounding (by tr...
LLVM_ABI bool isKnownNeverNaN(SDValue Op, const APInt &DemandedElts, bool SNaN=false, unsigned Depth=0) const
Test whether the given SDValue (or all elements of it, if it is a vector) is known to never be NaN in...
SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isOpaque=false)
LLVM_ABI unsigned ComputeNumSignBits(SDValue Op, unsigned Depth=0) const
Return the number of times the sign bit of the register is replicated into the other bits.
LLVM_ABI SDValue getBoolConstant(bool V, const SDLoc &DL, EVT VT, EVT OpVT)
Create a true or false constant of type VT using the target's BooleanContent for type OpVT.
SDValue getTargetBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset=0, unsigned TargetFlags=0)
LLVM_ABI SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL, bool isTarget=false)
LLVM_ABI void ReplaceAllUsesOfValueWith(SDValue From, SDValue To)
Replace any uses of From with To, leaving uses of other values produced by From.getNode() alone.
MachineFunction & getMachineFunction() const
SDValue getPOISON(EVT VT)
Return a POISON node. POISON does not have a useful SDLoc.
LLVM_ABI KnownBits computeKnownBits(SDValue Op, unsigned Depth=0) const
Determine which bits of Op are known to be either zero or one and return them in Known.
LLVM_ABI SDValue getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT)
Convert Op, which must be of integer type, to the integer type VT, by either zero-extending or trunca...
LLVM_ABI SDValue getCondCode(ISD::CondCode Cond)
LLVM_ABI bool MaskedValueIsZero(SDValue Op, const APInt &Mask, unsigned Depth=0) const
Return true if 'Op & Mask' is known to be zero.
SDValue getObjectPtrOffset(const SDLoc &SL, SDValue Ptr, TypeSize Offset)
Create an add instruction with appropriate flags when used for addressing some offset of an object.
LLVMContext * getContext() const
LLVM_ABI bool isKnownToBeAPowerOfTwo(SDValue Val, bool OrZero=false, unsigned Depth=0) const
Test if the given value is known to have exactly one bit set.
LLVM_ABI SDValue CreateStackTemporary(TypeSize Bytes, Align Alignment)
Create a stack temporary based on the size in bytes and the alignment.
SDValue getEntryNode() const
Return the token chain corresponding to the entry of the function.
SDValue getSplat(EVT VT, const SDLoc &DL, SDValue Op)
Returns a node representing a splat of one value into all lanes of the provided vector type.
LLVM_ABI std::pair< SDValue, SDValue > SplitScalar(const SDValue &N, const SDLoc &DL, const EVT &LoVT, const EVT &HiVT)
Split the scalar node with EXTRACT_ELEMENT using the provided VTs and return the low/high part.
LLVM_ABI SDValue getVectorShuffle(EVT VT, const SDLoc &dl, SDValue N1, SDValue N2, ArrayRef< int > Mask)
Return an ISD::VECTOR_SHUFFLE node.
static void commuteMask(MutableArrayRef< int > Mask)
Change values in a shuffle permute mask assuming the two vector operands have swapped position.
std::pair< iterator, bool > insert(PtrType Ptr)
Inserts Ptr if and only if there is no element in the container equal to Ptr.
SmallPtrSet - This class implements a set which is optimized for holding SmallSize or less elements.
SmallString - A SmallString is just a SmallVector with methods and accessors that make it work better...
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
reference emplace_back(ArgTypes &&... Args)
void reserve(size_type N)
void append(ItTy in_start, ItTy in_end)
Add the specified range to the end of the SmallVector.
void push_back(const T &Elt)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
This class is used to represent ISD::STORE nodes.
Represent a constant reference to a string, i.e.
constexpr StringRef substr(size_t Start, size_t N=npos) const
Return a reference to the substring from [Start, Start + N).
bool starts_with(StringRef Prefix) const
Check if this string starts with the given Prefix.
constexpr size_t size() const
Get the string size.
constexpr const char * data() const
Get a pointer to the start of the string (which may not be null terminated).
Class to represent struct types.
LLVM_ABI void setAttributes(const CallBase *Call, unsigned ArgIdx)
Set CallLoweringInfo attribute flags based on a call instruction and called function attributes.
bool isOperationExpand(unsigned Op, EVT VT) const
Return true if the specified operation is illegal on this target or unlikely to be made legal with cu...
unsigned getBitWidthForCttzElements(EVT RetVT, ElementCount EC, bool ZeroIsPoison, const ConstantRange *VScaleRange) const
Return the minimum number of bits required to hold the maximum possible number of trailing zero vecto...
virtual bool isShuffleMaskLegal(ArrayRef< int >, EVT) const
Targets can use this to indicate that they only support some VECTOR_SHUFFLE operations,...
virtual bool shouldRemoveRedundantExtend(SDValue Op) const
Return true (the default) if it is profitable to remove a sext_inreg(x) where the sext is redundant,...
virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT, std::optional< unsigned > ByteOffset=std::nullopt) const
Return true if it is profitable to reduce a load to a smaller type.
EVT getValueType(const DataLayout &DL, Type *Ty, bool AllowUnknown=false) const
Return the EVT corresponding to this LLVM type.
virtual bool preferSelectsOverBooleanArithmetic(EVT VT) const
Should we prefer selects to doing arithmetic on boolean types.
virtual bool isLegalICmpImmediate(int64_t) const
Return true if the specified immediate is legal icmp immediate, that is the target has icmp instructi...
virtual MVT::SimpleValueType getCmpLibcallReturnType() const
Return the ValueType for comparison libcalls.
virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const
Return true if sign-extension from FromTy to ToTy is cheaper than zero-extension.
MVT getVectorIdxTy(const DataLayout &DL) const
Returns the type to be used for the index operand of: ISD::INSERT_VECTOR_ELT, ISD::EXTRACT_VECTOR_ELT...
virtual bool isSafeMemOpType(MVT) const
Returns true if it's safe to use load / store of the specified type to expand memcpy / memset inline.
const TargetMachine & getTargetMachine() const
virtual bool isCtpopFast(EVT VT) const
Return true if ctpop instruction is fast.
virtual bool isZExtFree(Type *FromTy, Type *ToTy) const
Return true if any actual instruction that defines a value of type FromTy implicitly zero-extends the...
bool isPaddedAtMostSignificantBitsWhenStored(EVT VT) const
Indicates if any padding is guaranteed to go at the most significant bits when storing the type to me...
LegalizeTypeAction
This enum indicates whether a types are legal for a target, and if not, what action should be used to...
virtual bool hasBitTest(SDValue X, SDValue Y) const
Return true if the target has a bit-test instruction: (X & (1 << Y)) ==/!= 0 This knowledge can be us...
MVT getRegisterType(LLVMContext &Context, EVT VT) const
Return the type of registers that this ValueType will eventually require.
EVT getLegalTypeToTransformTo(LLVMContext &Context, EVT VT) const
Perform getTypeToTransformTo repeatedly until a legal type is obtained.
LegalizeAction getCondCodeAction(ISD::CondCode CC, MVT VT) const
Return how the condition code should be treated: either it is legal, needs to be expanded to some oth...
CallingConv::ID getLibcallImplCallingConv(RTLIB::LibcallImpl Call) const
Get the CallingConv that should be used for the specified libcall implementation.
virtual bool isCommutativeBinOp(unsigned Opcode) const
Returns true if the opcode is a commutative binary operation.
virtual bool isFPImmLegal(const APFloat &, EVT, bool ForCodeSize=false) const
Returns true if the target can instruction select the specified FP immediate natively.
virtual bool shouldTransformSignedTruncationCheck(EVT XVT, unsigned KeptBits) const
Should we tranform the IR-optimal check for whether given truncation down into KeptBits would be trun...
bool isLegalRC(const TargetRegisterInfo &TRI, const TargetRegisterClass &RC) const
Return true if the value types that can be represented by the specified register class are all legal.
virtual bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace=0, Align Alignment=Align(1), MachineMemOperand::Flags Flags=MachineMemOperand::MONone, unsigned *=nullptr) const
Determine if the target supports unaligned memory accesses.
bool isOperationCustom(unsigned Op, EVT VT) const
Return true if the operation uses custom lowering, regardless of whether the type is legal or not.
EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const
Returns the type for the shift amount of a shift opcode.
virtual bool shouldExtendTypeInLibCall(EVT Type) const
Returns true if arguments should be extended in lib calls.
virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const
Return true if it's free to truncate a value of type FromTy to type ToTy.
virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const
Return true if creating a shift of the type by the given amount is not profitable.
virtual bool isFPExtFree(EVT DestVT, EVT SrcVT) const
Return true if an fpext operation is free (for instance, because single-precision floating-point numb...
virtual EVT getSetCCResultType(const DataLayout &DL, LLVMContext &Context, EVT VT) const
Return the ValueType of the result of SETCC operations.
virtual EVT getTypeToTransformTo(LLVMContext &Context, EVT VT) const
For types supported by the target, this is an identity function.
BooleanContent getBooleanContents(bool isVec, bool isFloat) const
For targets without i1 registers, this gives the nature of the high-bits of boolean values held in ty...
bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const
Return true if the specified condition code is legal for a comparison of the specified types on this ...
bool isTypeLegal(EVT VT) const
Return true if the target has native support for the specified value type.
virtual MVT getPointerTy(const DataLayout &DL, uint32_t AS=0) const
Return the pointer type for the given address space, defaults to the pointer type from the data layou...
bool isOperationLegal(unsigned Op, EVT VT) const
Return true if the specified operation is legal on this target.
TargetLoweringBase(const TargetMachine &TM, const TargetSubtargetInfo &STI)
NOTE: The TargetMachine owns TLOF.
virtual unsigned getCustomCtpopCost(EVT VT, ISD::CondCode Cond) const
Return the maximum number of "x & (x - 1)" operations that can be done instead of deferring to a cust...
virtual bool shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd(SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const
Given the pattern (X & (C l>>/<< Y)) ==/!= 0 return true if it should be transformed into: ((X <</l>>...
BooleanContent
Enum that describes how the target represents true/false values.
@ ZeroOrOneBooleanContent
@ UndefinedBooleanContent
@ ZeroOrNegativeOneBooleanContent
virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const
Return true if integer divide is usually cheaper than a sequence of several shifts,...
bool isOperationLegalOrCustom(unsigned Op, EVT VT, bool LegalOnly=false) const
Return true if the specified operation is legal on this target or can be made legal with custom lower...
virtual bool allowsMemoryAccess(LLVMContext &Context, const DataLayout &DL, EVT VT, unsigned AddrSpace=0, Align Alignment=Align(1), MachineMemOperand::Flags Flags=MachineMemOperand::MONone, unsigned *Fast=nullptr) const
Return true if the target supports a memory access of this type for the given address space and align...
virtual bool hasAndNotCompare(SDValue Y) const
Return true if the target should transform: (X & Y) == Y ---> (~X & Y) == 0 (X & Y) !...
virtual bool isNarrowingProfitable(SDNode *N, EVT SrcVT, EVT DestVT) const
Return true if it's profitable to narrow operations of type SrcVT to DestVT.
virtual bool isBinOp(unsigned Opcode) const
Return true if the node is a math/logic binary operator.
RTLIB::LibcallImpl getLibcallImpl(RTLIB::Libcall Call) const
Get the libcall impl routine name for the specified libcall.
virtual bool isCtlzFast() const
Return true if ctlz instruction is fast.
virtual bool shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT, bool IsSigned) const
Return true if it is more correct/profitable to use strict FP_TO_INT conversion operations - canonica...
NegatibleCost
Enum that specifies when a float negation is beneficial.
LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const
Return how we should legalize values of this type, either it is already legal (return 'Legal') or we ...
virtual bool shouldSignExtendTypeInLibCall(Type *Ty, bool IsSigned) const
Returns true if arguments should be sign-extended in lib calls.
std::vector< ArgListEntry > ArgListTy
virtual EVT getOptimalMemOpType(LLVMContext &Context, const MemOp &Op, const AttributeList &) const
Returns the target specific optimal type for load and store operations as a result of memset,...
virtual EVT getAsmOperandValueType(const DataLayout &DL, Type *Ty, bool AllowUnknown=false) const
bool isCondCodeLegalOrCustom(ISD::CondCode CC, MVT VT) const
Return true if the specified condition code is legal or custom for a comparison of the specified type...
bool isLoadLegal(EVT ValVT, EVT MemVT, Align Alignment, unsigned AddrSpace, unsigned ExtType, bool Atomic) const
Return true if the specified load with extension is legal on this target.
virtual bool isFAbsFree(EVT VT) const
Return true if an fabs operation is free to the point where it is never worthwhile to replace it with...
LegalizeAction getOperationAction(unsigned Op, EVT VT) const
Return how this operation should be treated: either it is legal, needs to be promoted to a larger siz...
bool isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT, bool LegalOnly=false) const
Return true if the specified operation is legal on this target or can be made legal with custom lower...
MulExpansionKind
Enum that specifies when a multiplication should be expanded.
static ISD::NodeType getExtendForContent(BooleanContent Content)
This class defines information used to lower LLVM code to legal SelectionDAG operators that the targe...
SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::[US][ADD|SUB]SAT.
SDValue buildSDIVPow2WithCMov(SDNode *N, const APInt &Divisor, SelectionDAG &DAG, SmallVectorImpl< SDNode * > &Created) const
Build sdiv by power-of-2 with conditional move instructions Ref: "Hacker's Delight" by Henry Warren 1...
virtual ConstraintWeight getMultipleConstraintMatchWeight(AsmOperandInfo &info, int maIndex) const
Examine constraint type and operand type and determine a weight value.
bool expandMultipleResultFPLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, SDNode *Node, SmallVectorImpl< SDValue > &Results, std::optional< unsigned > CallRetResNo={}) const
Expands a node with multiple results to an FP or vector libcall.
bool expandMULO(SDNode *Node, SDValue &Result, SDValue &Overflow, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::[US]MULO.
bool expandMUL(SDNode *N, SDValue &Lo, SDValue &Hi, EVT HiLoVT, SelectionDAG &DAG, MulExpansionKind Kind, SDValue LL=SDValue(), SDValue LH=SDValue(), SDValue RL=SDValue(), SDValue RH=SDValue()) const
Expand a MUL into two nodes.
SmallVector< ConstraintPair > ConstraintGroup
virtual const MCExpr * getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, MCContext &Ctx) const
This returns the relocation base for the given PIC jumptable, the same as getPICJumpTableRelocBase,...
virtual Align computeKnownAlignForTargetInstr(GISelValueTracking &Analysis, Register R, const MachineRegisterInfo &MRI, unsigned Depth=0) const
Determine the known alignment for the pointer value R.
bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedEltMask, APInt &KnownUndef, APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth=0, bool AssumeSingleUse=false) const
Look at Vector Op.
virtual bool isUsedByReturnOnly(SDNode *, SDValue &) const
Return true if result of the specified node is used by a return node only.
bool LegalizeSetCCCondCode(SelectionDAG &DAG, EVT VT, SDValue &LHS, SDValue &RHS, SDValue &CC, bool &NeedInvert, const SDLoc &dl, SDValue &Chain, bool IsSignaling=false) const
Legalize a SETCC with given LHS and RHS and condition code CC on the current target.
SDValue scalarizeVectorStore(StoreSDNode *ST, SelectionDAG &DAG) const
virtual unsigned getPreferredShrunkVectorSizeInBits(SDValue Op, const APInt &DemandedElts) const
If only low elements of a vector are demanded, shrink the operation to the returned size in bits by c...
virtual unsigned ComputeNumSignBitsForTargetNode(SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth=0) const
This method can be implemented by targets that want to expose additional information about sign bits ...
SDValue lowerCmpEqZeroToCtlzSrl(SDValue Op, SelectionDAG &DAG) const
void softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, const SDLoc &DL, const SDValue OldLHS, const SDValue OldRHS) const
Soften the operands of a comparison.
void forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, bool Signed, const SDValue LHS, const SDValue RHS, SDValue &Lo, SDValue &Hi) const
Calculate full product of LHS and RHS either via a libcall or through brute force expansion of the mu...
SDValue expandVecReduceSeq(SDNode *Node, SelectionDAG &DAG) const
Expand a VECREDUCE_SEQ_* into an explicit ordered calculation.
SDValue expandFCANONICALIZE(SDNode *Node, SelectionDAG &DAG) const
Expand FCANONICALIZE to FMUL with 1.
SDValue expandCTLZ(SDNode *N, SelectionDAG &DAG) const
Expand CTLZ/CTLZ_ZERO_POISON nodes.
SDValue expandBITREVERSE(SDNode *N, SelectionDAG &DAG) const
Expand BITREVERSE nodes.
SDValue expandCTTZ(SDNode *N, SelectionDAG &DAG) const
Expand CTTZ/CTTZ_ZERO_POISON nodes.
virtual SDValue expandIndirectJTBranch(const SDLoc &dl, SDValue Value, SDValue Addr, int JTI, SelectionDAG &DAG) const
Expands target specific indirect branch for the case of JumpTable expansion.
SDValue expandABD(SDNode *N, SelectionDAG &DAG) const
Expand ABDS/ABDU nodes.
virtual bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, TargetLoweringOpt &TLO) const
std::vector< AsmOperandInfo > AsmOperandInfoVector
SDValue expandCLMUL(SDNode *N, SelectionDAG &DAG) const
Expand carryless multiply.
SDValue expandShlSat(SDNode *Node, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::[US]SHLSAT.
SDValue expandIS_FPCLASS(EVT ResultVT, SDValue Op, FPClassTest Test, SDNodeFlags Flags, const SDLoc &DL, SelectionDAG &DAG) const
Expand check for floating point class.
virtual bool isTargetCanonicalConstantNode(SDValue Op) const
Returns true if the given Opc is considered a canonical constant for the target, which should not be ...
SDValue expandFP_TO_INT_SAT(SDNode *N, SelectionDAG &DAG) const
Expand FP_TO_[US]INT_SAT into FP_TO_[US]INT and selects or min/max.
SDValue expandCttzElts(SDNode *Node, SelectionDAG &DAG) const
Expand a CTTZ_ELTS or CTTZ_ELTS_ZERO_POISON by calculating (VL - i) for each active lane (i),...
SDValue getCheaperNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps, bool OptForSize, unsigned Depth=0) const
This is the helper function to return the newly negated expression only when the cost is cheaper.
virtual unsigned computeNumSignBitsForTargetInstr(GISelValueTracking &Analysis, Register R, const APInt &DemandedElts, const MachineRegisterInfo &MRI, unsigned Depth=0) const
This method can be implemented by targets that want to expose additional information about sign bits ...
SDValue SimplifyMultipleUseDemandedBits(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, SelectionDAG &DAG, unsigned Depth=0) const
More limited version of SimplifyDemandedBits that can be used to "lookthrough" ops that don't contrib...
SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const
Expands an unaligned store to 2 half-size stores for integer values, and possibly more for vectors.
SDValue SimplifyMultipleUseDemandedVectorElts(SDValue Op, const APInt &DemandedElts, SelectionDAG &DAG, unsigned Depth=0) const
Helper wrapper around SimplifyMultipleUseDemandedBits, demanding all bits from only some vector eleme...
virtual ConstraintType getConstraintType(StringRef Constraint) const
Given a constraint, return the type of constraint it is for this target.
virtual bool findOptimalMemOpLowering(LLVMContext &Context, std::vector< EVT > &MemOps, unsigned Limit, const MemOp &Op, unsigned DstAS, unsigned SrcAS, const AttributeList &FuncAttributes, EVT *LargestVT=nullptr) const
Determines the optimal series of memory ops to replace the memset / memcpy.
virtual SDValue unwrapAddress(SDValue N) const
void expandSADDSUBO(SDNode *Node, SDValue &Result, SDValue &Overflow, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::S(ADD|SUB)O.
SDValue expandABS(SDNode *N, SelectionDAG &DAG, bool IsNegative=false) const
Expand ABS nodes.
SDValue expandVecReduce(SDNode *Node, SelectionDAG &DAG) const
Expand a VECREDUCE_* into an explicit calculation.
bool ShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, TargetLoweringOpt &TLO) const
Check to see if the specified operand of the specified instruction is a constant integer.
virtual bool isGuaranteedNotToBeUndefOrPoisonForTargetNode(SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG, UndefPoisonKind Kind, unsigned Depth) const
Return true if this function can prove that Op is never poison and, Kind can be used to track poison ...
SDValue expandMULH(SDNode *Node, SelectionDAG &DAG) const
SDValue expandVPCTTZElements(SDNode *N, SelectionDAG &DAG) const
Expand VP_CTTZ_ELTS/VP_CTTZ_ELTS_ZERO_POISON nodes.
SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization, bool IsAfterLegalTypes, SmallVectorImpl< SDNode * > &Created) const
Given an ISD::SDIV node expressing a divide by constant, return a DAG expression to select that will ...
virtual const char * getTargetNodeName(unsigned Opcode) const
This method returns the name of a target specific DAG node.
bool expandFP_TO_UINT(SDNode *N, SDValue &Result, SDValue &Chain, SelectionDAG &DAG) const
Expand float to UINT conversion.
bool parametersInCSRMatch(const MachineRegisterInfo &MRI, const uint32_t *CallerPreservedMask, const SmallVectorImpl< CCValAssign > &ArgLocs, const SmallVectorImpl< SDValue > &OutVals) const
Check whether parameters to a call that are passed in callee saved registers are the same as from the...
virtual bool SimplifyDemandedVectorEltsForTargetNode(SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth=0) const
Attempt to simplify any target nodes based on the demanded vector elements, returning true on success...
bool expandREM(SDNode *Node, SDValue &Result, SelectionDAG &DAG) const
Expand an SREM or UREM using SDIV/UDIV or SDIVREM/UDIVREM, if legal.
std::pair< SDValue, SDValue > expandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG) const
Expands an unaligned load to 2 half-size loads for an integer, and possibly more for vectors.
SDValue expandFMINIMUMNUM_FMAXIMUMNUM(SDNode *N, SelectionDAG &DAG) const
Expand fminimumnum/fmaximumnum into multiple comparison with selects.
void forceExpandMultiply(SelectionDAG &DAG, const SDLoc &dl, bool Signed, SDValue &Lo, SDValue &Hi, SDValue LHS, SDValue RHS, SDValue HiLHS=SDValue(), SDValue HiRHS=SDValue()) const
Calculate the product twice the width of LHS and RHS.
virtual SDValue LowerToTLSEmulatedModel(const GlobalAddressSDNode *GA, SelectionDAG &DAG) const
Lower TLS global address SDNode for target independent emulated TLS model.
virtual bool isTypeDesirableForOp(unsigned, EVT VT) const
Return true if the target has native support for the specified value type and it is 'desirable' to us...
SDValue expandVectorSplice(SDNode *Node, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::VECTOR_SPLICE.
SDValue getVectorSubVecPointer(SelectionDAG &DAG, SDValue VecPtr, EVT VecVT, EVT SubVecVT, SDValue Index, const SDNodeFlags PtrArithFlags=SDNodeFlags()) const
Get a pointer to a sub-vector of type SubVecVT at index Idx located in memory for a vector of type Ve...
SDValue expandLoopDependenceMask(SDNode *N, SelectionDAG &DAG) const
Expand LOOP_DEPENDENCE_MASK nodes.
virtual const char * LowerXConstraint(EVT ConstraintVT) const
Try to replace an X constraint, which matches anything, with another that has more specific requireme...
SDValue expandCTPOP(SDNode *N, SelectionDAG &DAG) const
Expand CTPOP nodes.
virtual void computeKnownBitsForTargetInstr(GISelValueTracking &Analysis, Register R, KnownBits &Known, const APInt &DemandedElts, const MachineRegisterInfo &MRI, unsigned Depth=0) const
Determine which of the bits specified in Mask are known to be either zero or one and return them in t...
SDValue BuildUDIV(SDNode *N, SelectionDAG &DAG, bool IsAfterLegalization, bool IsAfterLegalTypes, SmallVectorImpl< SDNode * > &Created) const
Given an ISD::UDIV node expressing a divide by constant, return a DAG expression to select that will ...
SDValue expandVectorNaryOpBySplitting(SDNode *Node, SelectionDAG &DAG) const
~TargetLowering() override
std::pair< SDValue, SDValue > LowerCallTo(CallLoweringInfo &CLI) const
This function lowers an abstract call to a function into an actual call.
SDValue expandBSWAP(SDNode *N, SelectionDAG &DAG) const
Expand BSWAP nodes.
SDValue expandFMINIMUM_FMAXIMUM(SDNode *N, SelectionDAG &DAG) const
Expand fminimum/fmaximum into multiple comparison with selects.
SDValue CTTZTableLookup(SDNode *N, SelectionDAG &DAG, const SDLoc &DL, EVT VT, SDValue Op, unsigned NumBitsPerElt) const
Expand CTTZ via Table Lookup.
bool expandDIVREMByConstant(SDNode *N, SmallVectorImpl< SDValue > &Result, EVT HiLoVT, SelectionDAG &DAG, SDValue LL=SDValue(), SDValue LH=SDValue()) const
Attempt to expand an n-bit div/rem/divrem by constant using an n/2-bit algorithm.
virtual void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known, const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth=0) const
Determine which of the bits specified in Mask are known to be either zero or one and return them in t...
bool isPositionIndependent() const
std::pair< StringRef, TargetLowering::ConstraintType > ConstraintPair
virtual SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps, bool OptForSize, NegatibleCost &Cost, unsigned Depth=0) const
Return the newly negated expression if the cost is not expensive and set the cost in Cost to indicate...
virtual ConstraintWeight getSingleConstraintMatchWeight(AsmOperandInfo &info, const char *constraint) const
Examine constraint string and operand type and determine a weight value.
ConstraintGroup getConstraintPreferences(AsmOperandInfo &OpInfo) const
Given an OpInfo with list of constraints codes as strings, return a sorted Vector of pairs of constra...
bool expandFP_TO_SINT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const
Expand float(f32) to SINT(i64) conversion.
virtual SDValue SimplifyMultipleUseDemandedBitsForTargetNode(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, SelectionDAG &DAG, unsigned Depth) const
More limited version of SimplifyDemandedBits that can be used to "lookthrough" ops that don't contrib...
virtual SDValue LowerAsmOutputForConstraint(SDValue &Chain, SDValue &Glue, const SDLoc &DL, const AsmOperandInfo &OpInfo, SelectionDAG &DAG) const
SDValue buildLegalVectorShuffle(EVT VT, const SDLoc &DL, SDValue N0, SDValue N1, MutableArrayRef< int > Mask, SelectionDAG &DAG) const
Tries to build a legal vector shuffle using the provided parameters or equivalent variations.
virtual void computeKnownBitsForStackObjectPointer(KnownBits &Known, const MachineFunction &MF, Align Alignment) const
Determine known bits of a pointer to a known valid stack object.
virtual SDValue getPICJumpTableRelocBase(SDValue Table, SelectionDAG &DAG) const
Returns relocation base for the given PIC jumptable.
std::pair< SDValue, SDValue > scalarizeVectorLoad(LoadSDNode *LD, SelectionDAG &DAG) const
Turn load of vector type into a load of the individual elements.
virtual std::pair< unsigned, const TargetRegisterClass * > getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const
Given a physical register constraint (e.g.
bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, KnownBits &Known, TargetLoweringOpt &TLO, unsigned Depth=0, bool AssumeSingleUse=false) const
Look at Op.
virtual bool SimplifyDemandedBitsForTargetNode(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, KnownBits &Known, TargetLoweringOpt &TLO, unsigned Depth=0) const
Attempt to simplify any target nodes based on the demanded bits/elts, returning true on success.
virtual bool isDesirableToCommuteXorWithShift(const SDNode *N) const
Return true if it is profitable to combine an XOR of a logical shift to create a logical shift of NOT...
TargetLowering(const TargetLowering &)=delete
virtual bool shouldSimplifyDemandedVectorElts(SDValue Op, const TargetLoweringOpt &TLO) const
Return true if the target supports simplifying demanded vector elements by converting them to undefs.
bool isConstFalseVal(SDValue N) const
Return if the N is a constant or constant vector equal to the false value from getBooleanContents().
SDValue IncrementMemoryAddress(SDValue Addr, SDValue Mask, const SDLoc &DL, EVT DataVT, SelectionDAG &DAG, bool IsCompressedMemory) const
Increments memory address Addr according to the type of the value DataVT that should be stored.
SDValue expandVectorMatch(SDNode *N, SelectionDAG &DAG) const
Expand VECTOR_MATCH nodes.
bool isInTailCallPosition(SelectionDAG &DAG, SDNode *Node, SDValue &Chain) const
Check whether a given call node is in tail position within its function.
SDValue expandCONVERT_TO_ARBITRARY_FP(SDNode *Node, SelectionDAG &DAG) const
Expand CONVERT_TO_ARBITRARY_FP using bit manipulation.
virtual AsmOperandInfoVector ParseConstraints(const DataLayout &DL, const TargetRegisterInfo *TRI, const CallBase &Call) const
Split up the constraint string from the inline assembly value into the specific constraints and their...
virtual bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts, APInt &UndefElts, const SelectionDAG &DAG, unsigned Depth=0) const
Return true if vector Op has the same value across all DemandedElts, indicating any elements which ma...
SDValue expandRoundInexactToOdd(EVT ResultVT, SDValue Op, const SDLoc &DL, SelectionDAG &DAG) const
Truncate Op to ResultVT.
virtual bool shouldSplitFunctionArgumentsAsLittleEndian(const DataLayout &DL) const
For most targets, an LLVM type must be broken down into multiple smaller types.
SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, bool foldBooleans, DAGCombinerInfo &DCI, const SDLoc &dl) const
Try to simplify a setcc built with the specified operands and cc.
SDValue expandFunnelShift(SDNode *N, SelectionDAG &DAG) const
Expand funnel shift.
virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const
Return true if folding a constant offset with the given GlobalAddress is legal.
bool isExtendedTrueVal(const ConstantSDNode *N, EVT VT, bool SExt) const
Return if N is a True value when extended to VT.
bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &DemandedBits, TargetLoweringOpt &TLO) const
Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the casts are free.
bool isConstTrueVal(SDValue N) const
Return if the N is a constant or constant vector equal to the true value from getBooleanContents().
SDValue expandFixedPointDiv(unsigned Opcode, const SDLoc &dl, SDValue LHS, SDValue RHS, unsigned Scale, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::[US]DIVFIX[SAT].
SDValue expandPEXT(SDNode *N, SelectionDAG &DAG) const
Expand parallel bit extract (compress).
virtual void ComputeConstraintToUse(AsmOperandInfo &OpInfo, SDValue Op, SelectionDAG *DAG=nullptr) const
Determines the constraint code and constraint type to use for the specific AsmOperandInfo,...
virtual void CollectTargetIntrinsicOperands(const CallInst &I, SmallVectorImpl< SDValue > &Ops, SelectionDAG &DAG) const
virtual bool canCreateUndefOrPoisonForTargetNode(SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG, UndefPoisonKind Kind, bool ConsiderFlags, unsigned Depth) const
Return true if Op can create undef or poison from non-undef & non-poison operands.
SDValue expandVECTOR_COMPRESS(SDNode *Node, SelectionDAG &DAG) const
Expand a vector VECTOR_COMPRESS into a sequence of extract element, store temporarily,...
virtual const Constant * getTargetConstantFromLoad(LoadSDNode *LD) const
This method returns the constant pool value that will be loaded by LD.
SDValue expandFP_ROUND(SDNode *Node, SelectionDAG &DAG) const
Expand round(fp) to fp conversion.
SDValue createSelectForFMINNUM_FMAXNUM(SDNode *Node, SelectionDAG &DAG) const
Try to convert the fminnum/fmaxnum to a compare/select sequence.
SDValue expandCONVERT_FROM_ARBITRARY_FP(SDNode *Node, SelectionDAG &DAG) const
Expand CONVERT_FROM_ARBITRARY_FP using bit manipulation.
SDValue expandROT(SDNode *N, bool AllowVectorOps, SelectionDAG &DAG) const
Expand rotations.
SDValue annotateStackObjectPointer(SDValue Ptr, SelectionDAG &DAG, const SDLoc &DL, Align Alignment) const
Annotate a stack object pointer with known-bits assertions.
virtual void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint, std::vector< SDValue > &Ops, SelectionDAG &DAG) const
Lower the specified operand into the Ops vector.
virtual SDValue getSqrtInputTest(SDValue Operand, SelectionDAG &DAG, const DenormalMode &Mode, SDNodeFlags Flags={}) const
Return a target-dependent comparison result if the input operand is suitable for use with a square ro...
SDValue getVectorElementPointer(SelectionDAG &DAG, SDValue VecPtr, EVT VecVT, SDValue Index, const SDNodeFlags PtrArithFlags=SDNodeFlags()) const
Get a pointer to vector element Idx located in memory for a vector of type VecVT starting at a base a...
SDValue expandFMINNUM_FMAXNUM(SDNode *N, SelectionDAG &DAG) const
Expand fminnum/fmaxnum into fminnum_ieee/fmaxnum_ieee with quieted inputs.
virtual bool isGAPlusOffset(SDNode *N, const GlobalValue *&GA, int64_t &Offset) const
Returns true (and the GlobalValue and the offset) if the node is a GlobalAddress + offset.
virtual void computeKnownFPClassForTargetNode(const SDValue Op, KnownFPClass &Known, const APInt &DemandedElts, const SelectionDAG &DAG, unsigned Depth=0) const
Determine floating-point class information for a target node.
virtual unsigned getJumpTableEncoding() const
Return the entry encoding for a jump table in the current function.
virtual void computeKnownFPClassForTargetInstr(GISelValueTracking &Analysis, Register R, KnownFPClass &Known, const APInt &DemandedElts, const MachineRegisterInfo &MRI, unsigned Depth=0) const
std::pair< SDValue, SDValue > makeLibCall(SelectionDAG &DAG, RTLIB::LibcallImpl LibcallImpl, EVT RetVT, ArrayRef< SDValue > Ops, MakeLibCallOptions CallOptions, const SDLoc &dl, SDValue Chain=SDValue()) const
Returns a pair of (return value, chain).
SDValue expandCMP(SDNode *Node, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::[US]CMP.
void expandShiftParts(SDNode *N, SDValue &Lo, SDValue &Hi, SelectionDAG &DAG) const
Expand shift-by-parts.
virtual bool isKnownNeverNaNForTargetNode(SDValue Op, const APInt &DemandedElts, const SelectionDAG &DAG, bool SNaN=false, unsigned Depth=0) const
If SNaN is false,.
virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const
This method will be invoked for all target nodes and for any target-independent nodes that the target...
SDValue expandFixedPointMul(SDNode *Node, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::[U|S]MULFIX[SAT].
SDValue getInboundsVectorElementPointer(SelectionDAG &DAG, SDValue VecPtr, EVT VecVT, SDValue Index) const
Get a pointer to vector element Idx located in memory for a vector of type VecVT starting at a base a...
SDValue expandIntMINMAX(SDNode *Node, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::[US][MIN|MAX].
SDValue expandVectorFindLastActive(SDNode *N, SelectionDAG &DAG) const
Expand VECTOR_FIND_LAST_ACTIVE nodes.
SDValue expandPartialReduceMLA(SDNode *Node, SelectionDAG &DAG) const
Expands PARTIAL_REDUCE_S/UMLA nodes to a series of simpler operations, consisting of zext/sext,...
void expandUADDSUBO(SDNode *Node, SDValue &Result, SDValue &Overflow, SelectionDAG &DAG) const
Method for building the DAG expansion of ISD::U(ADD|SUB)O.
SDValue expandPDEP(SDNode *N, SelectionDAG &DAG) const
Expand parallel bit deposit (expand).
virtual SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG, SmallVectorImpl< SDNode * > &Created) const
Targets may override this function to provide custom SDIV lowering for power-of-2 denominators.
SDValue scalarizeExtractedVectorLoad(EVT ResultVT, const SDLoc &DL, EVT InVecVT, SDValue EltNo, LoadSDNode *OriginalLoad, SelectionDAG &DAG) const
Replace an extraction of a load with a narrowed load.
virtual SDValue BuildSREMPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG, SmallVectorImpl< SDNode * > &Created) const
Targets may override this function to provide custom SREM lowering for power-of-2 denominators.
bool expandUINT_TO_FP(SDNode *N, SDValue &Result, SDValue &Chain, SelectionDAG &DAG) const
Expand UINT(i64) to double(f64) conversion.
bool expandMUL_LOHI(unsigned Opcode, EVT VT, const SDLoc &dl, SDValue LHS, SDValue RHS, SmallVectorImpl< SDValue > &Result, EVT HiLoVT, SelectionDAG &DAG, MulExpansionKind Kind, SDValue LL=SDValue(), SDValue LH=SDValue(), SDValue RL=SDValue(), SDValue RH=SDValue()) const
Expand a MUL or [US]MUL_LOHI of n-bit values into two or four nodes, respectively,...
SDValue expandAVG(SDNode *N, SelectionDAG &DAG) const
Expand vector/scalar AVGCEILS/AVGCEILU/AVGFLOORS/AVGFLOORU nodes.
SDValue expandCTLS(SDNode *N, SelectionDAG &DAG) const
Expand CTLS (count leading sign bits) nodes.
void setTypeIdForCallsiteInfo(const CallBase *CB, MachineFunction &MF, MachineFunction::CallSiteInfo &CSInfo) const
Primary interface to the complete machine description for the target machine.
bool isPositionIndependent() const
const Triple & getTargetTriple() const
unsigned EmitCallSiteInfo
The flag enables call site info production.
unsigned EmitCallGraphSection
Emit section containing call graph metadata.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
virtual StringRef getRegAsmName(MCRegister Reg) const
Return the assembly name for Reg.
bool isTypeLegalForClass(const TargetRegisterClass &RC, MVT T) const
Return true if the given TargetRegisterClass has the ValueType T.
TargetSubtargetInfo - Generic base class for all target subtargets.
bool isOSBinFormatCOFF() const
Tests whether the OS uses the COFF binary format.
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
static constexpr TypeSize getFixed(ScalarTy ExactSize)
The instances of the Type class are immutable: once they are created, they are never changed.
static LLVM_ABI IntegerType * getInt32Ty(LLVMContext &C)
static LLVM_ABI Type * getVoidTy(LLVMContext &C)
Type * getScalarType() const
If this is a vector type, return the element type, otherwise return 'this'.
bool isIntegerTy() const
True if this is an instance of IntegerType.
LLVM_ABI const fltSemantics & getFltSemantics() const
LLVM Value Representation.
Type * getType() const
All values are typed, get the type of this value.
LLVM_ABI const Value * stripPointerCastsAndAliases() const
Strip off pointer casts, all-zero GEPs, address space casts, and aliases.
LLVM_ABI StringRef getName() const
Return a constant reference to the value's name.
constexpr bool isKnownMultipleOf(ScalarTy RHS) const
This function tells the caller whether the element count is known at compile time to be a multiple of...
constexpr bool hasKnownScalarFactor(const FixedOrScalableQuantity &RHS) const
Returns true if there exists a value X where RHS*X will result in a value whose quantity matches our ...
constexpr ScalarTy getFixedValue() const
static constexpr bool isKnownLE(const FixedOrScalableQuantity &LHS, const FixedOrScalableQuantity &RHS)
constexpr ScalarTy getKnownScalarFactor(const FixedOrScalableQuantity &RHS) const
Returns a value X where RHS*X will result in a value whose quantity matches our own.
constexpr bool isScalable() const
Returns whether the quantity is scaled by a runtime quantity (vscale).
constexpr ScalarTy getKnownMinValue() const
Returns the minimum value this quantity can represent.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
LLVM_ABI APInt ScaleBitMask(const APInt &A, unsigned NewBitWidth, bool MatchAllBits=false)
Splat/Merge neighboring bits to widen/narrow the bitmask represented by.
constexpr std::underlying_type_t< E > Mask()
Get a bitmask with 1s in all places up to the high-order bit of E's largest value.
@ C
The default llvm calling convention, compatible with C.
NodeType
ISD::NodeType enum - This enum defines the target-independent operators for a SelectionDAG.
@ SETCC
SetCC operator - This evaluates to a true value iff the condition is true.
@ MERGE_VALUES
MERGE_VALUES - This node takes multiple discrete operands and returns them all as its individual resu...
@ PTRADD
PTRADD represents pointer arithmetic semantics, for targets that opt in using shouldPreservePtrArith(...
@ PARTIAL_REDUCE_SMLA
PARTIAL_REDUCE_[U|S]MLA(Accumulator, Input1, Input2) The partial reduction nodes sign or zero extend ...
@ LOOP_DEPENDENCE_RAW_MASK
@ FGETSIGN
INT = FGETSIGN(FP) - Return the sign bit of the specified floating point value as an integer 0/1 valu...
@ SMUL_LOHI
SMUL_LOHI/UMUL_LOHI - Multiply two integers of type iN, producing a signed/unsigned value of type i[2...
@ INSERT_SUBVECTOR
INSERT_SUBVECTOR(VECTOR1, VECTOR2, IDX) - Returns a vector with VECTOR2 inserted into VECTOR1.
@ BSWAP
Byte Swap and Counting operators.
@ SMULFIX
RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point multiplication on 2 integers with the same...
@ ADDC
Carry-setting nodes for multiple precision addition and subtraction.
@ FMAD
FMAD - Perform a * b + c, while getting the same result as the separately rounded operations.
@ ADD
Simple integer binary arithmetic operators.
@ LOAD
LOAD and STORE have token chains as their first operand, then the same operands as an LLVM load/store...
@ SMULFIXSAT
Same as the corresponding unsaturated fixed point instructions, but the result is clamped between the...
@ ANY_EXTEND
ANY_EXTEND - Used for integer types. The high bits are undefined.
@ CTTZ_ELTS
Returns the number of number of trailing (least significant) zero elements in a vector.
@ FMA
FMA - Perform a * b + c with no intermediate rounding step.
@ VECTOR_FIND_LAST_ACTIVE
Finds the index of the last active mask element Operands: Mask.
@ PSEUDO_FMIN
PSEUDO_FMIN is strictly equivalent to op0 olt op1 ?
@ INTRINSIC_VOID
OUTCHAIN = INTRINSIC_VOID(INCHAIN, INTRINSICID, arg1, arg2, ...) This node represents a target intrin...
@ SINT_TO_FP
[SU]INT_TO_FP - These operators convert integers (whose interpreted sign depends on the first letter)...
@ CONCAT_VECTORS
CONCAT_VECTORS(VECTOR0, VECTOR1, ...) - Given a number of values of vector type with the same length ...
@ FADD
Simple binary floating point operators.
@ ABS
ABS - Determine the unsigned absolute value of a signed integer value of the same bitwidth.
@ SIGN_EXTEND_VECTOR_INREG
SIGN_EXTEND_VECTOR_INREG(Vector) - This operator represents an in-register sign-extension of the low ...
@ SDIVREM
SDIVREM/UDIVREM - Divide two integers and produce both a quotient and remainder result.
@ FMULADD
FMULADD - Performs a * b + c, with, or without, intermediate rounding.
@ BITCAST
BITCAST - This operator converts between integer, vector and FP values, as if the value was stored to...
@ BUILD_PAIR
BUILD_PAIR - This is the opposite of EXTRACT_ELEMENT in some ways.
@ CLMUL
Carry-less multiplication operations.
@ SDIVFIX
RESULT = [US]DIVFIX(LHS, RHS, SCALE) - Perform fixed point division on 2 integers with the same width...
@ BUILTIN_OP_END
BUILTIN_OP_END - This must be the last enum value in this list.
@ SIGN_EXTEND
Conversion operators.
@ AVGCEILS
AVGCEILS/AVGCEILU - Rounding averaging add - Add two integers using an integer of type i[N+2],...
@ SCALAR_TO_VECTOR
SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a scalar value into element 0 of the...
@ VECREDUCE_FADD
These reductions have relaxed evaluation order semantics, and have a single vector operand.
@ FNEG
Perform various unary floating-point operations inspired by libm.
@ SSUBO
Same for subtraction.
@ BRIND
BRIND - Indirect branch.
@ FCANONICALIZE
Returns platform specific canonical encoding of a floating point number.
@ IS_FPCLASS
Performs a check of floating point class property, defined by IEEE-754.
@ SSUBSAT
RESULT = [US]SUBSAT(LHS, RHS) - Perform saturation subtraction on 2 integers with the same bit width ...
@ SELECT
Select(COND, TRUEVAL, FALSEVAL).
@ EXTRACT_ELEMENT
EXTRACT_ELEMENT - This is used to get the lower or upper (determined by a Constant,...
@ SPLAT_VECTOR
SPLAT_VECTOR(VAL) - Returns a vector with the scalar value VAL duplicated in all lanes.
@ GET_ACTIVE_LANE_MASK
GET_ACTIVE_LANE_MASK - this corrosponds to the llvm.get.active.lane.mask intrinsic.
@ CopyFromReg
CopyFromReg - This node indicates that the input value is a virtual or physical register that is defi...
@ SADDO
RESULT, BOOL = [SU]ADDO(LHS, RHS) - Overflow-aware nodes for addition.
@ VECREDUCE_ADD
Integer reductions may have a result type larger than the vector element type.
@ MULHU
MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing an unsigned/signed value of...
@ SHL
Shift and rotation operations.
@ VECTOR_SHUFFLE
VECTOR_SHUFFLE(VEC1, VEC2) - Returns a vector, of the same type as VEC1/VEC2.
@ EXTRACT_SUBVECTOR
EXTRACT_SUBVECTOR(VECTOR, IDX) - Returns a subvector from VECTOR.
@ FMINNUM_IEEE
FMINNUM_IEEE/FMAXNUM_IEEE - Perform floating-point minimumNumber or maximumNumber on two values,...
@ EXTRACT_VECTOR_ELT
EXTRACT_VECTOR_ELT(VECTOR, IDX) - Returns a single element from VECTOR identified by the (potentially...
@ ZERO_EXTEND
ZERO_EXTEND - Used for integer types, zeroing the new bits.
@ SELECT_CC
Select with condition operator - This selects between a true value and a false value (ops #2 and #3) ...
@ FMINNUM
FMINNUM/FMAXNUM - Perform floating-point minimum maximum on two values, following IEEE-754 definition...
@ SSHLSAT
RESULT = [US]SHLSAT(LHS, RHS) - Perform saturation left shift.
@ SMULO
Same for multiplication.
@ VECTOR_SPLICE_LEFT
VECTOR_SPLICE_LEFT(VEC1, VEC2, OFFSET) - Shifts CONCAT_VECTORS(VEC1, VEC2) left by OFFSET elements an...
@ ANY_EXTEND_VECTOR_INREG
ANY_EXTEND_VECTOR_INREG(Vector) - This operator represents an in-register any-extension of the low la...
@ SIGN_EXTEND_INREG
SIGN_EXTEND_INREG - This operator atomically performs a SHL/SRA pair to sign extend a small value in ...
@ SMIN
[US]{MIN/MAX} - Binary minimum or maximum of signed or unsigned integers.
@ SDIVFIXSAT
Same as the corresponding unsaturated fixed point instructions, but the result is clamped between the...
@ FP_EXTEND
X = FP_EXTEND(Y) - Extend a smaller FP type into a larger FP type.
@ VSELECT
Select with a vector condition (op #0) and two vector operands (ops #1 and #2), returning a vector re...
@ UADDO_CARRY
Carry-using nodes for multiple precision addition and subtraction.
@ PEXT
Parallel bit extract (compress) and parallel bit deposit (expand).
@ STRICT_FP_TO_SINT
STRICT_FP_TO_[US]INT - Convert a floating point value to a signed or unsigned integer.
@ FMINIMUM
FMINIMUM/FMAXIMUM - NaN-propagating minimum/maximum that also treat -0.0 as less than 0....
@ FP_TO_SINT
FP_TO_[US]INT - Convert a floating point value to a signed or unsigned integer.
@ TargetConstant
TargetConstant* - Like Constant*, but the DAG does not do any folding, simplification,...
@ AND
Bitwise operators - logical and, logical or, logical xor.
@ INTRINSIC_WO_CHAIN
RESULT = INTRINSIC_WO_CHAIN(INTRINSICID, arg1, arg2, ...) This node represents a target intrinsic fun...
@ AVGFLOORS
AVGFLOORS/AVGFLOORU - Averaging add - Add two integers using an integer of type i[N+1],...
@ VECTOR_SPLICE_RIGHT
VECTOR_SPLICE_RIGHT(VEC1, VEC2, OFFSET) - Shifts CONCAT_VECTORS(VEC1,VEC2) right by OFFSET elements a...
@ ADDE
Carry-using nodes for multiple precision addition and subtraction.
@ FREEZE
FREEZE - FREEZE(VAL) returns an arbitrary value if VAL is UNDEF (or is evaluated to UNDEF),...
@ INSERT_VECTOR_ELT
INSERT_VECTOR_ELT(VECTOR, VAL, IDX) - Returns VECTOR with the element at IDX replaced with VAL.
@ TokenFactor
TokenFactor - This node takes multiple tokens as input and produces a single token result.
@ CTTZ_ZERO_POISON
Bit counting operators with a poisoned result for zero inputs.
@ FFREXP
FFREXP - frexp, extract fractional and exponent component of a floating-point value.
@ FP_ROUND
X = FP_ROUND(Y, TRUNC) - Rounding 'Y' from a larger floating point type down to the precision of the ...
@ ZERO_EXTEND_VECTOR_INREG
ZERO_EXTEND_VECTOR_INREG(Vector) - This operator represents an in-register zero-extension of the low ...
@ FP_TO_SINT_SAT
FP_TO_[US]INT_SAT - Convert floating point value in operand 0 to a signed or unsigned scalar integer ...
@ TRUNCATE
TRUNCATE - Completely drop the high bits.
@ SHL_PARTS
SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded integer shift operations.
@ FCOPYSIGN
FCOPYSIGN(X, Y) - Return the value of X with the sign of Y.
@ SADDSAT
RESULT = [US]ADDSAT(LHS, RHS) - Perform saturation addition on 2 integers with the same bit width (W)...
@ CALLSEQ_START
CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end of a call sequence,...
@ FMINIMUMNUM
FMINIMUMNUM/FMAXIMUMNUM - minimumnum/maximumnum that is same with FMINNUM_IEEE and FMAXNUM_IEEE besid...
@ ABDS
ABDS/ABDU - Absolute difference - Return the absolute difference between two numbers interpreted as s...
@ INTRINSIC_W_CHAIN
RESULT,OUTCHAIN = INTRINSIC_W_CHAIN(INCHAIN, INTRINSICID, arg1, ...) This node represents a target in...
@ ABS_MIN_POISON
ABS with a poison result for INT_MIN.
@ BUILD_VECTOR
BUILD_VECTOR(ELT0, ELT1, ELT2, ELT3,...) - Return a fixed-width vector with the specified,...
LLVM_ABI NodeType getOppositeSignednessMinMaxOpcode(unsigned MinMaxOpc)
Given a MinMaxOpc of ISD::(U|S)MIN or ISD::(U|S)MAX, returns the corresponding opcode with the opposi...
LLVM_ABI bool isBuildVectorOfConstantSDNodes(const SDNode *N)
Return true if the specified node is a BUILD_VECTOR node of all ConstantSDNode or undef.
LLVM_ABI NodeType getExtForLoadExtType(bool IsFP, LoadExtType)
bool isNormalStore(const SDNode *N)
Returns true if the specified node is a non-truncating and unindexed store.
bool isZEXTLoad(const SDNode *N)
Returns true if the specified node is a ZEXTLOAD.
LLVM_ABI CondCode getSetCCInverse(CondCode Operation, EVT Type)
Return the operation corresponding to !(X op Y), where 'op' is a valid SetCC operation.
bool isTrueWhenEqual(CondCode Cond)
Return true if the specified condition returns true if the two operands to the condition are equal.
unsigned getUnorderedFlavor(CondCode Cond)
This function returns 0 if the condition is always false if an operand is a NaN, 1 if the condition i...
LLVM_ABI bool matchBinaryPredicate(SDValue LHS, SDValue RHS, const APInt &DemandedElts, std::function< bool(ConstantSDNode *, ConstantSDNode *)> Match, bool AllowUndefs=false, bool AllowTypeMismatch=false)
Attempt to match a binary predicate against a pair of scalar/splat constants or every element of a pa...
LLVM_ABI CondCode getSetCCSwappedOperands(CondCode Operation)
Return the operation corresponding to (Y op X) when given the operation for (X op Y).
LLVM_ABI bool isBuildVectorAllZeros(const SDNode *N)
Return true if the specified node is a BUILD_VECTOR where all of the elements are 0 or undef.
bool isSignedIntSetCC(CondCode Code)
Return true if this is a setcc instruction that performs a signed comparison when used with integer o...
LLVM_ABI bool isConstantSplatVector(const SDNode *N, APInt &SplatValue)
Node predicates.
CondCode
ISD::CondCode enum - These are ordered carefully to make the bitfields below work out,...
LLVM_ABI NodeType getVecReduceBaseOpcode(unsigned VecReduceOpcode)
Get underlying scalar opcode for VECREDUCE opcode.
LoadExtType
LoadExtType enum - This enum defines the three variants of LOADEXT (load with extension).
bool isUnsignedIntSetCC(CondCode Code)
Return true if this is a setcc instruction that performs an unsigned comparison when used with intege...
bool matchUnaryPredicate(SDValue Op, const APInt &DemandedElts, std::function< bool(ConstantSDNode *)> Match, bool AllowUndefs=false, bool AllowTruncation=false)
Hook for matching ConstantSDNode predicate.
BinaryOp_match< LHS, RHS, Instruction::And > m_And(const LHS &L, const RHS &R)
BinaryOp_match< LHS, RHS, Instruction::Add > m_Add(const LHS &L, const RHS &R)
match_deferred< Value > m_Deferred(Value *const &V)
Like m_Specific(), but works if the specific value to match is determined as part of the same match()...
specificval_ty m_Specific(const Value *V)
Match if we have a specific specified value.
auto m_Value()
Match an arbitrary value and ignore it.
BinaryOp_match< LHS, RHS, Instruction::Or > m_Or(const LHS &L, const RHS &R)
BinaryOp_match< LHS, RHS, Instruction::Sub > m_Sub(const LHS &L, const RHS &R)
LLVM_ABI Libcall getUREM(EVT VT)
Or< Preds... > m_AnyOf(const Preds &...preds)
bool sd_match(SDNode *N, const SelectionDAG *DAG, Pattern &&P)
NUses_match< 1, Value_match > m_OneUse()
This is an optimization pass for GlobalISel generic memory operations.
unsigned Log2_32_Ceil(uint32_t Value)
Return the ceil log base 2 of the specified value, 32 if the value is zero.
void stable_sort(R &&Range)
bool all_of(R &&range, UnaryPredicate P)
Provide wrappers to std::all_of which take ranges instead of having to pass begin/end explicitly.
LLVM_ABI bool isNullConstant(SDValue V)
Returns true if V is a constant integer zero.
RelativeUniformCounterPtr Values
LLVM_ABI bool isAllOnesOrAllOnesSplat(const MachineInstr &MI, const MachineRegisterInfo &MRI, bool AllowUndefs=false)
Return true if the value is a constant -1 integer or a splatted vector of a constant -1 integer (with...
@ Known
Known to have no common set bits.
@ Undef
Value of the register doesn't matter.
LLVM_ABI SDValue peekThroughBitcasts(SDValue V)
Return the non-bitcasted source operand of V if it exists.
auto enumerate(FirstRange &&First, RestRanges &&...Rest)
Given two or more input ranges, returns a new range whose values are tuples (A, B,...
decltype(auto) dyn_cast(const From &Val)
dyn_cast<X> - Return the argument parameter cast to the specified type.
LLVM_ABI FPClassTest invertFPClassTestIfSimpler(FPClassTest Test, bool UseFCmp)
Evaluates if the specified FP class test is better performed as the inverse (i.e.
@ Load
The value being inserted comes from a load (InsertElement only).
@ Store
The extracted value is stored (ExtractElement only).
LLVM_ABI bool isOneOrOneSplatFP(SDValue V, bool AllowUndefs=false)
Return true if the value is a constant floating-point value, or a splatted vector of a constant float...
constexpr T alignDown(U Value, V Align, W Skew=0)
Returns the largest unsigned integer less than or equal to Value and is Skew mod Align.
LLVM_ABI bool isNullOrNullSplat(const MachineInstr &MI, const MachineRegisterInfo &MRI, bool AllowUndefs=false)
Return true if the value is a constant 0 integer or a splatted vector of a constant 0 integer (with n...
T bit_ceil(T Value)
Returns the smallest integral power of two no smaller than Value if Value is nonzero.
LLVM_ABI void reportFatalInternalError(Error Err)
Report a fatal error that indicates a bug in LLVM.
constexpr int popcount(T Value) noexcept
Count the number of set bits in a value.
LLVM_ABI ConstantFPSDNode * isConstOrConstSplatFP(SDValue N, bool AllowUndefs=false)
Returns the SDNode if it is a constant splat BuildVector or constant float.
constexpr bool has_single_bit(T Value) noexcept
bool any_of(R &&range, UnaryPredicate P)
Provide wrappers to std::any_of which take ranges instead of having to pass begin/end explicitly.
LLVM_ABI bool getShuffleDemandedElts(int SrcWidth, ArrayRef< int > Mask, const APInt &DemandedElts, APInt &DemandedLHS, APInt &DemandedRHS, bool AllowUndefElts=false)
Transform a shuffle mask's output demanded element mask into demanded element masks for the 2 operand...
unsigned Log2_32(uint32_t Value)
Return the floor log base 2 of the specified value, -1 if the value is zero.
LLVM_ABI bool isBitwiseNot(SDValue V, bool AllowUndefs=false)
Returns true if V is a bitwise not operation.
constexpr bool isPowerOf2_32(uint32_t Value)
Return true if the argument is a power of two > 0.
FPClassTest
Floating-point class tests, supported by 'is_fpclass' intrinsic.
auto find_if_not(R &&Range, UnaryPredicate P)
LLVM_ABI void report_fatal_error(Error Err, bool gen_crash_diag=true)
constexpr uint64_t alignTo(uint64_t Size, Align A)
Returns a multiple of A needed to store Size bytes.
LLVM_ABI ConstantRange getVScaleRange(const Function *F, unsigned BitWidth)
Determine the possible constant range of vscale with the given bit width, based on the vscale_range f...
class LLVM_GSL_OWNER SmallVector
Forward declaration of SmallVector so that calculateSmallVectorDefaultInlinedElements can reference s...
bool isa(const From &Val)
isa<X> - Return true if the parameter to the template is an instance of one of the template type argu...
LLVM_ABI bool isOneOrOneSplat(SDValue V, bool AllowUndefs=false)
Return true if the value is a constant 1 integer or a splatted vector of a constant 1 integer (with n...
@ Mod
The access may modify the value stored in memory.
constexpr T divideCeil(U Numerator, V Denominator)
Returns the integer ceil(Numerator / Denominator).
To bit_cast(const From &from) noexcept
@ Mul
Product of integers.
@ Xor
Bitwise or logical XOR of integers.
@ Sub
Subtraction of integers.
uint16_t MCPhysReg
An unsigned integer type large enough to represent all physical registers, but not necessarily virtua...
@ Fast
Assign the register banks as fast as possible (default).
RelativeUniformCounterPtr ValuesPtrExpr VTableAddr Count
DWARFExpression::Operation Op
RoundingMode
Rounding mode.
@ TowardZero
roundTowardZero.
@ NearestTiesToEven
roundTiesToEven.
@ TowardPositive
roundTowardPositive.
@ NearestTiesToAway
roundTiesToAway.
@ TowardNegative
roundTowardNegative.
LLVM_ABI ConstantSDNode * isConstOrConstSplat(SDValue N, bool AllowUndefs=false, bool AllowTruncation=false)
Returns the SDNode if it is a constant splat BuildVector or constant int.
constexpr unsigned BitWidth
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.
LLVM_ABI bool isZeroOrZeroSplat(SDValue N, bool AllowUndefs=false)
Return true if the value is a constant 0 integer or a splatted vector of a constant 0 integer (with n...
LLVM_ABI bool isOneConstant(SDValue V)
Returns true if V is a constant integer one.
UndefPoisonKind
Enumeration to track whether we are interested in Undef, Poison, or both.
Align commonAlignment(Align A, uint64_t Offset)
Returns the alignment that satisfies both alignments.
LLVM_ABI bool isNullFPConstant(SDValue V)
Returns true if V is an FP constant with a value of positive zero.
APFloat neg(APFloat X)
Returns the negated value of the argument.
RelativeUniformCounterPtr ValuesPtrExpr VTableAddr Next
unsigned Log2(Align A)
Returns the log2 of the alignment.
constexpr T maskTrailingOnes(unsigned N)
Create a bitmask with the N right-most bits set to 1, and all other bits set to 0.
@ Increment
Incrementally increasing token ID.
LLVM_ABI bool isAllOnesConstant(SDValue V)
Returns true if V is an integer constant with all bits set.
constexpr uint64_t NextPowerOf2(uint64_t A)
Returns the next power of two (in 64-bits) that is strictly greater than A.
MCRegisterClass TargetRegisterClass
LLVM_ABI void reportFatalUsageError(Error Err)
Report a fatal error that does not indicate a bug in LLVM.
void swap(llvm::BitVector &LHS, llvm::BitVector &RHS)
Implement std::swap in terms of BitVector swap.
This struct is a compact representation of a valid (non-zero power of two) alignment.
Represent subnormal handling kind for floating point instruction inputs and outputs.
DenormalModeKind Input
Denormal treatment kind for floating point instruction inputs in the default floating-point environme...
@ PreserveSign
The sign of a flushed-to-zero number is preserved in the sign of 0.
@ PositiveZero
Denormals are flushed to positive zero.
@ IEEE
IEEE-754 denormal numbers preserved.
constexpr bool inputsAreZero() const
Return true if input denormals must be implicitly treated as 0.
TypeSize getStoreSize() const
Return the number of bytes overwritten by a store of the specified value type.
bool isSimple() const
Test if the given EVT is simple (as opposed to being extended).
static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, bool IsScalable=false)
Returns the EVT that represents a vector NumElements in length, where each element is of type VT.
EVT changeTypeToInteger() const
Return the type converted to an equivalently sized integer or vector with integer element type.
bool bitsGT(EVT VT) const
Return true if this has more bits than VT.
bool bitsLT(EVT VT) const
Return true if this has less bits than VT.
bool isFloatingPoint() const
Return true if this is a FP or a vector FP type.
ElementCount getVectorElementCount() const
EVT getDoubleNumVectorElementsVT(LLVMContext &Context) const
TypeSize getSizeInBits() const
Return the size of the specified value type in bits.
bool isByteSized() const
Return true if the bit size is a multiple of 8.
unsigned getVectorMinNumElements() const
Given a vector type, return the minimum number of elements it contains.
uint64_t getScalarSizeInBits() const
EVT getHalfSizedIntegerVT(LLVMContext &Context) const
Finds the smallest simple value type that is greater than or equal to half the width of this EVT.
bool isPow2VectorType() const
Returns true if the given vector is a power of 2.
TypeSize getStoreSizeInBits() const
Return the number of bits overwritten by a store of the specified value type.
EVT changeVectorElementType(LLVMContext &Context, EVT EltVT) const
Return a VT for a vector type whose attributes match ourselves with the exception of the element type...
MVT getSimpleVT() const
Return the SimpleValueType held in the specified simple EVT.
static EVT getIntegerVT(LLVMContext &Context, unsigned BitWidth)
Returns the EVT that represents an integer with the given number of bits.
uint64_t getFixedSizeInBits() const
Return the size of the specified fixed width value type in bits.
EVT widenIntegerVectorElementType(LLVMContext &Context) const
Return a VT for an integer vector type with the size of the elements doubled.
EVT changeVectorElementCount(LLVMContext &Context, ElementCount EC) const
Return a VT for a vector type whose attributes match ourselves with the exception of the element coun...
bool isScalableVT() const
Return true if the type is a scalable type.
bool isFixedLengthVector() const
bool isVector() const
Return true if this is a vector value type.
EVT getScalarType() const
If this is a vector type, return the element type, otherwise return this.
bool bitsEq(EVT VT) const
Return true if this has the same number of bits as VT.
LLVM_ABI Type * getTypeForEVT(LLVMContext &Context) const
This method returns an LLVM type corresponding to the specified EVT.
EVT widenIntegerElementType(LLVMContext &Context) const
Return a VT for an integer element type with doubled bit width.
bool isScalableVector() const
Return true if this is a vector type where the runtime length is machine dependent.
EVT getVectorElementType() const
Given a vector type, return the type of each element.
EVT changeElementType(LLVMContext &Context, EVT EltVT) const
Return a VT for a type whose attributes match ourselves with the exception of the element type that i...
bool isScalarInteger() const
Return true if this is an integer, but not a vector.
LLVM_ABI const fltSemantics & getFltSemantics() const
Returns an APFloat semantics tag appropriate for the value type.
unsigned getVectorNumElements() const
Given a vector type, return the number of elements it contains.
bool bitsLE(EVT VT) const
Return true if this has no more bits than VT.
EVT getHalfNumVectorElementsVT(LLVMContext &Context) const
bool isInteger() const
Return true if this is an integer or a vector integer type.
static KnownBits makeConstant(const APInt &C)
Create known bits from a known constant.
KnownBits anyextOrTrunc(unsigned BitWidth) const
Return known bits for an "any" extension or truncation of the value we're tracking.
static LLVM_ABI KnownBits smax(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for smax(LHS, RHS).
bool isNonNegative() const
Returns true if this value is known to be non-negative.
unsigned countMinTrailingZeros() const
Returns the minimum number of trailing zero bits.
KnownBits trunc(unsigned BitWidth) const
Return known bits for a truncation of the value we're tracking.
KnownBits byteSwap() const
static LLVM_ABI std::optional< bool > sge(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_SGE result.
unsigned countMaxPopulation() const
Returns the maximum number of bits that could be one.
KnownBits reverseBits() const
KnownBits concat(const KnownBits &Lo) const
Concatenate the bits from Lo onto the bottom of *this.
static LLVM_ABI KnownBits umax(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for umax(LHS, RHS).
unsigned countMinLeadingZeros() const
Returns the minimum number of leading zero bits.
APInt getMaxValue() const
Return the maximal unsigned value possible given these KnownBits.
static LLVM_ABI KnownBits smin(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for smin(LHS, RHS).
static LLVM_ABI std::optional< bool > ugt(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_UGT result.
static LLVM_ABI std::optional< bool > slt(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_SLT result.
static LLVM_ABI KnownBits computeForAddSub(bool Add, bool NSW, bool NUW, const KnownBits &LHS, const KnownBits &RHS)
Compute known bits resulting from adding LHS and RHS.
static LLVM_ABI std::optional< bool > ult(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_ULT result.
static LLVM_ABI std::optional< bool > ule(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_ULE result.
bool isNegative() const
Returns true if this value is known to be negative.
static LLVM_ABI KnownBits mul(const KnownBits &LHS, const KnownBits &RHS, bool NoUndefSelfMultiply=false)
Compute known bits resulting from multiplying LHS and RHS.
static LLVM_ABI std::optional< bool > sle(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_SLE result.
static LLVM_ABI std::optional< bool > sgt(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_SGT result.
unsigned countMinPopulation() const
Returns the number of bits known to be one.
static LLVM_ABI std::optional< bool > uge(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_UGE result.
static LLVM_ABI KnownBits umin(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for umin(LHS, RHS).
This class contains a discriminated union of information about pointers in memory operands,...
LLVM_ABI unsigned getAddrSpace() const
Return the LLVM IR address space number that this pointer points into.
static LLVM_ABI MachinePointerInfo getConstantPool(MachineFunction &MF)
Return a MachinePointerInfo record that refers to the constant pool.
MachinePointerInfo getWithOffset(int64_t O) const
static LLVM_ABI MachinePointerInfo getUnknownStack(MachineFunction &MF)
Stack memory without other information.
static LLVM_ABI MachinePointerInfo getFixedStack(MachineFunction &MF, int FI, int64_t Offset=0)
Return a MachinePointerInfo record that refers to the specified FrameIndex.
static LLVM_ABI bool hasVectorMaskArgument(RTLIB::LibcallImpl Impl)
Returns true if the function has a vector mask argument, which is assumed to be the last argument.
These are IR-level optimization flags that may be propagated to SDNodes.
bool hasNoUnsignedWrap() const
bool hasNoSignedWrap() const
void setNoSignedWrap(bool b)
This represents a list of ValueType's that has been intern'd by a SelectionDAG.
Magic data for optimising signed division by a constant.
unsigned ShiftAmount
shift amount
static LLVM_ABI SignedDivisionByConstantInfo get(const APInt &D)
Calculate the magic numbers required to implement a signed integer division by a constant as a sequen...
This contains information for each constraint that we are lowering.
std::string ConstraintCode
This contains the actual string for the code, like "m".
LLVM_ABI unsigned getMatchedOperand() const
If this is an input matching constraint, this method returns the output operand it matches.
LLVM_ABI bool isMatchingInputConstraint() const
Return true of this is an input operand that is a matching constraint like "4".
This structure contains all information that is necessary for lowering calls.
CallLoweringInfo & setIsPostTypeLegalization(bool Value=true)
CallLoweringInfo & setLibCallee(CallingConv::ID CC, Type *ResultType, SDValue Target, ArgListTy &&ArgsList)
CallLoweringInfo & setDiscardResult(bool Value=true)
CallLoweringInfo & setZExtResult(bool Value=true)
CallLoweringInfo & setDebugLoc(const SDLoc &dl)
CallLoweringInfo & setSExtResult(bool Value=true)
CallLoweringInfo & setNoReturn(bool Value=true)
CallLoweringInfo & setChain(SDValue InChain)
bool isBeforeLegalizeOps() const
LLVM_ABI void AddToWorklist(SDNode *N)
bool isCalledByLegalizer() const
bool isBeforeLegalize() const
LLVM_ABI void CommitTargetLoweringOpt(const TargetLoweringOpt &TLO)
This structure is used to pass arguments to makeLibCall function.
MakeLibCallOptions & setIsPostTypeLegalization(bool Value=true)
ArrayRef< EVT > OpsVTBeforeSoften
bool IsPostTypeLegalization
MakeLibCallOptions & setTypeListBeforeSoften(ArrayRef< EVT > OpsVT, EVT RetVT)
ArrayRef< Type * > OpsTypeOverrides
MakeLibCallOptions & setIsSigned(bool Value=true)
A convenience struct that encapsulates a DAG, and two SDValues for returning information from TargetL...
bool CombineTo(SDValue O, SDValue N)
bool LegalOperations() const
Magic data for optimising unsigned division by a constant.
unsigned PreShift
pre-shift amount
unsigned PostShift
post-shift amount
static LLVM_ABI UnsignedDivisionByConstantInfo get(const APInt &D, unsigned LeadingZeros=0, bool AllowEvenDivisorOptimization=true, bool AllowWidenOptimization=false)
Calculate the magic numbers required to implement an unsigned integer division by a constant as a seq...
bool Widen
use widen optimization
fltNonfiniteBehavior nonFiniteBehavior
fltNanEncoding nanEncoding