100void SelectionDAG::DAGNodeDeletedListener::anchor() {}
101void SelectionDAG::DAGNodeInsertedListener::anchor() {}
103#define DEBUG_TYPE "selectiondag"
107 cl::desc(
"Gang up loads and stores generated by inlining of memcpy"));
110 cl::desc(
"Number limit for gluing ld/st of memcpy."),
115 cl::desc(
"DAG combiner limit number of steps when searching DAG "
116 "for predecessor nodes"));
119 "vscale-unroll-limit",
120 cl::desc(
"Maximum vscale for which vector unrolling is allowed."),
159 if (
auto OptAPInt =
N->getOperand(0)->bitcastToAPInt()) {
161 N->getValueType(0).getVectorElementType().getSizeInBits();
162 SplatVal = OptAPInt->
trunc(EltSize);
172 unsigned SplatBitSize;
174 unsigned EltSize =
N->getValueType(0).getVectorElementType().getSizeInBits();
179 const bool IsBigEndian =
false;
180 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs,
181 EltSize, IsBigEndian) &&
182 EltSize == SplatBitSize;
191 N =
N->getOperand(0).getNode();
200 unsigned i = 0, e =
N->getNumOperands();
203 while (i != e &&
N->getOperand(i).isUndef())
207 if (i == e)
return false;
219 unsigned EltSize =
N->getValueType(0).getScalarSizeInBits();
220 if (OptAPInt->countr_one() < EltSize)
228 for (++i; i != e; ++i)
229 if (
N->getOperand(i) != NotZero && !
N->getOperand(i).isUndef())
237 N =
N->getOperand(0).getNode();
246 bool IsAllUndef =
true;
259 if (
auto OptAPInt =
Op->bitcastToAPInt()) {
260 unsigned EltSize =
N->getValueType(0).getScalarSizeInBits();
261 if (OptAPInt->countr_zero() < EltSize)
309 assert(
N->getValueType(0).isVector() &&
"Expected a vector!");
311 unsigned EltSize =
N->getValueType(0).getScalarSizeInBits();
312 if (EltSize <= NewEltSize)
316 return (
N->getOperand(0).getValueType().getScalarSizeInBits() <=
321 return (
N->getOperand(0).getValueType().getScalarSizeInBits() <=
334 APInt C =
Op->getAsAPIntVal().trunc(EltSize);
335 if (
Signed &&
C.trunc(NewEltSize).sext(EltSize) !=
C)
337 if (!
Signed &&
C.trunc(NewEltSize).zext(EltSize) !=
C)
348 if (
N->getNumOperands() == 0)
354 return N->getOpcode() ==
ISD::FREEZE &&
N->getOperand(0).isUndef();
357template <
typename ConstNodeType>
359 std::function<
bool(ConstNodeType *)> Match,
360 bool AllowUndefs,
bool AllowTruncation) {
373 EVT SVT =
Op.getValueType().getScalarType();
374 for (
unsigned i = 0, e =
Op.getNumOperands(); i != e; ++i) {
378 if (AllowUndefs &&
Op.getOperand(i).isUndef()) {
385 if (!Cst || (!AllowTruncation && Cst->getValueType(0) != SVT) ||
401 bool AllowUndefs,
bool AllowTypeMismatch) {
402 if (!AllowTypeMismatch && LHS.getValueType() != RHS.getValueType())
408 return Match(LHSCst, RHSCst);
411 if (LHS.getOpcode() != RHS.getOpcode() ||
420 for (
unsigned i = 0, e = LHS.getNumOperands(); i != e; ++i) {
425 bool LHSUndef = AllowUndefs && LHSOp.
isUndef();
426 bool RHSUndef = AllowUndefs && RHSOp.
isUndef();
429 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef))
431 if (!AllowTypeMismatch && (LHSOp.
getValueType() != SVT ||
434 if (!Match(LHSCst, RHSCst))
471 switch (VecReduceOpcode) {
476 case ISD::VP_REDUCE_FADD:
477 case ISD::VP_REDUCE_SEQ_FADD:
481 case ISD::VP_REDUCE_FMUL:
482 case ISD::VP_REDUCE_SEQ_FMUL:
485 case ISD::VP_REDUCE_ADD:
488 case ISD::VP_REDUCE_MUL:
491 case ISD::VP_REDUCE_AND:
494 case ISD::VP_REDUCE_OR:
497 case ISD::VP_REDUCE_XOR:
500 case ISD::VP_REDUCE_SMAX:
503 case ISD::VP_REDUCE_SMIN:
506 case ISD::VP_REDUCE_UMAX:
509 case ISD::VP_REDUCE_UMIN:
512 case ISD::VP_REDUCE_FMAX:
515 case ISD::VP_REDUCE_FMIN:
518 case ISD::VP_REDUCE_FMAXIMUM:
521 case ISD::VP_REDUCE_FMINIMUM:
549#define BEGIN_REGISTER_VP_SDNODE(VPSD, ...) \
552#include "llvm/IR/VPIntrinsics.def"
560#define BEGIN_REGISTER_VP_SDNODE(VPSD, ...) case ISD::VPSD:
561#define VP_PROPERTY_BINARYOP return true;
562#define END_REGISTER_VP_SDNODE(VPSD) break;
563#include "llvm/IR/VPIntrinsics.def"
572 case ISD::VP_REDUCE_ADD:
573 case ISD::VP_REDUCE_MUL:
574 case ISD::VP_REDUCE_AND:
575 case ISD::VP_REDUCE_OR:
576 case ISD::VP_REDUCE_XOR:
577 case ISD::VP_REDUCE_SMAX:
578 case ISD::VP_REDUCE_SMIN:
579 case ISD::VP_REDUCE_UMAX:
580 case ISD::VP_REDUCE_UMIN:
581 case ISD::VP_REDUCE_FMAX:
582 case ISD::VP_REDUCE_FMIN:
583 case ISD::VP_REDUCE_FMAXIMUM:
584 case ISD::VP_REDUCE_FMINIMUM:
585 case ISD::VP_REDUCE_FADD:
586 case ISD::VP_REDUCE_FMUL:
587 case ISD::VP_REDUCE_SEQ_FADD:
588 case ISD::VP_REDUCE_SEQ_FMUL:
598#define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, ...) \
601#include "llvm/IR/VPIntrinsics.def"
610#define BEGIN_REGISTER_VP_SDNODE(VPSD, LEGALPOS, TDNAME, MASKPOS, EVLPOS) \
613#include "llvm/IR/VPIntrinsics.def"
623#define BEGIN_REGISTER_VP_SDNODE(VPOPC, ...) case ISD::VPOPC:
624#define VP_PROPERTY_FUNCTIONAL_SDOPC(SDOPC) return ISD::SDOPC;
625#define END_REGISTER_VP_SDNODE(VPOPC) break;
626#include "llvm/IR/VPIntrinsics.def"
635#define BEGIN_REGISTER_VP_SDNODE(VPOPC, ...) break;
636#define VP_PROPERTY_FUNCTIONAL_SDOPC(SDOPC) case ISD::SDOPC:
637#define END_REGISTER_VP_SDNODE(VPOPC) return ISD::VPOPC;
638#include "llvm/IR/VPIntrinsics.def"
685 bool isIntegerLike) {
710 bool IsInteger =
Type.isInteger();
715 unsigned Op = Op1 | Op2;
731 bool IsInteger =
Type.isInteger();
777 ID.AddPointer(
C->getConstantIntValue());
778 ID.AddBoolean(
C->isOpaque());
849 ID.AddInteger(LD->getMemoryVT().getRawBits());
850 ID.AddInteger(LD->getRawSubclassData());
851 ID.AddInteger(LD->getPointerInfo().getAddrSpace());
852 ID.AddInteger(LD->getMemOperand()->getFlags());
857 ID.AddInteger(ST->getMemoryVT().getRawBits());
858 ID.AddInteger(ST->getRawSubclassData());
859 ID.AddInteger(ST->getPointerInfo().getAddrSpace());
860 ID.AddInteger(ST->getMemOperand()->getFlags());
871 case ISD::VP_LOAD_FF: {
873 ID.AddInteger(LD->getMemoryVT().getRawBits());
874 ID.AddInteger(LD->getRawSubclassData());
875 ID.AddInteger(LD->getPointerInfo().getAddrSpace());
876 ID.AddInteger(LD->getMemOperand()->getFlags());
879 case ISD::VP_STORE: {
887 case ISD::EXPERIMENTAL_VP_STRIDED_LOAD: {
894 case ISD::EXPERIMENTAL_VP_STRIDED_STORE: {
901 case ISD::VP_GATHER: {
909 case ISD::VP_SCATTER: {
946 ID.AddInteger(M->getMemoryVT().getRawBits());
947 ID.AddInteger(M->getRawSubclassData());
948 ID.AddInteger(M->getPointerInfo().getAddrSpace());
949 ID.AddInteger(M->getMemOperand()->getFlags());
986 ID.AddInteger(AT->getMemoryVT().getRawBits());
987 ID.AddInteger(AT->getRawSubclassData());
988 ID.AddInteger(AT->getPointerInfo().getAddrSpace());
989 ID.AddInteger(AT->getMemOperand()->getFlags());
995 ID.AddInteger(MN->getRawSubclassData());
996 ID.AddInteger(MN->getMemoryVT().getRawBits());
998 ID.AddInteger(MMO->getPointerInfo().getAddrSpace());
999 ID.AddInteger(MMO->getFlags());
1017 ID.AddInteger(
N->getOpcode());
1018 ID.AddPointer(
N->getVTList().VTs);
1020 ID.AddPointer(
Op.getNode());
1021 ID.AddInteger(
Op.getResNo());
1027 ID.AddInteger(
Key.Opcode);
1028 ID.AddPointer(
Key.VTs);
1030 ID.AddPointer(
Op.getNode());
1031 ID.AddInteger(
Op.getResNo());
1033 ID.AddNodeID(
Key.Tail);
1038 if (
N.getOpcode() !=
Key.Opcode ||
N.getVTList().VTs !=
Key.VTs)
1046 return Tail ==
Key.Tail;
1056 assert((NodeProfile == KeyProfile) == Result &&
1057 "SDNodeKey equality disagrees with profile");
1068 if (
N->getValueType(0) == MVT::Glue)
1071 switch (
N->getOpcode()) {
1079 for (
unsigned i = 1, e =
N->getNumValues(); i != e; ++i)
1080 if (
N->getValueType(i) == MVT::Glue)
1089 EVT VT = V.getValueType();
1108 if (
Node.use_empty())
1123 while (!DeadNodes.
empty()) {
1132 DUL->NodeDeleted(
N,
nullptr);
1135 RemoveNodeFromCSEMaps(
N);
1166 RemoveNodeFromCSEMaps(
N);
1170 DeleteNodeNotInCSEMaps(
N);
1173void SelectionDAG::DeleteNodeNotInCSEMaps(
SDNode *
N) {
1174 assert(
N->getIterator() != AllNodes.begin() &&
1175 "Cannot delete the entry node!");
1176 assert(
N->use_empty() &&
"Cannot delete a node that is not dead!");
1185 assert(!(V->isVariadic() && isParameter));
1187 ByvalParmDbgValues.push_back(V);
1189 DbgValues.push_back(V);
1192 DbgValMap[
Node].push_back(V);
1196 DbgValMapType::iterator
I = DbgValMap.find(
Node);
1197 if (
I == DbgValMap.end())
1199 for (
auto &Val:
I->second)
1200 Val->setIsInvalidated();
1204void SelectionDAG::DeallocateNode(
SDNode *
N) {
1227void SelectionDAG::verifyNode(
SDNode *
N)
const {
1228 switch (
N->getOpcode()) {
1230 if (
N->isTargetOpcode())
1234 EVT VT =
N->getValueType(0);
1235 assert(
N->getNumValues() == 1 &&
"Too many results!");
1237 "Wrong return type!");
1238 assert(
N->getNumOperands() == 2 &&
"Wrong number of operands!");
1239 assert(
N->getOperand(0).getValueType() ==
N->getOperand(1).getValueType() &&
1240 "Mismatched operand types!");
1242 "Wrong operand type!");
1244 "Wrong return type size");
1248 assert(
N->getNumValues() == 1 &&
"Too many results!");
1249 assert(
N->getValueType(0).isVector() &&
"Wrong return type!");
1250 assert(
N->getNumOperands() ==
N->getValueType(0).getVectorNumElements() &&
1251 "Wrong number of operands!");
1252 EVT EltVT =
N->getValueType(0).getVectorElementType();
1253 for (
const SDUse &
Op :
N->ops()) {
1254 assert((
Op.getValueType() == EltVT ||
1255 (EltVT.
isInteger() &&
Op.getValueType().isInteger() &&
1256 EltVT.
bitsLE(
Op.getValueType()))) &&
1257 "Wrong operand type!");
1258 assert(
Op.getValueType() ==
N->getOperand(0).getValueType() &&
1259 "Operands must all have the same type");
1267 assert(
N->getNumValues() == 2 &&
"Wrong number of results!");
1268 assert(
N->getVTList().NumVTs == 2 &&
N->getNumOperands() == 2 &&
1269 "Invalid add/sub overflow op!");
1270 assert(
N->getVTList().VTs[0].isInteger() &&
1271 N->getVTList().VTs[1].isInteger() &&
1272 N->getOperand(0).getValueType() ==
N->getOperand(1).getValueType() &&
1273 N->getOperand(0).getValueType() ==
N->getVTList().VTs[0] &&
1274 "Binary operator types must match!");
1284void SelectionDAG::InsertNode(
SDNode *
N) {
1285 AllNodes.push_back(
N);
1287 N->PersistentId = NextPersistentId++;
1291 DUL->NodeInserted(
N);
1298bool SelectionDAG::RemoveNodeFromCSEMaps(
SDNode *
N) {
1299 bool Erased =
false;
1300 switch (
N->getOpcode()) {
1304 "Cond code doesn't exist!");
1313 Erased = TargetExternalSymbols.erase(std::pair<std::string, unsigned>(
1319 Erased = MCSymbols.erase(MCSN->getMCSymbol());
1325 Erased = ExtendedValueTypeNodes.erase(VT);
1336 Erased = CSEMap.erase(
N);
1343 if (!Erased &&
N->getValueType(
N->getNumValues()-1) != MVT::Glue &&
1358SelectionDAG::AddModifiedNodeToCSEMaps(
SDNode *
N) {
1362 SDNode *Existing = CSEMap.getOrInsert(
N);
1363 if (Existing !=
N) {
1374 MemNode->refineMMOMetadata(NewMMOs);
1380 DUL->NodeDeleted(
N, Existing);
1381 DeleteNodeNotInCSEMaps(
N);
1388 DUL->NodeUpdated(
N);
1400 SDValue
Ops[] = {
Op };
1401 SDNodeKey
ID(
N->getOpcode(),
N->getVTList(),
Ops);
1403 SDNode *
Node = lookupNode(ID, SDLoc(
N), InsertToken);
1405 Node->intersectFlagsWith(
N->getFlags());
1418 SDValue
Ops[] = { Op1, Op2 };
1419 SDNodeKey
ID(
N->getOpcode(),
N->getVTList(),
Ops);
1421 SDNode *
Node = lookupNode(ID, SDLoc(
N), InsertToken);
1423 Node->intersectFlagsWith(
N->getFlags());
1436 SDNodeKey
ID(
N->getOpcode(),
N->getVTList(),
Ops);
1438 SDNode *
Node = lookupNode(ID, SDLoc(
N), InsertToken);
1440 Node->intersectFlagsWith(
N->getFlags());
1453 : TM(tm), OptLevel(OL), EntryNode(
ISD::EntryToken, 0,
DebugLoc(),
1456 InsertNode(&EntryNode);
1469 LibInfo = LibraryInfo;
1470 Libcalls = LibcallsInfo;
1471 Context = &MF->getFunction().getContext();
1475 FnVarLocs = VarLocs;
1479 assert(!UpdateListeners &&
"Dangling registered DAGUpdateListeners");
1481 OperandRecycler.clear(OperandAllocator);
1489void SelectionDAG::allnodes_clear() {
1490 assert(&*AllNodes.begin() == &EntryNode);
1491 AllNodes.remove(AllNodes.begin());
1492 while (!AllNodes.empty())
1493 DeallocateNode(&AllNodes.front());
1495 NextPersistentId = 0;
1503 switch (
N->getOpcode()) {
1508 "debug location. Use another overload.");
1516 SDNode *
N = CSEMap.lookup(
Key, InsertToken);
1518 switch (
N->getOpcode()) {
1524 if (
N->getDebugLoc() !=
DL.getDebugLoc())
1531 if (
DL.getIROrder() &&
DL.getIROrder() <
N->getIROrder())
1532 N->setDebugLoc(
DL.getDebugLoc());
1541 OperandRecycler.clear(OperandAllocator);
1542 OperandAllocator.Reset();
1545 ExtendedValueTypeNodes.clear();
1546 ExternalSymbols.clear();
1547 TargetExternalSymbols.clear();
1553 EntryNode.UseList =
nullptr;
1554 InsertNode(&EntryNode);
1560 return VT.
bitsGT(
Op.getValueType())
1566std::pair<SDValue, SDValue>
1570 "Strict no-op FP extend/round not allowed.");
1577 return std::pair<SDValue, SDValue>(Res,
SDValue(Res.
getNode(), 1));
1581 return VT.
bitsGT(
Op.getValueType()) ?
1587 return VT.
bitsGT(
Op.getValueType()) ?
1593 return VT.
bitsGT(
Op.getValueType()) ?
1601 auto Type =
Op.getValueType();
1605 auto Size =
Op.getValueSizeInBits();
1619 return getNode(TLI->getExtendForContent(BType), SL, VT,
Op);
1623 EVT OpVT =
Op.getValueType();
1625 "Cannot getZeroExtendInReg FP types");
1627 "getZeroExtendInReg type should be vector iff the operand "
1631 "Vector element counts must match in getZeroExtendInReg");
1677 switch (TLI->getBooleanContents(OpVT)) {
1688 bool isT,
bool isO) {
1694 bool isT,
bool isO) {
1695 return getConstant(*ConstantInt::get(*Context, Val),
DL, VT, isT, isO);
1699 EVT VT,
bool isT,
bool isO) {
1716 EltVT = TLI->getTypeToTransformTo(*
getContext(), EltVT);
1722 Elt = ConstantInt::get(*
getContext(), NewVal);
1734 EVT ViaEltVT = TLI->getTypeToTransformTo(*
getContext(), EltVT);
1741 "Can only handle an even split!");
1745 for (
unsigned i = 0; i != Parts; ++i)
1747 NewVal.
extractBits(ViaEltSizeInBits, i * ViaEltSizeInBits),
DL,
1748 ViaEltVT, isT, isO));
1753 unsigned ViaVecNumElts = VT.
getSizeInBits() / ViaEltSizeInBits;
1764 NewVal.
extractBits(ViaEltSizeInBits, i * ViaEltSizeInBits),
DL,
1765 ViaEltVT, isT, isO));
1770 std::reverse(EltParts.
begin(), EltParts.
end());
1789 "APInt size does not match type size!");
1797 if ((
N = lookupNode(ID,
DL, InsertToken)))
1802 N = newSDNode<ConstantSDNode>(isT, isO, Elt, VTs);
1804 N->setDebugLoc(
DL.getDebugLoc());
1805 CSEMap.insert(
N, InsertToken);
1817 bool isT,
bool isO) {
1825 IsTarget, IsOpaque);
1857 EVT VT,
bool isTarget) {
1877 if ((
N = lookupNode(ID,
DL, InsertToken)))
1882 N = newSDNode<ConstantFPSDNode>(isTarget, Elt, VTs);
1883 CSEMap.insert(
N, InsertToken);
1897 if (EltVT == MVT::f32)
1899 if (EltVT == MVT::f64)
1901 if (EltVT == MVT::f80 || EltVT == MVT::f128 || EltVT == MVT::ppcf128 ||
1902 EltVT == MVT::f16 || EltVT == MVT::bf16) {
1913 EVT VT, int64_t
Offset,
bool isTargetGA,
1914 unsigned TargetFlags) {
1915 assert((TargetFlags == 0 || isTargetGA) &&
1916 "Cannot set target flags on target-independent globals");
1933 ID.AddInteger(TargetFlags);
1935 if (
SDNode *E = lookupNode(ID,
DL, InsertToken))
1938 auto *
N = newSDNode<GlobalAddressSDNode>(
1939 Opc,
DL.getIROrder(),
DL.getDebugLoc(), GV, VTs,
Offset, TargetFlags);
1940 CSEMap.insert(
N, InsertToken);
1950 if (
SDNode *E = lookupNode(ID,
SDLoc(), InsertToken))
1953 auto *
N = newSDNode<DeactivationSymbolSDNode>(GV, VTs);
1954 CSEMap.insert(
N, InsertToken);
1965 if (
SDNode *E = lookupNode(ID, InsertToken))
1968 auto *
N = newSDNode<FrameIndexSDNode>(FI, VTs, isTarget);
1969 CSEMap.insert(
N, InsertToken);
1975 unsigned TargetFlags) {
1976 assert((TargetFlags == 0 || isTarget) &&
1977 "Cannot set target flags on target-independent jump tables");
1982 ID.AddInteger(TargetFlags);
1984 if (
SDNode *E = lookupNode(ID, InsertToken))
1987 auto *
N = newSDNode<JumpTableSDNode>(JTI, VTs, isTarget, TargetFlags);
1988 CSEMap.insert(
N, InsertToken);
2002 bool isTarget,
unsigned TargetFlags) {
2003 assert((TargetFlags == 0 || isTarget) &&
2004 "Cannot set target flags on target-independent globals");
2015 ID.AddInteger(TargetFlags);
2017 if (
SDNode *E = lookupNode(ID, InsertToken))
2020 auto *
N = newSDNode<ConstantPoolSDNode>(isTarget,
C, VTs,
Offset, *Alignment,
2022 CSEMap.insert(
N, InsertToken);
2031 bool isTarget,
unsigned TargetFlags) {
2032 assert((TargetFlags == 0 || isTarget) &&
2033 "Cannot set target flags on target-independent globals");
2041 C->addSelectionDAGCSEId(ID.Tail);
2042 ID.AddInteger(TargetFlags);
2044 if (
SDNode *E = lookupNode(ID, InsertToken))
2047 auto *
N = newSDNode<ConstantPoolSDNode>(isTarget,
C, VTs,
Offset, *Alignment,
2049 CSEMap.insert(
N, InsertToken);
2058 if (
SDNode *E = lookupNode(ID, InsertToken))
2061 auto *
N = newSDNode<BasicBlockSDNode>(
MBB);
2062 CSEMap.insert(
N, InsertToken);
2069 ValueTypeNodes.size())
2076 N = newSDNode<VTSDNode>(VT);
2082 SDNode *&
N = ExternalSymbols[Sym];
2084 N = newSDNode<ExternalSymbolSDNode>(
false, Sym, 0,
getVTList(VT));
2098 N = newSDNode<MCSymbolSDNode>(Sym,
getVTList(VT));
2104 unsigned TargetFlags) {
2106 TargetExternalSymbols[std::pair<std::string, unsigned>(Sym, TargetFlags)];
2108 N = newSDNode<ExternalSymbolSDNode>(
true, Sym, TargetFlags,
getVTList(VT));
2114 EVT VT,
unsigned TargetFlags) {
2120 if ((
unsigned)
Cond >= CondCodeNodes.size())
2121 CondCodeNodes.resize(
Cond+1);
2123 if (!CondCodeNodes[
Cond]) {
2124 auto *
N = newSDNode<CondCodeSDNode>(
Cond);
2125 CondCodeNodes[
Cond] =
N;
2134 "APInt size does not match type size!");
2152template <
typename Ty>
2154 EVT VT, Ty Quantity) {
2155 if (Quantity.isScalable())
2159 return DAG.
getConstant(Quantity.getKnownMinValue(),
DL, VT);
2185 const APInt &StepVal) {
2209 "Must have the same number of vector elements as mask elements!");
2211 "Invalid VECTOR_SHUFFLE");
2222 int NElts = Mask.size();
2224 [&](
int M) {
return M < (NElts * 2) && M >= -1; }) &&
2225 "Index out of range");
2233 for (
int i = 0; i != NElts; ++i)
2234 if (MaskVec[i] >= NElts) MaskVec[i] -= NElts;
2241 if (TLI->hasVectorBlend()) {
2250 for (
int i = 0; i < NElts; ++i) {
2251 if (MaskVec[i] <
Offset || MaskVec[i] >= (
Offset + NElts))
2255 if (UndefElements[MaskVec[i] -
Offset]) {
2261 if (!UndefElements[i])
2266 BlendSplat(N1BV, 0);
2268 BlendSplat(N2BV, NElts);
2273 bool AllLHS =
true, AllRHS =
true;
2275 for (
int i = 0; i != NElts; ++i) {
2276 if (MaskVec[i] >= NElts) {
2281 }
else if (MaskVec[i] >= 0) {
2285 if (AllLHS && AllRHS)
2287 if (AllLHS && !N2Undef)
2296 if (N1.
isUndef() && N2Undef) {
2303 bool Identity =
true, AllSame =
true;
2304 for (
int i = 0; i != NElts; ++i) {
2305 if (MaskVec[i] >= 0 && MaskVec[i] != i) Identity =
false;
2306 if (MaskVec[i] != MaskVec[0]) AllSame =
false;
2308 if (Identity && NElts)
2341 if (AllSame && SameNumElts) {
2342 EVT BuildVT = BV->getValueType(0);
2358 for (
int i = 0; i != NElts; ++i)
2359 ID.AddInteger(MaskVec[i]);
2362 if (
SDNode *E = lookupNode(ID, dl, InsertToken))
2368 int *MaskAlloc = OperandAllocator.Allocate<
int>(NElts);
2371 auto *
N = newSDNode<ShuffleVectorSDNode>(VTs, dl.
getIROrder(),
2373 createOperands(
N,
Ops);
2375 CSEMap.insert(
N, InsertToken);
2383 EVT VT = SV.getValueType(0);
2387 SDValue Op0 = SV.getOperand(0);
2388 SDValue Op1 = SV.getOperand(1);
2397 if (
SDNode *E = lookupNode(ID, InsertToken))
2400 auto *
N = newSDNode<RegisterSDNode>(Reg, VTs);
2401 N->SDNodeBits.IsDivergent = TLI->isSDNodeSourceOfDivergence(
N, FLI, UA);
2402 CSEMap.insert(
N, InsertToken);
2411 if (
SDNode *E = lookupNode(ID, InsertToken))
2414 auto *
N = newSDNode<RegisterMaskSDNode>(RegMask);
2415 CSEMap.insert(
N, InsertToken);
2429 ID.AddPointer(Label);
2431 if (
SDNode *E = lookupNode(ID, InsertToken))
2436 createOperands(
N,
Ops);
2438 CSEMap.insert(
N, InsertToken);
2444 int64_t
Offset,
bool isTarget,
2445 unsigned TargetFlags) {
2452 ID.AddInteger(TargetFlags);
2454 if (
SDNode *E = lookupNode(ID, InsertToken))
2457 auto *
N = newSDNode<BlockAddressSDNode>(
Opc, VTs, BA,
Offset, TargetFlags);
2458 CSEMap.insert(
N, InsertToken);
2468 if (
SDNode *E = lookupNode(ID, InsertToken))
2471 auto *
N = newSDNode<SrcValueSDNode>(V);
2472 CSEMap.insert(
N, InsertToken);
2482 if (
SDNode *E = lookupNode(ID, InsertToken))
2485 auto *
N = newSDNode<MDNodeSDNode>(MD);
2486 CSEMap.insert(
N, InsertToken);
2492 if (VT == V.getValueType())
2499 unsigned SrcAS,
unsigned DestAS,
2504 ID.AddInteger(SrcAS);
2505 ID.AddInteger(DestAS);
2508 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
2509 E->intersectFlagsWith(Flags);
2514 VTs, SrcAS, DestAS);
2516 createOperands(
N,
Ops);
2518 CSEMap.insert(
N, InsertToken);
2539 if (
OpTy == ShTy ||
OpTy.isVector())
return Op;
2548 EVT VT =
Node->getValueType(0);
2557 if (MA && *MA > TLI.getMinStackArgumentAlignment()) {
2595 Align RedAlign = UseABI ?
DL.getABITypeAlign(Ty) :
DL.getPrefTypeAlign(Ty);
2597 if (TLI->isTypeLegal(VT) || !VT.
isVector())
2605 if (RedAlign > StackAlign) {
2608 unsigned NumIntermediates;
2609 TLI->getVectorTypeBreakdown(*
getContext(), VT, IntermediateVT,
2610 NumIntermediates, RegisterVT);
2612 Align RedAlign2 = UseABI ?
DL.getABITypeAlign(Ty) :
DL.getPrefTypeAlign(Ty);
2613 if (RedAlign2 < RedAlign)
2614 RedAlign = RedAlign2;
2619 RedAlign = std::min(RedAlign, StackAlign);
2634 false,
nullptr, StackID);
2649 "Don't know how to choose the maximum size when creating a stack "
2658 Align Align = std::max(
DL.getPrefTypeAlign(Ty1),
DL.getPrefTypeAlign(Ty2));
2682 if (SrcVT.
bitsGT(SlotVT))
2690 if (SlotVT.
bitsEq(DestVT))
2703 auto GetUndefBooleanConstant = [&]() {
2705 TLI->getBooleanContents(OpVT) ==
2742 return GetUndefBooleanConstant();
2747 return GetUndefBooleanConstant();
2756 const APInt &C2 = N2C->getAPIntValue();
2758 const APInt &C1 = N1C->getAPIntValue();
2768 if (N1CFP && N2CFP) {
2773 return GetUndefBooleanConstant();
2778 return GetUndefBooleanConstant();
2784 return GetUndefBooleanConstant();
2789 return GetUndefBooleanConstant();
2794 return GetUndefBooleanConstant();
2800 return GetUndefBooleanConstant();
2827 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.
getSimpleVT()))
2829 return getSetCC(dl, VT, N2, N1, SwappedCond, {},
2831 }
else if ((N2CFP && N2CFP->getValueAPF().isNaN()) ||
2846 return GetUndefBooleanConstant();
2857 unsigned BitWidth =
Op.getScalarValueSizeInBits();
2866 unsigned Opc =
Op.getOpcode();
2875 return (NoFPClass & TestMask) == TestMask;
2882 return Op->getFlags().hasNoNaNs();
2908 unsigned Depth)
const {
2916 const APInt &DemandedElts,
2917 unsigned Depth)
const {
2924 unsigned Depth )
const {
2930 unsigned Depth)
const {
2935 const APInt &DemandedElts,
2936 unsigned Depth)
const {
2937 EVT VT =
Op.getValueType();
2944 for (
unsigned EltIdx = 0; EltIdx != NumElts; ++EltIdx) {
2945 if (!DemandedElts[EltIdx])
2949 KnownZeroElements.
setBit(EltIdx);
2951 return KnownZeroElements;
2961 unsigned Opcode = V.getOpcode();
2962 EVT VT = V.getValueType();
2965 "scalable demanded bits are ignored");
2977 UndefElts = V.getOperand(0).isUndef()
2986 APInt UndefLHS, UndefRHS;
2995 (DemandedElts & UndefLHS) == (DemandedElts & UndefRHS)) {
2996 UndefElts = UndefLHS | UndefRHS;
3010 return TLI->isSplatValueForTargetNode(V, DemandedElts, UndefElts, *
this,
3027 for (
unsigned i = 0; i != NumElts; ++i) {
3033 if (!DemandedElts[i])
3035 if (Scl && Scl !=
Op)
3046 for (
int i = 0; i != (int)NumElts; ++i) {
3052 if (!DemandedElts[i])
3054 if (M < (
int)NumElts)
3057 DemandedRHS.
setBit(M - NumElts);
3069 auto CheckSplatSrc = [&](
SDValue Src,
const APInt &SrcElts) {
3071 return (SrcElts.popcount() == 1) ||
3073 (SrcElts & SrcUndefs).
isZero());
3075 if (!DemandedLHS.
isZero())
3076 return CheckSplatSrc(V.getOperand(0), DemandedLHS);
3077 return CheckSplatSrc(V.getOperand(1), DemandedRHS);
3083 if (Src.getValueType().isScalableVector())
3086 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
3088 APInt DemandedSrcElts = DemandedElts.
zext(NumSrcElts).
shl(Idx);
3090 UndefElts = UndefSrcElts.
extractBits(NumElts, Idx);
3101 if (Src.getValueType().isScalableVector())
3105 APInt DemandedSrcElts = DemandedElts.
zext(NumSrcElts);
3107 UndefElts = UndefSrcElts.
trunc(NumElts);
3114 EVT SrcVT = Src.getValueType();
3124 if ((
BitWidth % SrcBitWidth) == 0) {
3126 unsigned Scale =
BitWidth / SrcBitWidth;
3128 APInt ScaledDemandedElts =
3130 for (
unsigned I = 0;
I != Scale; ++
I) {
3134 SubDemandedElts &= ScaledDemandedElts;
3138 if (!SubUndefElts.
isZero())
3152 EVT VT = V.getValueType();
3162 (AllowUndefs || !UndefElts);
3168 EVT VT = V.getValueType();
3169 unsigned Opcode = V.getOpcode();
3190 SplatIdx = (UndefElts & DemandedElts).
countr_one();
3205 if (!SVN->isSplat())
3207 int Idx = SVN->getSplatIndex();
3208 int NumElts = V.getValueType().getVectorNumElements();
3209 SplatIdx = Idx % NumElts;
3210 return V.getOperand(Idx / NumElts);
3222 if (LegalTypes && !TLI->isTypeLegal(SVT)) {
3225 LegalSVT = TLI->getTypeToTransformTo(*
getContext(), LegalSVT);
3226 if (LegalSVT.
bitsLT(SVT))
3234std::optional<ConstantRange>
3236 unsigned Depth)
const {
3239 "Unknown shift node");
3241 unsigned BitWidth = V.getScalarValueSizeInBits();
3244 const APInt &ShAmt = Cst->getAPIntValue();
3246 return std::nullopt;
3251 const APInt *MinAmt =
nullptr, *MaxAmt =
nullptr;
3252 for (
unsigned i = 0, e = BV->getNumOperands(); i != e; ++i) {
3253 if (!DemandedElts[i])
3257 MinAmt = MaxAmt =
nullptr;
3260 const APInt &ShAmt = SA->getAPIntValue();
3262 return std::nullopt;
3263 if (!MinAmt || MinAmt->
ugt(ShAmt))
3265 if (!MaxAmt || MaxAmt->ult(ShAmt))
3268 assert(((!MinAmt && !MaxAmt) || (MinAmt && MaxAmt)) &&
3269 "Failed to find matching min/max shift amounts");
3270 if (MinAmt && MaxAmt)
3280 return std::nullopt;
3283std::optional<unsigned>
3285 unsigned Depth)
const {
3288 "Unknown shift node");
3289 if (std::optional<ConstantRange> AmtRange =
3291 if (
const APInt *ShAmt = AmtRange->getSingleElement())
3292 return ShAmt->getZExtValue();
3293 return std::nullopt;
3296std::optional<unsigned>
3302std::optional<unsigned>
3304 unsigned Depth)
const {
3307 "Unknown shift node");
3308 if (std::optional<ConstantRange> AmtRange =
3310 return AmtRange->getUnsignedMin().getZExtValue();
3311 return std::nullopt;
3314std::optional<unsigned>
3320std::optional<unsigned>
3322 unsigned Depth)
const {
3325 "Unknown shift node");
3326 if (std::optional<ConstantRange> AmtRange =
3328 return AmtRange->getUnsignedMax().getZExtValue();
3329 return std::nullopt;
3332std::optional<unsigned>
3350 unsigned Depth)
const {
3351 unsigned BitWidth =
Op.getScalarValueSizeInBits();
3355 if (
auto OptAPInt =
Op->bitcastToAPInt()) {
3365 assert((!
Op.getValueType().isScalableVector() || NumElts == 1) &&
3366 "DemandedElts for scalable vectors must be 1 to represent all lanes");
3367 assert((!
Op.getValueType().isFixedLengthVector() ||
3368 NumElts ==
Op.getValueType().getVectorNumElements()) &&
3369 "Unexpected vector size");
3374 unsigned Opcode =
Op.getOpcode();
3388 "Expected SPLAT_VECTOR implicit truncation");
3395 unsigned ScalarSize =
Op.getOperand(0).getScalarValueSizeInBits();
3397 "Expected SPLAT_VECTOR_PARTS scalars to cover element width");
3404 const APInt &Step =
Op.getConstantOperandAPInt(0);
3413 const APInt MinNumElts =
3419 .
umul_ov(MinNumElts, Overflow);
3423 const APInt MaxValue = (MaxNumElts - 1).
umul_ov(Step, Overflow);
3431 assert(!
Op.getValueType().isScalableVector());
3433 Known.setAllConflict();
3434 for (
unsigned i = 0, e =
Op.getNumOperands(); i != e; ++i) {
3435 if (!DemandedElts[i])
3447 "Expected BUILD_VECTOR implicit truncation");
3455 if (
Known.isUnknown())
3460 if (
Known.hasConflict())
3468 if (
Known.isUnknown())
3475 assert(!
Op.getValueType().isScalableVector());
3478 APInt DemandedLHS, DemandedRHS;
3482 DemandedLHS, DemandedRHS))
3486 Known.setAllConflict();
3487 if (!!DemandedLHS) {
3493 if (
Known.isUnknown())
3495 if (!!DemandedRHS) {
3504 const APInt &Multiplier =
Op.getConstantOperandAPInt(0);
3509 if (
Op.getValueType().isScalableVector())
3512 Known.setAllConflict();
3513 EVT SubVectorVT =
Op.getOperand(0).getValueType();
3515 unsigned NumSubVectors =
Op.getNumOperands();
3516 for (
unsigned i = 0; i != NumSubVectors; ++i) {
3518 DemandedElts.
extractBits(NumSubVectorElts, i * NumSubVectorElts);
3519 if (!!DemandedSub) {
3525 if (
Known.isUnknown())
3531 if (
Op.getValueType().isScalableVector())
3537 uint64_t Idx =
Op.getConstantOperandVal(2);
3538 unsigned NumSubElts =
Sub.getValueType().getVectorNumElements();
3540 APInt DemandedSrcElts = DemandedElts;
3541 DemandedSrcElts.
clearBits(Idx, Idx + NumSubElts);
3543 Known.setAllConflict();
3544 if (!!DemandedSubElts) {
3546 if (
Known.isUnknown())
3549 if (!!DemandedSrcElts) {
3559 APInt DemandedSrcElts;
3560 if (Src.getValueType().isScalableVector())
3561 DemandedSrcElts =
APInt(1, 1);
3563 uint64_t Idx =
Op.getConstantOperandVal(1);
3564 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
3565 DemandedSrcElts = DemandedElts.
zext(NumSrcElts).
shl(Idx);
3571 if (
Op.getValueType().isScalableVector())
3575 if (DemandedElts != 1)
3586 if (
Op.getValueType().isScalableVector())
3606 if ((
BitWidth % SubBitWidth) == 0) {
3613 unsigned SubScale =
BitWidth / SubBitWidth;
3614 APInt SubDemandedElts(NumElts * SubScale, 0);
3615 for (
unsigned i = 0; i != NumElts; ++i)
3616 if (DemandedElts[i])
3617 SubDemandedElts.
setBit(i * SubScale);
3619 for (
unsigned i = 0; i != SubScale; ++i) {
3622 unsigned Shifts = IsLE ? i : SubScale - 1 - i;
3623 Known.insertBits(Known2, SubBitWidth * Shifts);
3628 if ((SubBitWidth %
BitWidth) == 0) {
3629 assert(
Op.getValueType().isVector() &&
"Expected bitcast to vector");
3634 unsigned SubScale = SubBitWidth /
BitWidth;
3635 APInt SubDemandedElts =
3639 Known.setAllConflict();
3640 for (
unsigned i = 0; i != NumElts; ++i)
3641 if (DemandedElts[i]) {
3642 unsigned Shifts = IsLE ? i : NumElts - 1 - i;
3646 if (
Known.isUnknown())
3673 bool SelfMultiply =
Op.getOperand(0) ==
Op.getOperand(1);
3684 if (
Op->getFlags().hasNoSignedWrap() &&
3685 Op.getOperand(0) ==
Op.getOperand(1) &&
3686 !
Known.isNegative())
3687 Known.makeNonNegative();
3712 unsigned SignBits1 =
3716 unsigned SignBits0 =
3718 Known.Zero.setHighBits(std::min(SignBits0, SignBits1) - 1);
3722 assert((
Op.getResNo() == 0 ||
Op.getResNo() == 1) &&
"Unknown result");
3725 bool SelfMultiply =
Op.getOperand(0) ==
Op.getOperand(1);
3726 if (
Op.getResNo() == 0)
3733 assert((
Op.getResNo() == 0 ||
Op.getResNo() == 1) &&
"Unknown result");
3736 bool SelfMultiply =
Op.getOperand(0) ==
Op.getOperand(1);
3737 if (
Op.getResNo() == 0)
3771 if (
Known.isUnknown())
3781 if (
Known.isUnknown())
3790 if (
Op.getResNo() != 1)
3796 if (TLI->getBooleanContents(
Op.getValueType().isVector(),
false) ==
3799 Known.Zero.setBitsFrom(1);
3805 unsigned OpNo =
Op->isStrictFPOpcode() ? 1 : 0;
3807 if (TLI->getBooleanContents(
Op.getOperand(OpNo).getValueType()) ==
3810 Known.Zero.setBitsFrom(1);
3817 bool NUW =
Op->getFlags().hasNoUnsignedWrap();
3818 bool NSW =
Op->getFlags().hasNoSignedWrap();
3825 if (std::optional<unsigned> ShMinAmt =
3827 Known.Zero.setLowBits(*ShMinAmt);
3834 Op->getFlags().hasExact());
3837 if (std::optional<unsigned> ShMinAmt =
3839 Known.Zero.setHighBits(*ShMinAmt);
3845 Op->getFlags().hasExact());
3851 unsigned Amt =
C->getAPIntValue().urem(
BitWidth);
3866 unsigned Amt =
C->getAPIntValue().urem(
BitWidth);
3872 DemandedElts,
Depth + 1);
3888 assert((
Op.getResNo() == 0 ||
Op.getResNo() == 1) &&
"Unknown result");
3891 unsigned LoBits =
Op.getOperand(0).getScalarValueSizeInBits();
3892 unsigned HiBits =
Op.getOperand(1).getScalarValueSizeInBits();
3909 if (
Op.getResNo() == 0)
3927 Known.Zero.setBitsFrom(LowBits);
3936 Known.Zero.setBitsFrom(LowBits);
3940 unsigned MinRedundantSignBits =
3956 Known.Zero.setBitsFrom(1);
3992 const Constant *Cst = TLI->getTargetConstantFromLoad(LD);
3997 !
Op.getValueType().isScalableVector()) {
4009 Known.setAllConflict();
4010 for (
unsigned i = 0; i != NumElts; ++i) {
4011 if (!DemandedElts[i])
4021 APInt Value = CFP->getValueAPF().bitcastToAPInt();
4027 Known.One.clearAllBits();
4028 Known.Zero.clearAllBits();
4040 }
else if (
Op.getResNo() == 0) {
4041 unsigned ScalarMemorySize = LD->getMemoryVT().getScalarSizeInBits();
4042 KnownBits KnownScalarMemory(ScalarMemorySize);
4043 if (
const MDNode *MD = LD->getRanges())
4054 Known = KnownScalarMemory;
4061 if (
Op.getValueType().isScalableVector())
4063 EVT InVT =
Op.getOperand(0).getValueType();
4075 if (
Op.getValueType().isScalableVector())
4077 EVT InVT =
Op.getOperand(0).getValueType();
4093 if (
Op.getValueType().isScalableVector())
4095 EVT InVT =
Op.getOperand(0).getValueType();
4130 Known.Zero |= (~InMask);
4141 Known.Zero.setLowBits(LogOfAlign);
4142 Known.One.clearLowBits(LogOfAlign);
4151 if ((NoFPClass & NegativeTestMask) == NegativeTestMask) {
4153 Known.makeNonNegative();
4157 if ((NoFPClass & PositiveTestMask) == PositiveTestMask) {
4159 Known.makeNegative();
4167 Known.makeNonNegative();
4171 Known.Zero.setBitsFrom(1);
4177 bool SelfAdd =
Op.getOperand(0) ==
Op.getOperand(1) &&
4179 Op.getOperand(0), DemandedElts,
4182 Flags.hasNoUnsignedWrap(), SelfAdd);
4190 Flags.hasNoUnsignedWrap());
4197 if (
Op.getResNo() == 1) {
4199 if (TLI->getBooleanContents(
Op.getOperand(0).getValueType()) ==
4202 Known.Zero.setBitsFrom(1);
4208 "We only compute knownbits for the difference here.");
4215 Borrow = Borrow.
trunc(1);
4229 if (
Op.getResNo() == 1) {
4231 if (TLI->getBooleanContents(
Op.getOperand(0).getValueType()) ==
4234 Known.Zero.setBitsFrom(1);
4240 assert(
Op.getResNo() == 0 &&
"We only compute knownbits for the sum here.");
4250 Carry = Carry.
trunc(1);
4286 const unsigned Index =
Op.getConstantOperandVal(1);
4287 const unsigned EltBitWidth =
Op.getValueSizeInBits();
4290 Known.Zero =
Known.Zero.getHiBits(
Known.getBitWidth() - Index * EltBitWidth);
4291 Known.One =
Known.One.getHiBits(
Known.getBitWidth() - Index * EltBitWidth);
4316 if (ConstEltNo && ConstEltNo->getAPIntValue().ult(NumSrcElts))
4326 if (
Op.getValueType().isScalableVector())
4335 bool DemandedVal =
true;
4336 APInt DemandedVecElts = DemandedElts;
4338 if (CEltNo && CEltNo->getAPIntValue().ult(NumElts)) {
4339 unsigned EltIdx = CEltNo->getZExtValue();
4340 DemandedVal = !!DemandedElts[EltIdx];
4343 Known.setAllConflict();
4348 if (!!DemandedVecElts) {
4368 Known.Zero.setHighBits(
4400 if (CstLow && CstHigh) {
4405 const APInt &ValueHigh = CstHigh->getAPIntValue();
4406 if (ValueLow.
sle(ValueHigh)) {
4409 unsigned MinSignBits = std::min(LowSignBits, HighSignBits);
4411 Known.One.setHighBits(MinSignBits);
4415 Known.Zero.setHighBits(MinSignBits);
4432 if (IsMax && CstLow) {
4443 Known.makeNonNegative();
4449 Known.makeNonNegative();
4451 Known.makeNegative();
4462 if (
Op.getResNo() == 0) {
4464 unsigned ScalarMemorySize = AT->getMemoryVT().getScalarSizeInBits();
4465 KnownBits KnownScalarMemory(ScalarMemorySize);
4466 if (
const MDNode *MD = AT->getRanges())
4469 switch (AT->getExtensionType()) {
4477 switch (TLI->getExtendForAtomicOps()) {
4490 Known = KnownScalarMemory;
4498 if (
Op.getResNo() == 1) {
4503 if (TLI->getBooleanContents(
Op.getValueType().isVector(),
false) ==
4506 Known.Zero.setBitsFrom(1);
4524 if (
Op.getResNo() == 0) {
4526 unsigned MemBits = AT->getMemoryVT().getScalarSizeInBits();
4529 Known.Zero.setBitsFrom(MemBits);
4537 TLI->computeKnownBitsForStackObjectPointer(
4538 Known, MF, MF.getFrameInfo().getObjectAlign(FrameIdx));
4550 TLI->computeKnownBitsForTargetNode(
Op,
Known, DemandedElts, *
this,
Depth);
4682 unsigned Depth)
const {
4688 const APInt &DemandedElts,
4690 unsigned Depth)
const {
4691 EVT VT =
Op.getValueType();
4695 return ConstantRange::getFull(
BitWidth);
4700 unsigned Opcode =
Op.getOpcode();
4704 const APInt &Multiplier =
Op.getConstantOperandAPInt(0);
4711 return ConstantRange::getFull(
BitWidth);
4716 unsigned Depth)
const {
4724 unsigned Depth)
const {
4734 unsigned Depth)
const {
4740 const APInt &DemandedElts,
4741 bool OrZero,
unsigned Depth)
const {
4747 [[maybe_unused]]
unsigned NumElts = DemandedElts.
getBitWidth();
4749 "DemandedElts for scalable vectors must be 1 to represent all lanes");
4752 "Unexpected vector size");
4756 return (OrZero && V.isZero()) || V.isPowerOf2();
4779 APInt DemandedSrcElts =
4780 ConstEltNo && ConstEltNo->getAPIntValue().
ult(NumSrcElts)
4805 if (
C &&
C->getAPIntValue() == 1)
4816 if (
C &&
C->getAPIntValue().isSignMask())
4866 APInt DemandedLHS, DemandedRHS;
4870 DemandedLHS, DemandedRHS))
4894 return C1->getValueAPF().getExactLog2Abs() >= 0;
4908 unsigned Depth)
const {
4909 EVT VT =
Op.getValueType();
4914 unsigned FirstAnswer = 1;
4917 "DemandedElts for scalable vectors must be 1 to represent all lanes");
4920 const APInt &Val =
C->getAPIntValue();
4930 unsigned Opcode =
Op.getOpcode();
4935 return VTBits-Tmp+1;
4949 unsigned NumSrcBits =
Op.getOperand(0).getValueSizeInBits();
4951 if (NumSrcSignBits > (NumSrcBits - VTBits))
4952 return NumSrcSignBits - (NumSrcBits - VTBits);
4958 for (
unsigned i = 0, e =
Op.getNumOperands(); (i < e) && (Tmp > 1); ++i) {
4959 if (!DemandedElts[i])
4966 APInt T =
C->getAPIntValue().trunc(VTBits);
4967 Tmp2 =
T.getNumSignBits();
4969 SrcOp.getOperand(0).getScalarValueSizeInBits() >= VTBits) {
4976 APInt DemandedSrcElts;
4979 DemandedSrcElts =
APInt(1, 1);
4983 if (ConstEltNo && ConstEltNo->getAPIntValue().ult(NumSrcElts))
4993 Tmp2 = (Tmp2 > ExtraBits ? Tmp2 - ExtraBits : 1);
4997 if (
SrcOp.getValueSizeInBits() != VTBits) {
4999 "Expected BUILD_VECTOR implicit truncation");
5000 unsigned ExtraBits =
SrcOp.getValueSizeInBits() - VTBits;
5001 Tmp2 = (Tmp2 > ExtraBits ? Tmp2 - ExtraBits : 1);
5004 Tmp = std::min(Tmp, Tmp2);
5015 Tmp = std::min(Tmp, Tmp2);
5022 APInt DemandedLHS, DemandedRHS;
5026 DemandedLHS, DemandedRHS))
5029 Tmp = std::numeric_limits<unsigned>::max();
5032 if (!!DemandedRHS) {
5034 Tmp = std::min(Tmp, Tmp2);
5039 assert(Tmp <= VTBits &&
"Failed to determine minimum sign bits");
5055 if (VTBits == SrcBits)
5061 if ((SrcBits % VTBits) == 0) {
5064 unsigned Scale = SrcBits / VTBits;
5065 APInt SrcDemandedElts =
5075 for (
unsigned i = 0; i != NumElts; ++i)
5076 if (DemandedElts[i]) {
5077 unsigned SubOffset = i % Scale;
5078 SubOffset = (IsLE ? ((Scale - 1) - SubOffset) : SubOffset);
5079 SubOffset = SubOffset * VTBits;
5080 if (Tmp <= SubOffset)
5082 Tmp2 = std::min(Tmp2, Tmp - SubOffset);
5092 return VTBits - Tmp + 1;
5094 Tmp = VTBits -
Op.getOperand(0).getScalarValueSizeInBits();
5101 return std::max(Tmp, Tmp2);
5106 EVT SrcVT = Src.getValueType();
5114 if (std::optional<unsigned> ShAmt =
5116 Tmp = std::min(Tmp + *ShAmt, VTBits);
5119 if (std::optional<ConstantRange> ShAmtRange =
5121 unsigned MaxShAmt = ShAmtRange->getUnsignedMax().getZExtValue();
5122 unsigned MinShAmt = ShAmtRange->getUnsignedMin().getZExtValue();
5133 unsigned SizeDifference =
5135 if (SizeDifference <= MinShAmt) {
5136 Tmp = SizeDifference +
5139 return Tmp - MaxShAmt;
5145 return Tmp - MaxShAmt;
5155 FirstAnswer = std::min(Tmp, Tmp2);
5165 if (Tmp == 1)
return 1;
5167 return std::min(Tmp, Tmp2);
5170 if (Tmp == 1)
return 1;
5172 return std::min(Tmp, Tmp2);
5184 if (CstLow && CstHigh) {
5189 Tmp2 = CstHigh->getAPIntValue().getNumSignBits();
5190 return std::min(Tmp, Tmp2);
5199 return std::min(Tmp, Tmp2);
5207 return std::min(Tmp, Tmp2);
5211 if (
Op.getResNo() == 0 &&
Op.getOperand(0) ==
Op.getOperand(1))
5222 if (
Op.getResNo() != 1)
5228 if (TLI->getBooleanContents(VT.
isVector(),
false) ==
5236 unsigned OpNo =
Op->isStrictFPOpcode() ? 1 : 0;
5238 if (TLI->getBooleanContents(
Op.getOperand(OpNo).getValueType()) ==
5245 if (TLI->getBooleanContents(VT.
isVector(),
false) ==
5254 Tmp, VTBits,
C ? std::optional(
C->getAPIntValue()) : std::nullopt,
5262 if (Tmp == 1)
return 1;
5267 if (CRHS->isAllOnes()) {
5273 if ((
Known.Zero | 1).isAllOnes())
5278 if (
Known.isNonNegative())
5283 if (Tmp2 == 1)
return 1;
5287 return std::min(Tmp, Tmp2) - 1;
5290 if (Tmp2 == 1)
return 1;
5295 if (CLHS->isZero()) {
5300 if ((
Known.Zero | 1).isAllOnes())
5305 if (
Known.isNonNegative())
5314 if (Tmp == 1)
return 1;
5315 return std::min(Tmp, Tmp2) - 1;
5319 if (SignBitsOp0 == 1)
5322 if (SignBitsOp1 == 1)
5324 unsigned OutValidBits =
5325 (VTBits - SignBitsOp0 + 1) + (VTBits - SignBitsOp1 + 1);
5326 return OutValidBits > VTBits ? 1 : VTBits - OutValidBits + 1;
5334 return std::min(Tmp, Tmp2);
5343 unsigned NumSrcBits =
Op.getOperand(0).getScalarValueSizeInBits();
5345 if (NumSrcSignBits > (NumSrcBits - VTBits))
5346 return NumSrcSignBits - (NumSrcBits - VTBits);
5353 const int BitWidth =
Op.getValueSizeInBits();
5354 const int Items =
Op.getOperand(0).getValueSizeInBits() /
BitWidth;
5358 const int rIndex = Items - 1 -
Op.getConstantOperandVal(1);
5373 bool DemandedVal =
true;
5374 APInt DemandedVecElts = DemandedElts;
5376 if (CEltNo && CEltNo->getAPIntValue().ult(NumElts)) {
5377 unsigned EltIdx = CEltNo->getZExtValue();
5378 DemandedVal = !!DemandedElts[EltIdx];
5381 Tmp = std::numeric_limits<unsigned>::max();
5387 Tmp = std::min(Tmp, Tmp2);
5389 if (!!DemandedVecElts) {
5391 Tmp = std::min(Tmp, Tmp2);
5393 assert(Tmp <= VTBits &&
"Failed to determine minimum sign bits");
5403 const unsigned BitWidth =
Op.getValueSizeInBits();
5404 const unsigned EltBitWidth =
Op.getOperand(0).getScalarValueSizeInBits();
5417 if (ConstEltNo && ConstEltNo->getAPIntValue().ult(NumSrcElts))
5427 APInt DemandedSrcElts;
5428 if (Src.getValueType().isScalableVector())
5429 DemandedSrcElts =
APInt(1, 1);
5431 uint64_t Idx =
Op.getConstantOperandVal(1);
5432 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
5433 DemandedSrcElts = DemandedElts.
zext(NumSrcElts).
shl(Idx);
5442 Tmp = std::numeric_limits<unsigned>::max();
5443 EVT SubVectorVT =
Op.getOperand(0).getValueType();
5445 unsigned NumSubVectors =
Op.getNumOperands();
5446 for (
unsigned i = 0; (i < NumSubVectors) && (Tmp > 1); ++i) {
5448 DemandedElts.
extractBits(NumSubVectorElts, i * NumSubVectorElts);
5452 Tmp = std::min(Tmp, Tmp2);
5454 assert(Tmp <= VTBits &&
"Failed to determine minimum sign bits");
5467 uint64_t Idx =
Op.getConstantOperandVal(2);
5468 unsigned NumSubElts =
Sub.getValueType().getVectorNumElements();
5470 APInt DemandedSrcElts = DemandedElts;
5471 DemandedSrcElts.
clearBits(Idx, Idx + NumSubElts);
5473 Tmp = std::numeric_limits<unsigned>::max();
5474 if (!!DemandedSubElts) {
5479 if (!!DemandedSrcElts) {
5481 Tmp = std::min(Tmp, Tmp2);
5483 assert(Tmp <= VTBits &&
"Failed to determine minimum sign bits");
5488 if (
Op.getResNo() != 0)
5492 if (
const MDNode *Ranges = LD->getRanges()) {
5493 if (DemandedElts != 1)
5498 switch (LD->getExtensionType()) {
5516 unsigned ExtType = LD->getExtensionType();
5521 Tmp = LD->getMemoryVT().getScalarSizeInBits();
5522 return VTBits - Tmp + 1;
5524 Tmp = LD->getMemoryVT().getScalarSizeInBits();
5525 return VTBits - Tmp;
5527 if (
const Constant *Cst = TLI->getTargetConstantFromLoad(LD)) {
5530 Type *CstTy = Cst->getType();
5535 for (
unsigned i = 0; i != NumElts; ++i) {
5536 if (!DemandedElts[i])
5541 Tmp = std::min(Tmp,
Value.getNumSignBits());
5545 APInt Value = CFP->getValueAPF().bitcastToAPInt();
5546 Tmp = std::min(Tmp,
Value.getNumSignBits());
5578 if (
Op.getResNo() == 0) {
5579 Tmp = AT->getMemoryVT().getScalarSizeInBits();
5585 switch (AT->getExtensionType()) {
5589 return VTBits - Tmp + 1;
5591 return VTBits - Tmp;
5596 return VTBits - Tmp + 1;
5598 return VTBits - Tmp;
5613 TLI->ComputeNumSignBitsForTargetNode(
Op, DemandedElts, *
this,
Depth);
5615 FirstAnswer = std::max(FirstAnswer, NumBits);
5622 return std::max(FirstAnswer,
Known.countMinSignBits());
5626 unsigned Depth)
const {
5628 return Op.getScalarValueSizeInBits() - SignBits + 1;
5632 const APInt &DemandedElts,
5633 unsigned Depth)
const {
5635 return Op.getScalarValueSizeInBits() - SignBits + 1;
5640 unsigned Depth)
const {
5650 const APInt &DemandedElts,
5652 unsigned Depth)
const {
5653 unsigned Opcode =
Op.getOpcode();
5681 EVT SrcVT = Src.getValueType();
5682 EVT DstVT =
Op.getValueType();
5692 if (SrcEltBits == DstEltBits)
5696 if (SrcEltBits < DstEltBits) {
5697 if (DstEltBits % SrcEltBits != 0)
5700 assert(NumSrcElts == NumDstElts * (DstEltBits / SrcEltBits) &&
5701 "Unexpected vector bitcast");
5702 APInt DemandedSrcElts =
5708 if (SrcEltBits % DstEltBits != 0)
5711 assert(NumDstElts == NumSrcElts * (SrcEltBits / DstEltBits) &&
5712 "Unexpected vector bitcast");
5713 APInt DemandedSrcElts =
5722 for (
unsigned i = 0, e =
Op.getNumOperands(); i < e; ++i) {
5723 if (!DemandedElts[i])
5731 EVT VT =
Op.getValueType();
5735 EVT SubVT =
Op.getOperand(0).getValueType();
5737 for (
unsigned I = 0, E =
Op.getNumOperands();
I != E; ++
I) {
5738 APInt DemandedSubElts =
5740 if (!!DemandedSubElts &&
5750 if (Src.getValueType().isScalableVector())
5752 uint64_t Idx =
Op.getConstantOperandVal(1);
5753 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
5754 APInt DemandedSrcElts = DemandedElts.
zext(NumSrcElts).
shl(Idx);
5760 if (
Op.getValueType().isScalableVector())
5764 uint64_t Idx =
Op.getConstantOperandVal(2);
5765 unsigned NumSubElts =
Sub.getValueType().getVectorNumElements();
5767 APInt DemandedSrcElts = DemandedElts;
5768 DemandedSrcElts.
clearBits(Idx, Idx + NumSubElts);
5771 Sub, DemandedSubElts, Kind,
Depth + 1))
5774 Src, DemandedSrcElts, Kind,
Depth + 1))
5782 EVT SrcVT = Src.getValueType();
5786 IndexC->getZExtValue());
5801 if (DemandedElts[IndexC->getZExtValue()] &&
5804 APInt InVecDemandedElts = DemandedElts;
5805 InVecDemandedElts.
clearBit(IndexC->getZExtValue());
5806 if (!!InVecDemandedElts &&
5809 InVecDemandedElts, Kind,
Depth + 1))
5821 if (DemandedElts[0] &&
5841 APInt DemandedLHS, DemandedRHS;
5844 DemandedElts, DemandedLHS, DemandedRHS,
5847 if (!DemandedLHS.
isZero() &&
5851 if (!DemandedRHS.
isZero() &&
5899 return isGuaranteedNotToBeUndefOrPoison(V, DemandedElts, Kind,
5912 return TLI->isGuaranteedNotToBeUndefOrPoisonForTargetNode(
5913 Op, DemandedElts, *
this, Kind,
Depth);
5924 return isGuaranteedNotToBeUndefOrPoison(V, Kind, Depth + 1);
5930 unsigned Depth)
const {
5938 unsigned Depth)
const {
5939 if (ConsiderFlags &&
includesPoison(Kind) &&
Op->hasPoisonGeneratingFlags())
5942 unsigned Opcode =
Op.getOpcode();
6033 if (
Op.getOperand(0).getValueType().isInteger())
6040 unsigned CCOp = Opcode ==
ISD::SETCC ? 2 : 4;
6042 return (
unsigned)CCCode & 0x10U;
6102 EVT VecVT =
Op.getOperand(0).getValueType();
6113 for (
auto [Idx, Elt] :
enumerate(SVN->getMask()))
6114 if (Elt < 0 && DemandedElts[Idx])
6126 return TLI->canCreateUndefOrPoisonForTargetNode(
6127 Op, DemandedElts, *
this, Kind, ConsiderFlags,
Depth);
6136 unsigned Opcode =
Op.getOpcode();
6138 return Op->getFlags().hasDisjoint() ||
6152 unsigned Depth)
const {
6158 const APInt &DemandedElts,
6160 unsigned Depth)
const {
6172 EVT VT =
Op.getValueType();
6176 "Unexpected vector size");
6181 unsigned Opcode =
Op.getOpcode();
6185 Known.setSignBit(
false);
6190 InterestedClasses,
Depth + 1);
6197 for (
unsigned I = 0, E =
Op.getNumOperands();
I != E; ++
I) {
6198 if (!DemandedElts[
I])
6210 if (
Known.isUnknown())
6218 EVT SrcVT = Src.getValueType();
6244 EVT SrcVT =
Op.getOperand(0).getValueType();
6249 if (VTNumElts != SrcVTNumElts)
6258 InterestedClasses,
Depth + 1);
6264 InterestedClasses,
Depth + 1);
6266 InterestedClasses,
Depth + 1);
6267 Known.copysign(KnownSign);
6272 InterestedClasses,
Depth + 1);
6275 Known.setKnownFPClasses(
Known.getKnownFPClasses() & ~AssertedClasses);
6280 EVT SrcVT = Src.getValueType();
6282 unsigned Idx =
Op.getConstantOperandVal(1);
6298 unsigned Idx =
Op.getConstantOperandVal(2);
6302 APInt DemandedMask =
6304 APInt DemandedSrcElts = DemandedElts & ~DemandedMask;
6307 if (!DemandedSrcElts.
isZero())
6309 InterestedClasses,
Depth + 1);
6310 if (!DemandedSubElts.
isZero()) {
6312 SubVector, DemandedSubElts, InterestedClasses,
Depth + 1);
6317 if (!
Known.isUnknown())
6327 Op.getOperand(2), DemandedElts, InterestedClasses,
Depth + 1);
6331 Op.getOperand(1), DemandedElts, InterestedClasses,
Depth + 1);
6338 TLI->computeKnownFPClassForTargetNode(
Op,
Known, DemandedElts, *
this,
6348 unsigned Depth)
const {
6354 bool SNaN,
unsigned Depth)
const {
6355 assert(!DemandedElts.
isZero() &&
"No demanded elements");
6358 if (
Op->getFlags().hasNoNaNs())
6364 unsigned Opcode =
Op.getOpcode();
6466 EVT SrcVT = Src.getValueType();
6470 Idx->getZExtValue());
6477 if (Src.getValueType().isFixedLengthVector()) {
6478 unsigned Idx =
Op.getConstantOperandVal(1);
6479 unsigned NumSrcElts = Src.getValueType().getVectorNumElements();
6480 APInt DemandedSrcElts = DemandedElts.
zext(NumSrcElts).
shl(Idx);
6490 unsigned Idx =
Op.getConstantOperandVal(2);
6496 APInt DemandedMask =
6498 APInt DemandedSrcElts = DemandedElts & ~DemandedMask;
6501 bool NeverNaN =
true;
6502 if (!DemandedSrcElts.
isZero())
6505 if (NeverNaN && !DemandedSubElts.
isZero())
6514 unsigned NumElts =
Op.getNumOperands();
6515 for (
unsigned I = 0;
I != NumElts; ++
I)
6516 if (DemandedElts[
I] &&
6535 return TLI->isKnownNeverNaNForTargetNode(
Op, DemandedElts, *
this, SNaN,
6543 return Known.isKnownNever(NanMask);
6552 const APInt &DemandedElts,
6553 unsigned Depth)
const {
6554 assert(!DemandedElts.
isZero() &&
"No demanded elements");
6555 EVT VT =
Op.getValueType();
6567 unsigned Depth)
const {
6571 EVT OpVT =
Op.getValueType();
6574 assert(!
Op.getValueType().isFloatingPoint() &&
6575 "Floating point types unsupported - use isKnownNeverLogicalZero");
6589 switch (
Op.getOpcode()) {
6608 if (ConstEltNo && ConstEltNo->getAPIntValue().ult(NumSrcElts))
6625 if (
Op->getFlags().hasNoSignedWrap() ||
Op->getFlags().hasNoUnsignedWrap())
6630 if (ValKnown.
One[0])
6642 if (
Op.getValueType().isScalableVector())
6650 APInt DemandedLHS, DemandedRHS;
6652 assert(NumElts == SVN->getMask().size() &&
"Unexpected vector size");
6654 DemandedLHS, DemandedRHS))
6657 return (!DemandedLHS ||
6716 if (
Op->getFlags().hasExact())
6734 if (
Op->getFlags().hasExact())
6739 if (
Op->getFlags().hasNoUnsignedWrap())
6757 if (
Op->getFlags().hasNoSignedWrap() ||
Op->getFlags().hasNoUnsignedWrap())
6768 const APInt &Multiplier =
Op.getConstantOperandAPInt(0);
6782 return !C1->isNegative();
6784 switch (
Op.getOpcode()) {
6798 assert(
Use.getValueType().isFloatingPoint());
6800 if (
User->getFlags().hasNoSignedZeros())
6805 switch (
User->getOpcode()) {
6813 return OperandNo == 0;
6831 if (
Op->getFlags().hasNoSignedZeros())
6836 if (
Op->use_size() > 2)
6839 [&](
const SDUse &
Use) { return canIgnoreSignBitOfZero(Use); });
6844 if (
A ==
B)
return true;
6849 if (CA->isZero() && CB->isZero())
return true;
6884 NotOperand = NotOperand->getOperand(0);
6886 if (
Other == NotOperand)
6889 return NotOperand ==
Other->getOperand(0) ||
6890 NotOperand ==
Other->getOperand(1);
6896 A =
A->getOperand(0);
6899 B =
B->getOperand(0);
6902 return MatchNoCommonBitsPattern(
A->getOperand(0),
A->getOperand(1),
B) ||
6903 MatchNoCommonBitsPattern(
A->getOperand(1),
A->getOperand(0),
B);
6909 assert(
A.getValueType() ==
B.getValueType() &&
6910 "Values must have the same type");
6932 "BUILD_VECTOR cannot be used with scalable types");
6934 "Incorrect element count in BUILD_VECTOR!");
6937 bool AllPoison =
true;
6940 return Op.isUndef();
6946 bool IsIdentity =
true;
6947 for (
int i = 0; i !=
NumOps; ++i) {
6949 Ops[i].getOperand(0).getValueType() != VT ||
6950 (IdentitySrc &&
Ops[i].getOperand(0) != IdentitySrc) ||
6952 Ops[i].getConstantOperandAPInt(1) != i) {
6956 IdentitySrc =
Ops[i].getOperand(0);
6969 assert(!
Ops.empty() &&
"Can't concatenate an empty list of vectors!");
6972 return Ops[0].getValueType() ==
Op.getValueType();
6974 "Concatenation of vectors with inconsistent value types!");
6975 assert((
Ops[0].getValueType().getVectorElementCount() *
Ops.size()) ==
6977 "Incorrect element count in vector concatenation!");
6979 if (
Ops.size() == 1)
6983 bool AllPoison =
true;
6986 return Op.isUndef();
6994 bool IsIdentity =
true;
6995 for (
unsigned i = 0, e =
Ops.size(); i != e; ++i) {
6997 unsigned IdentityIndex = i *
Op.getValueType().getVectorMinNumElements();
6999 Op.getOperand(0).getValueType() != VT ||
7000 (IdentitySrc &&
Op.getOperand(0) != IdentitySrc) ||
7001 Op.getConstantOperandVal(1) != IdentityIndex) {
7005 assert((!IdentitySrc || IdentitySrc ==
Op.getOperand(0)) &&
7006 "Unexpected identity source vector for concat of extracts");
7007 IdentitySrc =
Op.getOperand(0);
7010 assert(IdentitySrc &&
"Failed to set source vector of extracts");
7026 EVT OpVT =
Op.getValueType();
7044 SVT = (SVT.
bitsLT(
Op.getValueType()) ?
Op.getValueType() : SVT);
7069 if (
SDNode *E = lookupNode(ID,
DL, InsertToken))
7072 auto *
N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
7073 CSEMap.insert(
N, InsertToken);
7085 Flags = Inserter->getFlags();
7086 return getNode(Opcode,
DL, VT, N1, Flags);
7149 "STEP_VECTOR can only be used with scalable types");
7152 "Unexpected step operand");
7173 "Invalid FP cast!");
7177 "Vector element count mismatch!");
7195 "Invalid SIGN_EXTEND!");
7197 "SIGN_EXTEND result type type should be vector iff the operand "
7202 "Vector element count mismatch!");
7225 unsigned NumSignExtBits =
7236 "Invalid ZERO_EXTEND!");
7238 "ZERO_EXTEND result type type should be vector iff the operand "
7243 "Vector element count mismatch!");
7281 "Invalid ANY_EXTEND!");
7283 "ANY_EXTEND result type type should be vector iff the operand "
7288 "Vector element count mismatch!");
7313 "Invalid TRUNCATE!");
7315 "TRUNCATE result type type should be vector iff the operand "
7320 "Vector element count mismatch!");
7347 assert(VT.
isVector() &&
"This DAG node is restricted to vector types.");
7349 "The input must be the same size or smaller than the result.");
7352 "The destination vector type must have fewer lanes than the input.");
7361 "Invalid ABS_MIN_POISON!");
7368 "BSWAP types must be a multiple of 16 bits!");
7382 "Cannot BITCAST between types of different sizes!");
7395 "Illegal SCALAR_TO_VECTOR node!");
7456 "Wrong operand type!");
7463 if (VT != MVT::Glue) {
7466 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
7467 E->intersectFlagsWith(Flags);
7471 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
7473 createOperands(
N,
Ops);
7474 CSEMap.insert(
N, InsertToken);
7476 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
7477 createOperands(
N,
Ops);
7532 if (!C2.getBoolValue())
7536 if (!C2.getBoolValue())
7540 if (!C2.getBoolValue())
7544 if (!C2.getBoolValue())
7574 return std::nullopt;
7579 bool IsUndef1,
const APInt &C2,
7581 if (!(IsUndef1 || IsUndef2))
7589 return std::nullopt;
7597 if (!TLI->isOffsetFoldingLegal(GA))
7602 int64_t
Offset = C2->getSExtValue();
7622 assert(
Ops.size() == 2 &&
"Div/rem should have 2 operands");
7629 [](
SDValue V) { return V.isUndef() ||
7630 isNullConstant(V); });
7668 const APInt &Val =
C->getAPIntValue();
7672 C->isTargetOpcode(),
C->isOpaque());
7679 C->isTargetOpcode(),
C->isOpaque());
7684 C->isTargetOpcode(),
C->isOpaque());
7686 C->isTargetOpcode(),
C->isOpaque());
7718 C->isTargetOpcode(),
C->isOpaque());
7744 if (VT == MVT::f16 &&
C->getValueType(0) == MVT::i16)
7746 if (VT == MVT::f32 &&
C->getValueType(0) == MVT::i32)
7748 if (VT == MVT::f64 &&
C->getValueType(0) == MVT::i64)
7750 if (VT == MVT::f128 &&
C->getValueType(0) == MVT::i128)
7811 return getConstant(V.bitcastToAPInt().getZExtValue(),
DL, VT);
7814 if (VT == MVT::i16 &&
C->getValueType(0) == MVT::f16)
7815 return getConstant((uint16_t)V.bitcastToAPInt().getZExtValue(),
DL,
7817 if (VT == MVT::i16 &&
C->getValueType(0) == MVT::bf16)
7818 return getConstant((uint16_t)V.bitcastToAPInt().getZExtValue(),
DL,
7820 if (VT == MVT::i32 &&
C->getValueType(0) == MVT::f32)
7823 if (VT == MVT::i64 &&
C->getValueType(0) == MVT::f64)
7824 return getConstant(V.bitcastToAPInt().getZExtValue(),
DL, VT);
7851 "Expected vector reduction base opcode to be foldable");
7866 if (C1->isOpaque() || C2->isOpaque())
7869 std::optional<APInt> FoldAttempt =
7870 FoldValue(Opcode, C1->getAPIntValue(), C2->getAPIntValue());
7876 "Can't fold vectors ops with scalar operands");
7884 if (TLI->isCommutativeBinOp(Opcode))
7900 const APInt &Val = C1->getAPIntValue();
7901 return SignExtendInReg(Val, VT);
7914 ScalarOps.
push_back(SignExtendInReg(Val, OpVT));
7922 SignExtendInReg(
Ops[0].getConstantOperandAPInt(0),
7933 if (C1 && C2 && C3) {
7934 if (C1->isOpaque() || C2->isOpaque() || C3->isOpaque())
7936 const APInt &
V1 = C1->getAPIntValue(), &V2 = C2->getAPIntValue(),
7937 &
V3 = C3->getAPIntValue();
7953 if (C1 && C2 && C3) {
7985 unsigned InputEltBits =
Ops[1].getScalarValueSizeInBits();
7987 unsigned NumInputElts =
Ops[1].getValueType().getVectorNumElements();
7991 for (
unsigned I = 0;
I != NumAccElts; ++
I) {
7998 if (!
C ||
C->isOpaque())
8000 Results[
I] =
C->getAPIntValue().trunc(AccEltBits);
8005 for (
unsigned I = 0;
I != NumInputElts; ++
I) {
8006 const unsigned AccIdx =
I % NumAccElts;
8011 PoisonElts.
set(AccIdx);
8017 if (!LHS || !RHS || LHS->isOpaque() || RHS->isOpaque())
8020 APInt LHSVal = LHS->getAPIntValue().
trunc(InputEltBits);
8021 APInt RHSVal = RHS->getAPIntValue().
trunc(InputEltBits);
8022 LHSVal = IsLHSSigned ? LHSVal.
sext(AccEltBits) : LHSVal.
zext(AccEltBits);
8023 RHSVal = IsRHSSigned ? RHSVal.
sext(AccEltBits) : RHSVal.
zext(AccEltBits);
8024 Results[AccIdx] += LHSVal * RHSVal;
8033 EVT LegalSVT = AccEltVT;
8035 LegalSVT = TLI->getTypeToTransformTo(*
getContext(), LegalSVT);
8036 if (LegalSVT.
bitsLT(AccEltVT))
8041 for (
unsigned I = 0;
I != NumAccElts; ++
I)
8053 Ops[0].getValueType() == VT &&
Ops[1].getValueType() == VT &&
8066 if (BV1->getConstantRawBits(IsLE, EltBits, RawBits1, UndefElts1) &&
8067 BV2->getConstantRawBits(IsLE, EltBits, RawBits2, UndefElts2)) {
8071 Opcode, RawBits1[
I], UndefElts1[
I], RawBits2[
I], UndefElts2[
I]);
8082 BVEltVT = BV1->getOperand(0).getValueType();
8085 BVEltVT = BV2->getOperand(0).getValueType();
8091 DstBits, RawBits, DstUndefs,
8094 for (
unsigned I = 0, E = DstBits.
size();
I != E; ++
I) {
8119 ?
Ops[0].getConstantOperandAPInt(0) * RHSVal
8120 :
Ops[0].getConstantOperandAPInt(0) << RHSVal;
8125 auto IsScalarOrSameVectorSize = [NumElts](
const SDValue &
Op) {
8126 return !
Op.getValueType().isVector() ||
8127 Op.getValueType().getVectorElementCount() == NumElts;
8130 auto IsBuildVectorSplatVectorOrUndef = [](
const SDValue &
Op) {
8156 LegalSVT = TLI->getTypeToTransformTo(*
getContext(), LegalSVT);
8168 for (
unsigned I = 0;
I != NumVectorElts;
I++) {
8171 EVT InSVT =
Op.getValueType().getScalarType();
8214 if (LegalSVT != SVT)
8215 ScalarResult =
getNode(ExtendCode,
DL, LegalSVT, ScalarResult);
8229 if (
Ops.size() != 2)
8240 if (N1CFP && N2CFP) {
8291 if (N1C && N1C->getValueAPF().isNegZero() && N2.
isUndef())
8314 if (SrcEltVT == DstEltVT)
8322 if (SrcBitSize == DstBitSize) {
8327 if (
Op.getValueType() != SrcEltVT)
8370 for (
unsigned I = 0, E = RawBits.
size();
I != E; ++
I) {
8371 if (UndefElements[
I])
8392 ID.AddInteger(
A.value());
8395 if (
SDNode *E = lookupNode(ID,
DL, InsertToken))
8399 newSDNode<AssertAlignSDNode>(
DL.getIROrder(),
DL.getDebugLoc(), VTs,
A);
8400 createOperands(
N, {Val});
8402 CSEMap.insert(
N, InsertToken);
8414 Flags = Inserter->getFlags();
8415 return getNode(Opcode,
DL, VT, N1, N2, Flags);
8420 if (!TLI->isCommutativeBinOp(Opcode))
8429 if ((N1C && !N2C) || (N1CFP && !N2CFP))
8443 "Operand is DELETED_NODE!");
8459 N2.
getValueType() == MVT::Other &&
"Invalid token factor!");
8463 if (N1 == N2)
return N1;
8479 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8481 N1.
getValueType() == VT &&
"Binary operator types must match!");
8484 if (N2CV && N2CV->
isZero())
8494 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8496 N1.
getValueType() == VT &&
"Binary operator types must match!");
8506 if (N2CV && N2CV->
isZero())
8520 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8522 N1.
getValueType() == VT &&
"Binary operator types must match!");
8525 if (N2CV && N2CV->
isZero())
8529 const APInt &N2CImm = N2C->getAPIntValue();
8543 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8545 N1.
getValueType() == VT &&
"Binary operator types must match!");
8558 "Types of operands of UCMP/SCMP must match");
8560 "Operands and return type of must both be scalars or vectors");
8564 "Result and operands must have the same number of elements");
8570 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8572 N1.
getValueType() == VT &&
"Binary operator types must match!");
8576 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8578 N1.
getValueType() == VT &&
"Binary operator types must match!");
8584 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8586 N1.
getValueType() == VT &&
"Binary operator types must match!");
8592 assert(VT.
isInteger() &&
"This operator does not apply to FP types!");
8594 N1.
getValueType() == VT &&
"Binary operator types must match!");
8605 N1.
getValueType() == VT &&
"Binary operator types must match!");
8613 "Invalid FCOPYSIGN!");
8618 const APInt &ShiftImm = N2C->getAPIntValue();
8632 "Shift operators return type must be the same as their first arg");
8634 "Shifts only work on integers");
8636 "Vector shift amounts must be in the same as their first arg");
8643 "Invalid use of small shift amount with oversized value!");
8650 if (N2CV && N2CV->
isZero())
8656 (N2C->getZExtValue() == 0 || N2C->getZExtValue() == 1) &&
8662 "IS_FPCLASS is used for a non-floating type");
8677 "AssertNoFPClass is used for a non-floating type");
8682 "FPClassTest value too large");
8691 "Cannot *_EXTEND_INREG FP types");
8693 "AssertSExt/AssertZExt type should be the vector element type "
8694 "rather than the vector type!");
8703 "Cannot *_EXTEND_INREG FP types");
8705 "SIGN_EXTEND_INREG type should be vector iff the operand "
8709 "Vector element counts must match in SIGN_EXTEND_INREG");
8711 if (
EVT == VT)
return N1;
8719 "FP_TO_*INT_SAT type should be vector iff the operand type is "
8723 "Vector element counts must match in FP_TO_*INT_SAT");
8725 "Type to saturate to must be a scalar.");
8732 "The result of EXTRACT_VECTOR_ELT must be at least as wide as the \
8733 element type of the vector.");
8755 N2C->getZExtValue() % Factor);
8764 "BUILD_VECTOR used for scalable vectors");
8787 if (N1Op2C && N2C) {
8817 assert(N2C && (
unsigned)N2C->getZExtValue() < 2 &&
"Bad EXTRACT_ELEMENT!");
8821 "Wrong types for EXTRACT_ELEMENT!");
8832 unsigned Shift = ElementSize * N2C->getZExtValue();
8833 const APInt &Val = N1C->getAPIntValue();
8840 "Extract subvector VTs must be vectors!");
8842 "Extract subvector VTs must have the same element type!");
8844 "Cannot extract a scalable vector from a fixed length vector!");
8847 "Extract subvector must be from larger vector to smaller vector!");
8848 assert(N2C &&
"Extract subvector index must be a constant");
8852 "Extract subvector overflow!");
8853 assert(N2C->getAPIntValue().getBitWidth() ==
8855 "Constant index for EXTRACT_SUBVECTOR has an invalid size");
8857 "Extract index is not a multiple of the output vector length");
8872 return N1.
getOperand(N2C->getZExtValue() / Factor);
8913 if (TLI->isCommutativeBinOp(Opcode)) {
8992 if (VT != MVT::Glue) {
8995 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
8996 E->intersectFlagsWith(Flags);
9000 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
9002 createOperands(
N,
Ops);
9003 CSEMap.insert(
N, InsertToken);
9005 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
9006 createOperands(
N,
Ops);
9019 Flags = Inserter->getFlags();
9020 return getNode(Opcode,
DL, VT, N1, N2, N3, Flags);
9029 "Operand is DELETED_NODE!");
9048 "SETCC operands must have the same type!");
9050 "SETCC type should be vector iff the operand type is vector!");
9053 "SETCC vector element counts must match!");
9077 "INSERT_VECTOR_ELT vector type mismatch");
9079 "INSERT_VECTOR_ELT scalar fp/int mismatch");
9082 "INSERT_VECTOR_ELT fp scalar type mismatch");
9085 "INSERT_VECTOR_ELT int scalar size mismatch");
9131 "Dest and insert subvector source types must match!");
9133 "Insert subvector VTs must be vectors!");
9135 "Insert subvector VTs must have the same element type!");
9137 "Cannot insert a scalable vector into a fixed length vector!");
9140 "Insert subvector must be from smaller vector to larger vector!");
9142 "Insert subvector index must be constant");
9146 "Insert subvector overflow!");
9149 "Constant index for INSERT_SUBVECTOR has an invalid size");
9197 assert(VT == VecVT &&
"Vector and result type don't match.");
9199 "All inputs must be vectors.");
9200 assert(VecVT == PassthruVT &&
"Vector and passthru types don't match.");
9202 "Vector and mask must have same number of elements.");
9217 "Expected the second and third operands of the PARTIAL_REDUCE_MLA "
9218 "node to have the same type!");
9220 "Expected the first operand of the PARTIAL_REDUCE_MLA node to have "
9221 "the same type as its result!");
9224 "Expected the element count of the second and third operands of the "
9225 "PARTIAL_REDUCE_MLA node to be a positive integer multiple of the "
9226 "element count of the first operand and the result!");
9228 "Expected the second and third operands of the PARTIAL_REDUCE_MLA "
9229 "node to have an element type which is the same as or smaller than "
9230 "the element type of the first operand and result!");
9255 if (VT != MVT::Glue) {
9258 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
9259 E->intersectFlagsWith(Flags);
9263 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
9265 createOperands(
N,
Ops);
9266 CSEMap.insert(
N, InsertToken);
9268 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
9269 createOperands(
N,
Ops);
9289 Flags = Inserter->getFlags();
9290 return getNode(Opcode,
DL, VT, N1, N2, N3, N4, Flags);
9305 Flags = Inserter->getFlags();
9306 return getNode(Opcode,
DL, VT, N1, N2, N3, N4, N5, Flags);
9323 if (FI->getIndex() < 0)
9338 assert(
C->getAPIntValue().getBitWidth() == 8);
9343 return DAG.
getConstant(Val, dl, VT,
false, IsOpaque);
9348 assert(
Value.getValueType() == MVT::i8 &&
"memset with non-byte fill value?");
9364 if (VT !=
Value.getValueType())
9377 if (Slice.Array ==
nullptr) {
9386 unsigned NumVTBytes = NumVTBits / 8;
9387 unsigned NumBytes = std::min(NumVTBytes,
unsigned(Slice.Length));
9389 APInt Val(NumVTBits, 0);
9391 for (
unsigned i = 0; i != NumBytes; ++i)
9394 for (
unsigned i = 0; i != NumBytes; ++i)
9395 Val |= (
uint64_t)(
unsigned char)Slice[i] << (NumVTBytes-i-1)*8;
9418 if (TLI->shouldPreservePtrArith(this->getMachineFunction().getFunction(),
9433 else if (Src->isAnyAdd() &&
9437 SrcDelta = Src.getConstantOperandVal(1);
9443 SrcDelta +
G->getOffset());
9459 assert(OutLoadChains.
size() &&
"Missing loads in memcpy inlining");
9460 assert(OutStoreChains.
size() &&
"Missing stores in memcpy inlining");
9462 for (
unsigned i = From; i < To; ++i) {
9464 GluedLoadChains.
push_back(OutLoadChains[i]);
9471 for (
unsigned i = From; i < To; ++i) {
9474 ST->getBasePtr(), ST->getMemoryVT(),
9475 ST->getMemOperand());
9483 Align SrcAlign,
bool isVol,
bool AlwaysInline,
9487 const MDNode *SrcMemCacheHint) {
9500 std::vector<EVT> MemOps;
9501 bool DstAlignCanChange =
false;
9507 DstAlignCanChange =
true;
9512 bool isZeroConstant = CopyFromConstant && Slice.Array ==
nullptr;
9514 const MemOp Op = isZeroConstant
9518 SrcAlign, isVol, CopyFromConstant);
9524 if (DstAlignCanChange) {
9525 Type *Ty = MemOps[0].getTypeForEVT(
C);
9526 Align NewDstAlign =
DL.getABITypeAlign(Ty);
9532 if (!
TRI->hasStackRealignment(MF))
9534 NewDstAlign = std::min(NewDstAlign, *StackAlign);
9536 if (NewDstAlign > DstAlign) {
9540 DstAlign = NewDstAlign;
9550 BatchAA && SrcVal &&
9558 unsigned NumMemOps = MemOps.size();
9560 for (
unsigned i = 0; i != NumMemOps; ++i) {
9565 if (VTSize >
Size) {
9568 assert(i == NumMemOps-1 && i != 0);
9569 SrcOff -= VTSize -
Size;
9570 DstOff -= VTSize -
Size;
9573 if (CopyFromConstant &&
9581 if (SrcOff < Slice.Length) {
9583 SubSlice.
move(SrcOff);
9586 SubSlice.
Array =
nullptr;
9588 SubSlice.
Length = VTSize;
9591 if (
Value.getNode()) {
9596 MMOMetadata(NewAAInfo,
nullptr, DstMemCacheHint));
9601 if (!
Store.getNode()) {
9610 bool isDereferenceable =
9613 if (isDereferenceable)
9623 MMOMetadata(NewAAInfo,
nullptr, SrcMemCacheHint));
9630 MMOMetadata(NewAAInfo,
nullptr, DstMemCacheHint));
9640 unsigned NumLdStInMemcpy = OutStoreChains.
size();
9642 if (NumLdStInMemcpy) {
9648 for (
unsigned i = 0; i < NumLdStInMemcpy; ++i) {
9654 if (NumLdStInMemcpy <= GluedLdStLimit) {
9656 NumLdStInMemcpy, OutLoadChains,
9659 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit;
9660 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit;
9661 unsigned GlueIter = 0;
9664 if (RemainingLdStInMemcpy) {
9666 DAG, dl, OutChains, NumLdStInMemcpy - RemainingLdStInMemcpy,
9667 NumLdStInMemcpy, OutLoadChains, OutStoreChains);
9670 for (
unsigned cnt = 0; cnt < NumberLdChain; ++cnt) {
9671 unsigned IndexFrom = NumLdStInMemcpy - RemainingLdStInMemcpy -
9672 GlueIter - GluedLdStLimit;
9673 unsigned IndexTo = NumLdStInMemcpy - RemainingLdStInMemcpy - GlueIter;
9675 OutLoadChains, OutStoreChains);
9676 GlueIter += GluedLdStLimit;
9699 std::vector<EVT> MemOps;
9700 bool DstAlignCanChange =
false;
9706 DstAlignCanChange =
true;
9716 if (DstAlignCanChange) {
9717 Type *Ty = MemOps[0].getTypeForEVT(
C);
9718 Align NewDstAlign =
DL.getABITypeAlign(Ty);
9724 if (!
TRI->hasStackRealignment(MF))
9726 NewDstAlign = std::min(NewDstAlign, *StackAlign);
9728 if (NewDstAlign > DstAlign) {
9732 DstAlign = NewDstAlign;
9746 unsigned NumMemOps = MemOps.size();
9747 for (
unsigned i = 0; i < NumMemOps; i++) {
9751 bool IsOverlapping =
false;
9753 if (i == NumMemOps - 1 && i != 0 && VTSize >
Size - SrcOff) {
9756 SrcOff =
Size - VTSize;
9757 IsOverlapping =
true;
9764 if (IsOverlapping) {
9769 SrcAlignAtOffset, MMOFlags,
9778 bool isDereferenceable =
9781 if (isDereferenceable)
9787 SrcMMOFlags, NewAAInfo);
9795 for (
unsigned i = 0; i < NumMemOps; i++) {
9799 bool IsOverlapping =
false;
9801 if (i == NumMemOps - 1 && i != 0 && VTSize >
Size - DstOff) {
9804 DstOff =
Size - VTSize;
9805 IsOverlapping =
true;
9812 if (IsOverlapping) {
9817 DstAlignAtOffset, MMOFlags,
9826 Chain, dl, LoadValues[i],
9828 DstPtrInfo.
getWithOffset(DstOff), DstAlignAtOffset, MMOFlags,
9869 std::vector<EVT> MemOps;
9870 bool DstAlignCanChange =
false;
9877 DstAlignCanChange =
true;
9884 MemOp::Set(
Size, DstAlignCanChange, Alignment, IsZeroVal, isVol),
9889 if (DstAlignCanChange) {
9892 Align NewAlign =
DL.getABITypeAlign(Ty);
9898 if (!
TRI->hasStackRealignment(MF))
9900 NewAlign = std::min(NewAlign, *StackAlign);
9902 if (NewAlign > Alignment) {
9906 Alignment = NewAlign;
9912 unsigned NumMemOps = MemOps.size();
9917 LargestVT = MemOps[0];
9918 for (
unsigned i = 1; i < NumMemOps; i++)
9919 if (MemOps[i].bitsGT(LargestVT))
9920 LargestVT = MemOps[i];
9928 for (
unsigned i = 0; i < NumMemOps; i++) {
9933 assert(
Size > 0 &&
"Target specified more stores than needed in "
9934 "findOptimalMemOpLowering");
9935 if (VTSize >
Size) {
9938 assert(i == NumMemOps-1 && i != 0);
9939 DstOff -= VTSize -
Size;
9946 if (VT.
bitsLT(LargestVT)) {
9966 assert(
Value.getValueType() == VT &&
"Value with wrong type.");
9977 if (VTSize >
Size) {
9986 assert(
Size == 0 &&
"Target's findOptimalMemOpLowering did not specify "
9987 "stores that exactly cover the memset size");
10004 bool AllowReturnsFirstArg) {
10010 AllowReturnsFirstArg &&
10014static std::pair<SDValue, SDValue>
10021 if (LCImpl == RTLIB::Unsupported)
10036 CI->
getType(), Callee, std::move(Args))
10049 RTLIB::STRCMP,
this, TLI);
10059 RTLIB::STRSTR,
this, TLI);
10075 RTLIB::MEMCCPY,
this, TLI);
10078std::pair<SDValue, SDValue>
10087 RTLIB::MEMCMP,
this, TLI);
10097 RTLIB::STRCPY,
this, TLI);
10108 RTLIB::STRLEN,
this, TLI);
10112 return TLI->supportSwiftError() &&
10113 MF->getFunction().getAttributes().hasAttrSomewhere(
10114 Attribute::SwiftError);
10119 Align DstAlign,
Align SrcAlign,
bool isVol,
bool AlwaysInline,
10120 const CallInst *CI, std::optional<bool> OverrideTailCall,
10125 const MDNode *DstMemCacheHint =
10127 const MDNode *SrcMemCacheHint =
10131 if (ConstantSize) {
10133 if (ConstantSize->
isZero())
10137 *
this, dl, Chain, Dst, Src, ConstantSize->
getZExtValue(), DstAlign,
10138 SrcAlign, isVol,
false, DstPtrInfo, SrcPtrInfo, AAInfo, BatchAA,
10139 DstMemCacheHint, SrcMemCacheHint);
10140 if (Result.getNode())
10147 SDValue Result = TSI->EmitTargetCodeForMemcpy(
10148 *
this, dl, Chain, Dst, Src,
Size, DstAlign, SrcAlign, isVol,
10149 AlwaysInline, DstPtrInfo, SrcPtrInfo);
10150 if (Result.getNode())
10156 if (AlwaysInline) {
10157 assert(ConstantSize &&
"AlwaysInline requires a constant size!");
10159 *
this, dl, Chain, Dst, Src, ConstantSize->
getZExtValue(), DstAlign,
10160 SrcAlign, isVol,
true, DstPtrInfo, SrcPtrInfo, AAInfo, BatchAA,
10161 DstMemCacheHint, SrcMemCacheHint);
10176 Args.emplace_back(Dst, PtrTy);
10177 Args.emplace_back(Src, PtrTy);
10181 bool IsTailCall =
false;
10182 RTLIB::LibcallImpl MemCpyImpl = TLI->getMemcpyImpl();
10184 if (OverrideTailCall.has_value()) {
10185 IsTailCall = *OverrideTailCall;
10187 bool LowersToMemcpy = MemCpyImpl == RTLIB::impl_memcpy;
10197 Libcalls->getLibcallImplCallingConv(MemCpyImpl),
10198 Dst.getValueType().getTypeForEVT(*
getContext()),
10204 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI);
10205 return CallResult.second;
10210 Type *SizeTy,
unsigned ElemSz,
10221 Args.emplace_back(Dst, ArgTy);
10222 Args.emplace_back(Src, ArgTy);
10223 Args.emplace_back(
Size, SizeTy);
10225 RTLIB::Libcall LibraryCall =
10227 RTLIB::LibcallImpl LibcallImpl = Libcalls->getLibcallImpl(LibraryCall);
10228 if (LibcallImpl == RTLIB::Unsupported)
10235 Libcalls->getLibcallImplCallingConv(LibcallImpl),
10242 std::pair<SDValue, SDValue> CallResult = TLI->LowerCallTo(CLI);
10243 return CallResult.second;
10249 std::optional<bool> OverrideTailCall,
10257 if (ConstantSize) {
10259 if (ConstantSize->
isZero())
10263 *
this, dl, Chain, Dst, Src, ConstantSize->
getZExtValue(), DstAlign,
10264 SrcAlign, isVol,
false, DstPtrInfo, SrcPtrInfo, AAInfo);
10265 if (Result.getNode())
10272 SDValue Result = TSI->EmitTargetCodeForMemmove(
10273 *
this, dl, Chain, Dst, Src,
Size, DstAlign, SrcAlign, isVol, DstPtrInfo,
10275 if (Result.getNode())
10288 Args.emplace_back(Dst, PtrTy);
10289 Args.emplace_back(Src, PtrTy);
10294 RTLIB::LibcallImpl MemmoveImpl = Libcalls->getLibcallImpl(RTLIB::MEMMOVE);
10296 bool IsTailCall =
false;
10297 if (OverrideTailCall.has_value()) {
10298 IsTailCall = *OverrideTailCall;
10300 bool LowersToMemmove = MemmoveImpl == RTLIB::impl_memmove;
10310 Libcalls->getLibcallImplCallingConv(MemmoveImpl),
10311 Dst.getValueType().getTypeForEVT(*
getContext()),
10317 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI);
10318 return CallResult.second;
10323 Type *SizeTy,
unsigned ElemSz,
10336 Args.emplace_back(
Size, SizeTy);
10338 RTLIB::Libcall LibraryCall =
10340 RTLIB::LibcallImpl LibcallImpl = Libcalls->getLibcallImpl(LibraryCall);
10341 if (LibcallImpl == RTLIB::Unsupported)
10348 Libcalls->getLibcallImplCallingConv(LibcallImpl),
10355 std::pair<SDValue, SDValue> CallResult = TLI->LowerCallTo(CLI);
10356 return CallResult.second;
10361 bool isVol,
bool AlwaysInline,
10368 if (ConstantSize) {
10370 if (ConstantSize->
isZero())
10375 isVol,
false, DstPtrInfo, AAInfo);
10377 if (Result.getNode())
10384 SDValue Result = TSI->EmitTargetCodeForMemset(
10385 *
this, dl, Chain, Dst, Src,
Size, Alignment, isVol, AlwaysInline, DstPtrInfo);
10386 if (Result.getNode())
10392 if (AlwaysInline) {
10393 assert(ConstantSize &&
"AlwaysInline requires a constant size!");
10396 isVol,
true, DstPtrInfo, AAInfo);
10398 "getMemsetStores must return a valid sequence when AlwaysInline");
10412 RTLIB::LibcallImpl BzeroImpl = Libcalls->getLibcallImpl(RTLIB::BZERO);
10413 bool UseBZero = BzeroImpl != RTLIB::Unsupported &&
isNullConstant(Src);
10419 Args.emplace_back(
Size,
DL.getIntPtrType(Ctx));
10421 Libcalls->getLibcallImplCallingConv(BzeroImpl),
Type::getVoidTy(Ctx),
10424 RTLIB::LibcallImpl MemsetImpl = Libcalls->getLibcallImpl(RTLIB::MEMSET);
10428 Args.emplace_back(Src, Src.getValueType().getTypeForEVT(Ctx));
10429 Args.emplace_back(
Size,
DL.getIntPtrType(Ctx));
10430 CLI.
setLibCallee(Libcalls->getLibcallImplCallingConv(MemsetImpl),
10431 Dst.getValueType().getTypeForEVT(Ctx),
10436 RTLIB::LibcallImpl MemsetImpl = Libcalls->getLibcallImpl(RTLIB::MEMSET);
10437 bool LowersToMemset = MemsetImpl == RTLIB::impl_memset;
10445 ReturnsFirstArg && LowersToMemset) &&
10451 std::pair<SDValue, SDValue> CallResult = TLI->LowerCallTo(CLI);
10452 return CallResult.second;
10457 Type *SizeTy,
unsigned ElemSz,
10468 Args.emplace_back(
Size, SizeTy);
10470 RTLIB::Libcall LibraryCall =
10472 RTLIB::LibcallImpl LibcallImpl = Libcalls->getLibcallImpl(LibraryCall);
10473 if (LibcallImpl == RTLIB::Unsupported)
10480 Libcalls->getLibcallImplCallingConv(LibcallImpl),
10487 std::pair<SDValue, SDValue> CallResult = TLI->LowerCallTo(CLI);
10488 return CallResult.second;
10497 ID.AddInteger(getSyntheticNodeSubclassData<AtomicSDNode>(
10498 dl.
getIROrder(), Opcode, VTList, MemVT, MMO, ExtType));
10503 E->refineAlignment(MMO);
10504 E->refineMMOMetadata(MMO);
10509 VTList, MemVT, MMO, ExtType);
10510 createOperands(
N,
Ops);
10512 CSEMap.insert(
N, InsertToken);
10549 "Invalid Atomic Op");
10569 if (
Ops.size() == 1)
10583 for (
EVT VT : ResultTypes)
10593 if (
Size.hasValue() && !
Size.getValue())
10598 MF.getMachineMemOperand(PtrInfo, Flags,
Size, Alignment, AAInfo);
10614 assert(!MMOs.
empty() &&
"Must have at least one MMO");
10618 (Opcode <= (
unsigned)std::numeric_limits<int>::max() &&
10620 "Opcode is not a memory-accessing opcode!");
10623 if (MMOs.
size() == 1) {
10629 void *Buffer = Allocator.Allocate(AllocSize,
alignof(
size_t));
10630 size_t *CountPtr =
static_cast<size_t *
>(Buffer);
10631 *CountPtr = MMOs.
size();
10640 if (VTList.
VTs[VTList.
NumVTs-1] != MVT::Glue) {
10642 ID.AddInteger(getSyntheticNodeSubclassData<MemIntrinsicSDNode>(
10643 Opcode, dl.
getIROrder(), VTList, MemVT, MemRefs));
10646 ID.AddInteger(MMO->getPointerInfo().getAddrSpace());
10647 ID.AddInteger(MMO->getFlags());
10650 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
10656 VTList, MemVT, MemRefs);
10657 createOperands(
N,
Ops);
10658 CSEMap.insert(
N, InsertToken);
10661 VTList, MemVT, MemRefs);
10662 createOperands(
N,
Ops);
10671 SDValue Chain,
int FrameIndex) {
10673 const auto VTs =
getVTList(MVT::Other);
10682 if (
SDNode *E = lookupNode(ID, dl, InsertToken))
10687 createOperands(
N,
Ops);
10688 CSEMap.insert(
N, InsertToken);
10696 uint64_t
Guid, uint64_t Index,
10699 const auto VTs =
getVTList(MVT::Other);
10702 ID.AddInteger(
Guid);
10703 ID.AddInteger(Index);
10704 ID.AddInteger(Attr);
10706 if (
SDNode *E = lookupNode(ID, Dl, InsertToken))
10709 auto *
N = newSDNode<PseudoProbeSDNode>(
10711 createOperands(
N,
Ops);
10712 CSEMap.insert(
N, InsertToken);
10729 FI->getIndex(),
Offset);
10766 "Invalid chain type");
10778 MF.getMachineMemOperand(PtrInfo, MMOFlags,
Size, Alignment,
Metadata);
10779 return getLoad(AM, ExtType, VT, dl, Chain, Ptr,
Offset, MemVT, MMO);
10789 assert(VT == MemVT &&
"Non-extending load from different memory type!");
10793 "Should only be an extending load, not truncating!");
10795 "Cannot convert from FP to Int or Int -> FP!");
10797 "Cannot use an ext load to convert to or from a vector!");
10800 "Cannot use an ext load to change the number of vector elements!");
10807 "Range metadata and load type must match!");
10811 "Unindexed load with an offset!");
10818 ID.AddInteger(getSyntheticNodeSubclassData<LoadSDNode>(
10819 dl.
getIROrder(), VTs, AM, ExtType, MemVT, MMO));
10824 E->refineAlignment(MMO);
10825 E->refineMMOMetadata(MMO);
10829 ExtType, MemVT, MMO);
10830 createOperands(
N,
Ops);
10832 CSEMap.insert(
N, InsertToken);
10846 PtrInfo, VT, Alignment, MMOFlags,
Metadata);
10864 MemVT, Alignment, MMOFlags,
Metadata);
10880 "Load is already a indexed load!");
10883 LD->getMemOperand()->getFlags() &
10886 AM, LD->getExtensionType(), OrigLoad.
getValueType(), dl, LD->getChain(),
10887 Base,
Offset, LD->getPointerInfo(), LD->getMemoryVT(), LD->getAlign(),
10889 MMOMetadata(LD->getAAInfo(), LD->getRanges(), LD->getMemCacheHint()));
10901 assert(!
Metadata.Ranges &&
"range metadata is invalid for stores");
10909 MF.getMachineMemOperand(PtrInfo, MMOFlags,
Size, Alignment,
Metadata);
10910 return getStore(Chain, dl, Val, Ptr, MMO);
10923 bool IsTruncating) {
10927 IsTruncating =
false;
10928 }
else if (!IsTruncating) {
10929 assert(VT == SVT &&
"No-truncating store from different memory type!");
10932 "Should only be a truncating store, not extending!");
10935 "Cannot use trunc store to convert to or from a vector!");
10938 "Cannot use trunc store to change the number of vector elements!");
10943 "Unindexed store with an offset!");
10949 ID.AddInteger(getSyntheticNodeSubclassData<StoreSDNode>(
10950 dl.
getIROrder(), VTs, AM, IsTruncating, SVT, MMO));
10954 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
10960 IsTruncating, SVT, MMO);
10961 createOperands(
N,
Ops);
10963 CSEMap.insert(
N, InsertToken);
10977 "Invalid chain type");
10981 assert(!
Metadata.Ranges &&
"range metadata is invalid for stores");
10998 PtrInfo, SVT, Alignment, MMOFlags,
Metadata);
11019 "Store is already a indexed store!");
11021 ST->getMemoryVT(), ST->getMemOperand(), AM,
11022 ST->isTruncatingStore());
11030 const MDNode *Ranges,
bool IsExpanding) {
11042 return getLoadVP(AM, ExtType, VT, dl, Chain, Ptr,
Offset, Mask, EVL, MemVT,
11051 bool IsExpanding) {
11053 assert(Mask.getValueType().getVectorElementCount() ==
11055 "Vector width mismatch between mask and data");
11059 "Unindexed load with an offset!");
11066 ID.AddInteger(getSyntheticNodeSubclassData<VPLoadSDNode>(
11067 dl.
getIROrder(), VTs, AM, ExtType, IsExpanding, MemVT, MMO));
11072 E->refineAlignment(MMO);
11073 E->refineMMOMetadata(MMO);
11077 ExtType, IsExpanding, MemVT, MMO);
11078 createOperands(
N,
Ops);
11080 CSEMap.insert(
N, InsertToken);
11093 bool IsExpanding) {
11096 Mask, EVL, PtrInfo, VT, Alignment, MMOFlags, AAInfo, Ranges,
11105 Mask, EVL, VT, MMO, IsExpanding);
11114 const AAMDNodes &AAInfo,
bool IsExpanding) {
11117 EVL, PtrInfo, MemVT, Alignment, MMOFlags, AAInfo,
nullptr,
11127 EVL, MemVT, MMO, IsExpanding);
11134 bool IsCompressing) {
11136 assert(Mask.getValueType().getVectorElementCount() ==
11138 "Vector width mismatch between mask and data");
11142 "Unindexed vp_store with an offset!");
11148 ID.AddInteger(getSyntheticNodeSubclassData<VPStoreSDNode>(
11149 dl.
getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO));
11153 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11158 IsTruncating, IsCompressing, MemVT, MMO);
11159 createOperands(
N,
Ops);
11161 CSEMap.insert(
N, InsertToken);
11174 bool IsCompressing) {
11185 PtrInfo, MMOFlags, SVT.
getStoreSize(), Alignment, AAInfo);
11194 bool IsCompressing) {
11201 false, IsCompressing);
11204 "Should only be a truncating store, not extending!");
11207 "Cannot use trunc store to convert to or from a vector!");
11210 "Cannot use trunc store to change the number of vector elements!");
11217 ID.AddInteger(getSyntheticNodeSubclassData<VPStoreSDNode>(
11222 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11229 createOperands(
N,
Ops);
11231 CSEMap.insert(
N, InsertToken);
11244 "Unindexed load with an offset!");
11249 SDNodeKey ID(ISD::EXPERIMENTAL_VP_STRIDED_LOAD, VTs,
Ops);
11251 ID.AddInteger(getSyntheticNodeSubclassData<VPStridedLoadSDNode>(
11252 DL.getIROrder(), VTs, AM, ExtType, IsExpanding, MemVT, MMO));
11256 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
11262 newSDNode<VPStridedLoadSDNode>(
DL.getIROrder(),
DL.getDebugLoc(), VTs, AM,
11263 ExtType, IsExpanding, MemVT, MMO);
11264 createOperands(
N,
Ops);
11265 CSEMap.insert(
N, InsertToken);
11276 bool IsExpanding) {
11279 Undef, Stride, Mask, EVL, VT, MMO, IsExpanding);
11288 Stride, Mask, EVL, MemVT, MMO, IsExpanding);
11297 bool IsTruncating,
bool IsCompressing) {
11301 "Unindexed vp_store with an offset!");
11305 SDNodeKey ID(ISD::EXPERIMENTAL_VP_STRIDED_STORE, VTs,
Ops);
11307 ID.AddInteger(getSyntheticNodeSubclassData<VPStridedStoreSDNode>(
11308 DL.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO));
11311 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
11315 auto *
N = newSDNode<VPStridedStoreSDNode>(
DL.getIROrder(),
DL.getDebugLoc(),
11316 VTs, AM, IsTruncating,
11317 IsCompressing, MemVT, MMO);
11318 createOperands(
N,
Ops);
11320 CSEMap.insert(
N, InsertToken);
11330 assert(
Ops.size() == 6 &&
"Incompatible number of operands");
11334 ID.AddInteger(getSyntheticNodeSubclassData<VPGatherSDNode>(
11339 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11345 VT, MMO, IndexType);
11346 createOperands(
N,
Ops);
11348 assert(
N->getMask().getValueType().getVectorElementCount() ==
11349 N->getValueType(0).getVectorElementCount() &&
11350 "Vector width mismatch between mask and data");
11351 assert(
N->getIndex().getValueType().getVectorElementCount().isScalable() ==
11352 N->getValueType(0).getVectorElementCount().isScalable() &&
11353 "Scalable flags of index and data do not match");
11355 N->getIndex().getValueType().getVectorElementCount(),
11356 N->getValueType(0).getVectorElementCount()) &&
11357 "Vector width mismatch between index and data");
11359 N->getScale()->getAsAPIntVal().isPowerOf2() &&
11360 "Scale should be a constant power of 2");
11362 CSEMap.insert(
N, InsertToken);
11373 assert(
Ops.size() == 7 &&
"Incompatible number of operands");
11377 ID.AddInteger(getSyntheticNodeSubclassData<VPScatterSDNode>(
11382 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11387 VT, MMO, IndexType);
11388 createOperands(
N,
Ops);
11390 assert(
N->getMask().getValueType().getVectorElementCount() ==
11391 N->getValue().getValueType().getVectorElementCount() &&
11392 "Vector width mismatch between mask and data");
11394 N->getIndex().getValueType().getVectorElementCount().isScalable() ==
11395 N->getValue().getValueType().getVectorElementCount().isScalable() &&
11396 "Scalable flags of index and data do not match");
11398 N->getIndex().getValueType().getVectorElementCount(),
11399 N->getValue().getValueType().getVectorElementCount()) &&
11400 "Vector width mismatch between index and data");
11402 N->getScale()->getAsAPIntVal().isPowerOf2() &&
11403 "Scale should be a constant power of 2");
11405 CSEMap.insert(
N, InsertToken);
11420 "Unindexed masked load with an offset!");
11426 ID.AddInteger(getSyntheticNodeSubclassData<MaskedLoadSDNode>(
11427 dl.
getIROrder(), VTs, AM, ExtTy, isExpanding, MemVT, MMO));
11431 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11436 AM, ExtTy, isExpanding, MemVT, MMO);
11437 createOperands(
N,
Ops);
11439 CSEMap.insert(
N, InsertToken);
11451 "Masked load is already a indexed load!");
11453 Offset, LD->getMask(), LD->getPassThru(),
11454 LD->getMemoryVT(), LD->getMemOperand(), AM,
11455 LD->getExtensionType(), LD->isExpandingLoad());
11463 bool IsCompressing) {
11465 "Invalid chain type");
11468 "Unindexed masked store with an offset!");
11474 ID.AddInteger(getSyntheticNodeSubclassData<MaskedStoreSDNode>(
11475 dl.
getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO));
11479 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11485 IsTruncating, IsCompressing, MemVT, MMO);
11486 createOperands(
N,
Ops);
11488 CSEMap.insert(
N, InsertToken);
11500 "Masked store is already a indexed store!");
11502 ST->getMask(), ST->getMemoryVT(), ST->getMemOperand(),
11503 AM, ST->isTruncatingStore(), ST->isCompressingStore());
11511 assert(
Ops.size() == 6 &&
"Incompatible number of operands");
11515 ID.AddInteger(getSyntheticNodeSubclassData<MaskedGatherSDNode>(
11516 dl.
getIROrder(), VTs, MemVT, MMO, IndexType, ExtTy));
11520 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11526 VTs, MemVT, MMO, IndexType, ExtTy);
11527 createOperands(
N,
Ops);
11529 assert(
N->getPassThru().getValueType() ==
N->getValueType(0) &&
11530 "Incompatible type of the PassThru value in MaskedGatherSDNode");
11531 assert(
N->getMask().getValueType().getVectorElementCount() ==
11532 N->getValueType(0).getVectorElementCount() &&
11533 "Vector width mismatch between mask and data");
11534 assert(
N->getIndex().getValueType().getVectorElementCount().isScalable() ==
11535 N->getValueType(0).getVectorElementCount().isScalable() &&
11536 "Scalable flags of index and data do not match");
11538 N->getIndex().getValueType().getVectorElementCount(),
11539 N->getValueType(0).getVectorElementCount()) &&
11540 "Vector width mismatch between index and data");
11542 N->getScale()->getAsAPIntVal().isPowerOf2() &&
11543 "Scale should be a constant power of 2");
11545 CSEMap.insert(
N, InsertToken);
11557 assert(
Ops.size() == 6 &&
"Incompatible number of operands");
11561 ID.AddInteger(getSyntheticNodeSubclassData<MaskedScatterSDNode>(
11562 dl.
getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc));
11566 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11572 VTs, MemVT, MMO, IndexType, IsTrunc);
11573 createOperands(
N,
Ops);
11575 assert(
N->getMask().getValueType().getVectorElementCount() ==
11576 N->getValue().getValueType().getVectorElementCount() &&
11577 "Vector width mismatch between mask and data");
11579 N->getIndex().getValueType().getVectorElementCount().isScalable() ==
11580 N->getValue().getValueType().getVectorElementCount().isScalable() &&
11581 "Scalable flags of index and data do not match");
11583 N->getIndex().getValueType().getVectorElementCount(),
11584 N->getValue().getValueType().getVectorElementCount()) &&
11585 "Vector width mismatch between index and data");
11587 N->getScale()->getAsAPIntVal().isPowerOf2() &&
11588 "Scale should be a constant power of 2");
11590 CSEMap.insert(
N, InsertToken);
11601 assert(
Ops.size() == 7 &&
"Incompatible number of operands");
11605 ID.AddInteger(getSyntheticNodeSubclassData<MaskedHistogramSDNode>(
11606 dl.
getIROrder(), VTs, MemVT, MMO, IndexType));
11610 if (
SDNode *E = lookupNode(ID, dl, InsertToken)) {
11616 VTs, MemVT, MMO, IndexType);
11617 createOperands(
N,
Ops);
11619 assert(
N->getMask().getValueType().getVectorElementCount() ==
11620 N->getIndex().getValueType().getVectorElementCount() &&
11621 "Vector width mismatch between mask and data");
11623 N->getScale()->getAsAPIntVal().isPowerOf2() &&
11624 "Scale should be a constant power of 2");
11625 assert(
N->getInc().getValueType().isInteger() &&
"Non integer update value");
11627 CSEMap.insert(
N, InsertToken);
11641 ID.AddInteger(getSyntheticNodeSubclassData<VPLoadFFSDNode>(
DL.getIROrder(),
11646 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
11650 auto *
N = newSDNode<VPLoadFFSDNode>(
DL.getIROrder(),
DL.getDebugLoc(), VTs,
11652 createOperands(
N,
Ops);
11654 CSEMap.insert(
N, InsertToken);
11668 ID.AddInteger(getSyntheticNodeSubclassData<FPStateAccessSDNode>(
11673 if (
SDNode *E = lookupNode(ID, dl, InsertToken))
11678 createOperands(
N,
Ops);
11680 CSEMap.insert(
N, InsertToken);
11694 ID.AddInteger(getSyntheticNodeSubclassData<FPStateAccessSDNode>(
11699 if (
SDNode *E = lookupNode(ID, dl, InsertToken))
11704 createOperands(
N,
Ops);
11706 CSEMap.insert(
N, InsertToken);
11717 if (
Cond.isUndef())
11752 return !Val || Val->getAPIntValue().uge(
X.getScalarValueSizeInBits());
11758 if (
X.getValueType().getScalarType() == MVT::i1)
11771 bool HasNan = (XC && XC->
getValueAPF().isNaN()) ||
11773 bool HasInf = (XC && XC->
getValueAPF().isInfinity()) ||
11776 if (Flags.hasNoNaNs() && (HasNan ||
X.isUndef() ||
Y.isUndef()))
11779 if (Flags.hasNoInfs() && (HasInf ||
X.isUndef() ||
Y.isUndef()))
11802 if (Opcode ==
ISD::FMUL && Flags.hasNoNaNs() && Flags.hasNoSignedZeros())
11817 switch (
Ops.size()) {
11818 case 0:
return getNode(Opcode,
DL, VT);
11828 return getNode(Opcode,
DL, VT, NewOps);
11835 Flags = Inserter->getFlags();
11843 case 0:
return getNode(Opcode,
DL, VT);
11844 case 1:
return getNode(Opcode,
DL, VT,
Ops[0], Flags);
11851 for (
const auto &
Op :
Ops)
11853 "Operand is DELETED_NODE!");
11870 "LHS and RHS of condition must have same type!");
11872 "True and False arms of SelectCC must have same type!");
11874 "select_cc node must be of same type as true and false value!");
11878 "Expected select_cc with vector result to have the same sized "
11879 "comparison type!");
11884 "LHS/RHS of comparison should match types!");
11886 case ISD::VP_REDUCE_MUL:
11889 Opcode = ISD::VP_REDUCE_AND;
11891 case ISD::VP_REDUCE_ADD:
11894 Opcode = ISD::VP_REDUCE_XOR;
11896 case ISD::VP_REDUCE_SMAX:
11897 case ISD::VP_REDUCE_UMIN:
11901 Opcode = ISD::VP_REDUCE_AND;
11903 case ISD::VP_REDUCE_SMIN:
11904 case ISD::VP_REDUCE_UMAX:
11908 Opcode = ISD::VP_REDUCE_OR;
11916 if (VT != MVT::Glue) {
11920 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
11921 E->intersectFlagsWith(Flags);
11925 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
11926 createOperands(
N,
Ops);
11928 CSEMap.insert(
N, InsertToken);
11930 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
11931 createOperands(
N,
Ops);
11934 N->setFlags(Flags);
11945 Flags = Inserter->getFlags();
11959 Flags = Inserter->getFlags();
11969 for (
const auto &
Op :
Ops)
11971 "Operand is DELETED_NODE!");
11980 "Invalid add/sub overflow op!");
11982 Ops[0].getValueType() ==
Ops[1].getValueType() &&
11983 Ops[0].getValueType() == VTList.
VTs[0] &&
11984 "Binary operator types must match!");
11991 if (N2CV && N2CV->
isZero()) {
12022 "Invalid add/sub overflow op!");
12024 Ops[0].getValueType() ==
Ops[1].getValueType() &&
12025 Ops[0].getValueType() == VTList.
VTs[0] &&
12026 Ops[2].getValueType() == VTList.
VTs[1] &&
12027 "Binary operator types must match!");
12031 assert(VTList.
NumVTs == 2 &&
Ops.size() == 2 &&
"Invalid mul lo/hi op!");
12033 VTList.
VTs[0] ==
Ops[0].getValueType() &&
12034 VTList.
VTs[0] ==
Ops[1].getValueType() &&
12035 "Binary operator types must match!");
12041 unsigned OutWidth = Width * 2;
12042 APInt Val = LHS->getAPIntValue();
12045 Val = Val.
sext(OutWidth);
12046 Mul =
Mul.sext(OutWidth);
12048 Val = Val.
zext(OutWidth);
12049 Mul =
Mul.zext(OutWidth);
12061 assert(VTList.
NumVTs == 2 &&
Ops.size() == 1 &&
"Invalid ffrexp op!");
12063 VTList.
VTs[0] ==
Ops[0].getValueType() &&
"frexp type mismatch");
12071 DL, VTList.
VTs[1]);
12079 "Invalid STRICT_FP_EXTEND!");
12081 Ops[1].getValueType().isFloatingPoint() &&
"Invalid FP cast!");
12083 "STRICT_FP_EXTEND result type should be vector iff the operand "
12084 "type is vector!");
12087 Ops[1].getValueType().getVectorElementCount()) &&
12088 "Vector element count mismatch!");
12090 "Invalid fpext node, dst <= src!");
12093 assert(VTList.
NumVTs == 2 &&
Ops.size() == 3 &&
"Invalid STRICT_FP_ROUND!");
12095 "STRICT_FP_ROUND result type should be vector iff the operand "
12096 "type is vector!");
12099 Ops[1].getValueType().getVectorElementCount()) &&
12100 "Vector element count mismatch!");
12102 Ops[1].getValueType().isFloatingPoint() &&
12105 (
Ops[2]->getAsZExtVal() == 0 ||
Ops[2]->getAsZExtVal() == 1) &&
12106 "Invalid STRICT_FP_ROUND!");
12112 if (VTList.
VTs[VTList.
NumVTs-1] != MVT::Glue) {
12115 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
12116 E->intersectFlagsWith(Flags);
12120 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTList);
12121 createOperands(
N,
Ops);
12122 CSEMap.insert(
N, InsertToken);
12124 N = newSDNode<SDNode>(Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTList);
12125 createOperands(
N,
Ops);
12128 N->setFlags(Flags);
12180 EVT VTs[] = {VT1, VT2};
12185 EVT VTs[] = {VT1, VT2, VT3};
12190 EVT VTs[] = {VT1, VT2, VT3, VT4};
12195 auto It = VTLists.find(VTs);
12196 if (It == VTLists.end()) {
12197 EVT *Array = Allocator.Allocate<
EVT>(VTs.
size());
12199 It = VTLists.insert(
ArrayRef(Array, VTs.
size())).first;
12211 assert(
N->getNumOperands() == 1 &&
"Update with wrong number of operands");
12214 if (
Op ==
N->getOperand(0))
return N;
12218 if (
SDNode *Existing = FindModifiedNodeSlot(
N,
Op, InsertToken))
12223 if (!RemoveNodeFromCSEMaps(
N))
12227 N->OperandList[0].set(
Op);
12232 CSEMap.insert(
N, InsertToken);
12237 assert(
N->getNumOperands() == 2 &&
"Update with wrong number of operands");
12240 if (Op1 ==
N->getOperand(0) && Op2 ==
N->getOperand(1))
12245 if (
SDNode *Existing = FindModifiedNodeSlot(
N, Op1, Op2, InsertToken))
12250 if (!RemoveNodeFromCSEMaps(
N))
12254 if (
N->OperandList[0] != Op1)
12255 N->OperandList[0].set(Op1);
12256 if (
N->OperandList[1] != Op2)
12257 N->OperandList[1].set(Op2);
12262 CSEMap.insert(
N, InsertToken);
12282 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 };
12290 "Update with wrong number of operands");
12293 if (std::equal(
Ops.begin(),
Ops.end(),
N->op_begin()))
12298 if (
SDNode *Existing = FindModifiedNodeSlot(
N,
Ops, InsertToken))
12303 if (!RemoveNodeFromCSEMaps(
N))
12307 for (
unsigned i = 0; i !=
NumOps; ++i)
12308 if (
N->OperandList[i] !=
Ops[i])
12309 N->OperandList[i].set(
Ops[i]);
12314 CSEMap.insert(
N, InsertToken);
12331 if (NewMemRefs.
empty()) {
12337 if (NewMemRefs.
size() == 1) {
12338 N->MemRefs = NewMemRefs[0];
12344 Allocator.template Allocate<MachineMemOperand *>(NewMemRefs.
size());
12346 N->MemRefs = MemRefsBuffer;
12347 N->NumMemRefs =
static_cast<int>(NewMemRefs.
size());
12419 New->setNodeId(-1);
12439 unsigned Order = std::min(
N->getIROrder(), OLoc.
getIROrder());
12440 N->setIROrder(Order);
12464 if (VTs.
VTs[VTs.
NumVTs-1] != MVT::Glue) {
12467 if (
SDNode *ON = lookupNode(ID,
SDLoc(
N), InsertToken))
12468 return UpdateSDLocOnMergeSDNode(ON,
SDLoc(
N));
12471 if (!RemoveNodeFromCSEMaps(
N))
12476 N->ValueList = VTs.
VTs;
12486 if (Used->use_empty())
12487 DeadNodeSet.
insert(Used);
12492 MN->clearMemRefs();
12496 createOperands(
N,
Ops);
12500 if (!DeadNodeSet.
empty()) {
12502 for (
SDNode *
N : DeadNodeSet)
12503 if (
N->use_empty())
12509 CSEMap.insert(
N, InsertToken);
12514 unsigned OrigOpc =
Node->getOpcode();
12519#define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
12520 case ISD::STRICT_##DAGN: NewOpc = ISD::DAGN; break;
12521#define CMP_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
12522 case ISD::STRICT_##DAGN: NewOpc = ISD::SETCC; break;
12523#include "llvm/IR/ConstrainedOps.def"
12526 assert(
Node->getNumValues() == 2 &&
"Unexpected number of results!");
12534 for (
unsigned i = 1, e =
Node->getNumOperands(); i != e; ++i)
12535 Ops.push_back(
Node->getOperand(i));
12652 bool DoCSE = VTs.
VTs[VTs.
NumVTs-1] != MVT::Glue;
12658 if (
SDNode *E = lookupNode(ID,
DL, InsertToken)) {
12664 N = newSDNode<MachineSDNode>(~Opcode,
DL.getIROrder(),
DL.getDebugLoc(), VTs);
12665 createOperands(
N,
Ops);
12668 CSEMap.insert(
N, InsertToken);
12681 VT, Operand, SRIdxVal);
12691 VT, Operand, Subreg, SRIdxVal);
12699 bool AllowCommute) {
12702 Flags = Inserter->getFlags();
12709 bool AllowCommute) {
12710 if (VTList.
VTs[VTList.
NumVTs - 1] == MVT::Glue)
12714 SDNodeKey ID(Opcode, VTList, LookupOps);
12716 if (
SDNode *E = lookupNode(ID, InsertToken)) {
12717 E->intersectFlagsWith(Flags);
12726 if (AllowCommute && TLI->isCommutativeBinOp(Opcode))
12735 if (VTList.
VTs[VTList.
NumVTs - 1] != MVT::Glue) {
12738 if (lookupNode(ID,
SDLoc(), InsertToken))
12748 SDNode *
N,
unsigned R,
bool IsIndirect,
12751 "Expected inlined-at fields to agree");
12752 return new (DbgInfo->getAlloc())
12754 {}, IsIndirect,
DL, O,
12764 "Expected inlined-at fields to agree");
12765 return new (DbgInfo->getAlloc())
12778 "Expected inlined-at fields to agree");
12790 "Expected inlined-at fields to agree");
12791 return new (DbgInfo->getAlloc())
12793 Dependencies, IsIndirect,
DL, O,
12802 "Expected inlined-at fields to agree");
12803 return new (DbgInfo->getAlloc())
12805 {}, IsIndirect,
DL, O,
12813 unsigned O,
bool IsVariadic) {
12815 "Expected inlined-at fields to agree");
12816 return new (DbgInfo->getAlloc())
12817 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, Locs, Dependencies, IsIndirect,
12818 DL, O, IsVariadic);
12822 unsigned OffsetInBits,
unsigned SizeInBits,
12823 bool InvalidateDbg) {
12826 assert(FromNode && ToNode &&
"Can't modify dbg values");
12831 if (From == To || FromNode == ToNode)
12843 if (Dbg->isInvalidated())
12851 auto NewLocOps = Dbg->copyLocationOps();
12853 NewLocOps.begin(), NewLocOps.end(),
12855 bool Match = Op == FromLocOp;
12865 auto *Expr = Dbg->getExpression();
12871 if (
auto FI = Expr->getFragmentInfo())
12872 if (OffsetInBits + SizeInBits > FI->SizeInBits)
12881 auto AdditionalDependencies = Dbg->getAdditionalDependencies();
12884 Var, Expr, NewLocOps, AdditionalDependencies, Dbg->isIndirect(),
12885 Dbg->getDebugLoc(), std::max(ToNode->
getIROrder(), Dbg->getOrder()),
12886 Dbg->isVariadic());
12889 if (InvalidateDbg) {
12891 Dbg->setIsInvalidated();
12892 Dbg->setIsEmitted();
12898 "Transferred DbgValues should depend on the new SDNode");
12904 if (!
N.getHasDebugValue())
12907 auto GetLocationOperand = [](
SDNode *
Node,
unsigned ResNo) {
12915 if (DV->isInvalidated())
12917 switch (
N.getOpcode()) {
12927 Offset =
N.getConstantOperandVal(1);
12930 if (!RHSConstant && DV->isIndirect())
12937 auto *DIExpr = DV->getExpression();
12938 auto NewLocOps = DV->copyLocationOps();
12940 size_t OrigLocOpsSize = NewLocOps.size();
12941 for (
size_t i = 0; i < OrigLocOpsSize; ++i) {
12946 NewLocOps[i].getSDNode() != &
N)
12957 const auto *TmpDIExpr =
12965 NewLocOps.push_back(RHS);
12974 DV->isVariadic() || OrigLocOpsSize != NewLocOps.size();
12976 auto AdditionalDependencies = DV->getAdditionalDependencies();
12978 DV->getVariable(), DIExpr, NewLocOps, AdditionalDependencies,
12979 DV->isIndirect(), DV->getDebugLoc(), DV->getOrder(), IsVariadic);
12981 DV->setIsInvalidated();
12982 DV->setIsEmitted();
12984 N0.
getNode()->dumprFull(
this);
12985 dbgs() <<
" into " << *DIExpr <<
'\n');
12992 TypeSize ToSize =
N.getValueSizeInBits(0);
12996 auto NewLocOps = DV->copyLocationOps();
12998 for (
size_t i = 0; i < NewLocOps.size(); ++i) {
13000 NewLocOps[i].getSDNode() != &
N)
13012 DV->getAdditionalDependencies(), DV->isIndirect(),
13013 DV->getDebugLoc(), DV->getOrder(), DV->isVariadic());
13016 DV->setIsInvalidated();
13017 DV->setIsEmitted();
13019 dbgs() <<
" into " << *DbgExpression <<
'\n');
13026 assert((!Dbg->getSDNodes().empty() ||
13029 return Op.getKind() == SDDbgOperand::FRAMEIX;
13031 "Salvaged DbgValue should depend on a new SDNode");
13040 "Expected inlined-at fields to agree");
13041 return new (DbgInfo->getAlloc())
SDDbgLabel(Label,
DL, O);
13056 while (UI != UE &&
N == UI->
getUser())
13064 :
SelectionDAG::DAGUpdateListener(d), UI(ui), UE(ue) {}
13077 "Cannot replace with this method!");
13078 assert(From != To.
getNode() &&
"Cannot replace uses of with self");
13093 RAUWUpdateListener Listener(*
this, UI, UE);
13098 RemoveNodeFromCSEMaps(
User);
13113 AddModifiedNodeToCSEMaps(
User);
13129 for (
unsigned i = 0, e = From->
getNumValues(); i != e; ++i)
13132 "Cannot use this version of ReplaceAllUsesWith!");
13140 for (
unsigned i = 0, e = From->
getNumValues(); i != e; ++i)
13142 assert((i < To->getNumValues()) &&
"Invalid To location");
13151 RAUWUpdateListener Listener(*
this, UI, UE);
13156 RemoveNodeFromCSEMaps(
User);
13172 AddModifiedNodeToCSEMaps(
User);
13189 for (
unsigned i = 0, e = From->
getNumValues(); i != e; ++i) {
13199 RAUWUpdateListener Listener(*
this, UI, UE);
13204 RemoveNodeFromCSEMaps(
User);
13210 bool To_IsDivergent =
false;
13225 AddModifiedNodeToCSEMaps(
User);
13238 if (From == To)
return;
13254 RAUWUpdateListener Listener(*
this, UI, UE);
13257 bool UserRemovedFromCSEMaps =
false;
13274 if (!UserRemovedFromCSEMaps) {
13275 RemoveNodeFromCSEMaps(
User);
13276 UserRemovedFromCSEMaps =
true;
13286 if (!UserRemovedFromCSEMaps)
13291 AddModifiedNodeToCSEMaps(
User);
13310bool operator<(
const UseMemo &L,
const UseMemo &R) {
13311 return (intptr_t)L.User < (intptr_t)R.User;
13318 SmallVectorImpl<UseMemo> &
Uses;
13320 void NodeDeleted(SDNode *
N, SDNode *
E)
override {
13321 for (UseMemo &Memo :
Uses)
13322 if (Memo.User ==
N)
13323 Memo.User =
nullptr;
13327 RAUOVWUpdateListener(SelectionDAG &d, SmallVectorImpl<UseMemo> &uses)
13328 : SelectionDAG::DAGUpdateListener(d),
Uses(uses) {}
13335 switch (
Node->getOpcode()) {
13347 if (TLI->isSDNodeAlwaysUniform(
N)) {
13348 assert(!TLI->isSDNodeSourceOfDivergence(
N, FLI, UA) &&
13349 "Conflicting divergence information!");
13352 if (TLI->isSDNodeSourceOfDivergence(
N, FLI, UA))
13354 for (
const auto &
Op :
N->ops()) {
13355 EVT VT =
Op.getValueType();
13358 if (VT != MVT::Other &&
Op.getNode()->isDivergent() &&
13370 if (
N->SDNodeBits.IsDivergent != IsDivergent) {
13371 N->SDNodeBits.IsDivergent = IsDivergent;
13374 }
while (!Worklist.
empty());
13377void SelectionDAG::CreateTopologicalOrder(std::vector<SDNode *> &Order) {
13379 Order.reserve(AllNodes.size());
13381 unsigned NOps =
N.getNumOperands();
13384 Order.push_back(&
N);
13386 for (
size_t I = 0;
I != Order.size(); ++
I) {
13388 for (
auto *U :
N->users()) {
13389 unsigned &UnsortedOps = Degree[U];
13390 if (0 == --UnsortedOps)
13391 Order.push_back(U);
13396#if !defined(NDEBUG) && LLVM_ENABLE_ABI_BREAKING_CHECKS
13397void SelectionDAG::VerifyDAGDivergence() {
13398 std::vector<SDNode *> TopoOrder;
13399 CreateTopologicalOrder(TopoOrder);
13400 for (
auto *
N : TopoOrder) {
13402 "Divergence bit inconsistency detected");
13425 for (
unsigned i = 0; i != Num; ++i) {
13426 unsigned FromResNo = From[i].
getResNo();
13429 if (
Use.getResNo() == FromResNo) {
13431 Uses.push_back(Memo);
13438 RAUOVWUpdateListener Listener(*
this,
Uses);
13440 for (
unsigned UseIndex = 0, UseIndexEnd =
Uses.size();
13441 UseIndex != UseIndexEnd; ) {
13447 if (
User ==
nullptr) {
13453 RemoveNodeFromCSEMaps(
User);
13460 unsigned i =
Uses[UseIndex].Index;
13465 }
while (UseIndex != UseIndexEnd &&
Uses[UseIndex].
User ==
User);
13469 AddModifiedNodeToCSEMaps(
User);
13477 unsigned DAGSize = 0;
13493 unsigned Degree =
N.getNumOperands();
13496 N.setNodeId(DAGSize++);
13498 if (Q != SortedPos)
13499 SortedPos = AllNodes.insert(SortedPos, AllNodes.remove(Q));
13500 assert(SortedPos != AllNodes.end() &&
"Overran node list");
13504 N.setNodeId(Degree);
13516 unsigned Degree =
P->getNodeId();
13517 assert(Degree != 0 &&
"Invalid node degree");
13521 P->setNodeId(DAGSize++);
13522 if (
P->getIterator() != SortedPos)
13523 SortedPos = AllNodes.insert(SortedPos, AllNodes.remove(
P));
13524 assert(SortedPos != AllNodes.end() &&
"Overran node list");
13528 P->setNodeId(Degree);
13531 if (
Node.getIterator() == SortedPos) {
13535 dbgs() <<
"Overran sorted position:\n";
13537 dbgs() <<
"Checking if this is due to cycles\n";
13544 assert(SortedPos == AllNodes.end() &&
13545 "Topological sort incomplete!");
13547 "First node in topological sort is not the entry token!");
13548 assert(AllNodes.front().getNodeId() == 0 &&
13549 "First node in topological sort has non-zero id!");
13550 assert(AllNodes.front().getNumOperands() == 0 &&
13551 "First node in topological sort has operands!");
13552 assert(AllNodes.back().getNodeId() == (
int)DAGSize-1 &&
13553 "Last node in topologic sort has unexpected id!");
13554 assert(AllNodes.back().use_empty() &&
13555 "Last node in topologic sort has users!");
13562 SortedNodes.
clear();
13569 unsigned NumOperands =
N.getNumOperands();
13570 if (NumOperands == 0)
13574 RemainingOperands[&
N] = NumOperands;
13579 for (
unsigned i = 0U; i < SortedNodes.
size(); ++i) {
13580 const SDNode *
N = SortedNodes[i];
13581 for (
const SDNode *U :
N->users()) {
13586 unsigned &NumRemOperands = RemainingOperands[U];
13587 assert(NumRemOperands &&
"Invalid number of remaining operands");
13589 if (!NumRemOperands)
13594 assert(SortedNodes.
size() == AllNodes.size() &&
"Node count mismatch");
13596 "First node in topological sort is not the entry token");
13597 assert(SortedNodes.
front()->getNumOperands() == 0 &&
13598 "First node in topological sort has operands");
13604 for (
SDNode *SD : DB->getSDNodes()) {
13607 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue());
13608 SD->setHasDebugValue(
true);
13610 DbgInfo->add(DB, isParameter);
13623 if (OldChain == NewMemOpChain || OldChain.
use_empty())
13624 return NewMemOpChain;
13627 OldChain, NewMemOpChain);
13630 return TokenFactor;
13649 if (OutFunction !=
nullptr)
13657 std::string ErrorStr;
13659 ErrorFormatter <<
"Undefined external symbol ";
13660 ErrorFormatter <<
'"' << Symbol <<
'"';
13670 return Const !=
nullptr && Const->isZero();
13679 return Const !=
nullptr && Const->isZero() && !Const->isNegative();
13684 return Const !=
nullptr && Const->isAllOnes();
13689 return Const !=
nullptr && Const->isOne();
13694 return Const !=
nullptr && Const->isMinSignedValue();
13698 SDValue V,
unsigned OperandNo,
13699 unsigned Depth)
const {
13706 unsigned OperandNo,
unsigned Depth)
const {
13709 if (V.getValueType().isInteger()) {
13711 if (
Known.isConstant()) {
13718 return Const.isZero();
13720 return Const.isOne();
13723 return Const.isAllOnes();
13725 return Const.isMinSignedValue();
13727 return Const.isMaxSignedValue();
13732 return OperandNo == 1 && Const.isZero();
13735 return OperandNo == 1 && Const.isOne();
13741 return ConstFP->isZero() &&
13742 (Flags.hasNoSignedZeros() || ConstFP->isNegative());
13744 return OperandNo == 1 && ConstFP->isZero() &&
13745 (Flags.hasNoSignedZeros() || !ConstFP->isNegative());
13747 return ConstFP->isOne();
13749 return OperandNo == 1 && ConstFP->isOne();
13756 EVT VT = V.getValueType();
13764 return ConstFP->isExactlyValue(NeutralAF);
13769 const APFloat &VAPF = ConstFP->getValueAPF();
13771 if (Flags.hasNoInfs())
13787 while (V.getOpcode() ==
ISD::BITCAST && V.getOperand(0).hasOneUse())
13806 !DemandedElts[IndexC->getZExtValue()]) {
13825 unsigned NumBits = V.getScalarValueSizeInBits();
13828 return C && (
C->getAPIntValue().
countr_one() >= NumBits);
13832 bool AllowTruncation) {
13839 bool AllowTruncation) {
13846 EVT VecEltVT =
N->getValueType(0).getVectorElementType();
13848 EVT CVT = CN->getValueType(0);
13849 assert(CVT.
bitsGE(VecEltVT) &&
"Illegal splat_vector element extension");
13850 if (AllowTruncation || CVT == VecEltVT)
13857 ConstantSDNode *CN = BV->getConstantSplatNode(DemandedElts, &UndefElements);
13862 if (CN && (UndefElements.
none() || AllowUndefs)) {
13864 EVT NSVT =
N.getValueType().getScalarType();
13865 assert(CVT.
bitsGE(NSVT) &&
"Illegal build vector element extension");
13866 if (AllowTruncation || (CVT == NSVT))
13880 const APInt &DemandedElts,
13881 bool AllowUndefs) {
13888 BV->getConstantFPSplatNode(DemandedElts, &UndefElements);
13890 if (CN && (UndefElements.
none() || AllowUndefs))
13905 return C &&
C->isZero();
13911 return C &&
C->isOne();
13916 return C &&
C->isOne();
13921 unsigned BitWidth =
N.getScalarValueSizeInBits();
13924 return C &&
C->getAPIntValue().countTrailingOnes() >=
BitWidth;
13930 APInt(
C->getAPIntValue().getBitWidth(), 1));
13936 return C &&
C->isZero();
13941 return C &&
C->isZero();
13952 bool IsVolatile =
false;
13953 bool IsNonTemporal =
false;
13954 bool IsDereferenceable =
true;
13955 bool IsInvariant =
true;
13957 IsVolatile |= MMO->isVolatile();
13958 IsNonTemporal |= MMO->isNonTemporal();
13959 IsDereferenceable &= MMO->isDereferenceable();
13960 IsInvariant &= MMO->isInvariant();
13980 std::vector<EVT> VTs;
13993const EVT *SDNode::getValueTypeList(
MVT VT) {
13994 static EVTArray SimpleVTArray;
13997 return &SimpleVTArray.VTs[VT.
SimpleTy];
14006 if (U.getResNo() ==
Value)
14044 return any_of(
N->op_values(),
14045 [
this](
SDValue Op) { return this == Op.getNode(); });
14059 unsigned Depth)
const {
14060 if (*
this == Dest)
return true;
14064 if (
Depth == 0)
return false;
14084 return Op.reachesChainWithoutSideEffects(Dest, Depth - 1);
14090 if (Ld->isUnordered())
14091 return Ld->getChain().reachesChainWithoutSideEffects(Dest,
Depth-1);
14104 this->Flags &= Flags;
14110 bool AllowPartials) {
14125 unsigned CandidateBinOp =
Op.getOpcode();
14126 if (
Op.getValueType().isFloatingPoint()) {
14128 switch (CandidateBinOp) {
14130 if (!Flags.hasNoSignedZeros() || !Flags.hasAllowReassociation())
14140 auto PartialReduction = [&](
SDValue Op,
unsigned NumSubElts) {
14141 if (!AllowPartials || !
Op)
14143 EVT OpVT =
Op.getValueType();
14146 if (TLI->getExtractSubvectorCost(SubVT, OpVT, 0) >
14166 unsigned Stages =
Log2_32(
Op.getValueType().getVectorNumElements());
14168 for (
unsigned i = 0; i < Stages; ++i) {
14169 unsigned MaskEnd = (1 << i);
14171 if (
Op.getOpcode() != CandidateBinOp)
14172 return PartialReduction(PrevOp, MaskEnd);
14188 return PartialReduction(PrevOp, MaskEnd);
14191 for (
int Index = 0; Index < (int)MaskEnd; ++Index)
14192 if (Shuffle->
getMaskElt(Index) != (
int)(MaskEnd + Index))
14193 return PartialReduction(PrevOp, MaskEnd);
14200 while (
Op.getOpcode() == CandidateBinOp) {
14201 unsigned NumElts =
Op.getValueType().getVectorNumElements();
14210 if (NumSrcElts != (2 * NumElts))
14225 EVT VT =
N->getValueType(0);
14232 assert(NE &&
"Nothing to unroll!");
14238 else if (NE > ResNE)
14241 if (
N->getNumValues() == 2) {
14244 EVT VT1 =
N->getValueType(1);
14248 for (i = 0; i != NE; ++i) {
14249 for (
unsigned j = 0, e =
N->getNumOperands(); j != e; ++j) {
14250 SDValue Operand =
N->getOperand(j);
14263 for (; i < ResNE; ++i) {
14277 assert(
N->getNumValues() == 1 &&
14278 "Can't unroll a vector with multiple results!");
14284 for (i= 0; i != NE; ++i) {
14285 for (
unsigned j = 0, e =
N->getNumOperands(); j != e; ++j) {
14286 SDValue Operand =
N->getOperand(j);
14298 switch (
N->getOpcode()) {
14328 ASC->getDestAddressSpace(), ASC->getFlags()));
14334 for (; i < ResNE; ++i)
14345 unsigned Opcode =
N->getOpcode();
14349 "Expected an overflow opcode");
14351 EVT ResVT =
N->getValueType(0);
14352 EVT OvVT =
N->getValueType(1);
14361 else if (NE > ResNE)
14373 for (
unsigned i = 0; i < NE; ++i) {
14374 SDValue Res =
getNode(Opcode, dl, VTs, LHSScalars[i], RHSScalars[i]);
14395 unsigned Bytes,
int Dist,
14397 if (LS->isVolatile() ||
Base->isVolatile())
14400 if (!LS->isSimple())
14402 if (LS->isIndexed() ||
Base->isIndexed())
14404 if (LS->getChain() !=
Base->getChain())
14406 EVT VT = LS->getMemoryVT();
14414 if (BaseLocDecomp.equalBaseIndex(LocDecomp, DAG,
Offset))
14415 return (Dist * (int64_t)Bytes ==
Offset);
14438 int64_t GVOffset = 0;
14439 if (TLI->isGAPlusOffset(Ptr.
getNode(), GV, GVOffset)) {
14443 unsigned AlignBits =
Known.countMinTrailingZeros();
14450 int FrameIdx = INT_MIN;
14451 int64_t FrameOffset = 0;
14453 FrameIdx = FI->getIndex();
14461 if (FrameIdx != INT_MIN) {
14466 return std::nullopt;
14476 "Split node must be a scalar type");
14481 return std::make_pair(
Lo,
Hi);
14490 LoVT = HiVT = TLI->getTypeToTransformTo(*
getContext(), VT);
14494 return std::make_pair(LoVT, HiVT);
14502 bool *HiIsEmpty)
const {
14512 "Mixing fixed width and scalable vectors when enveloping a type");
14517 *HiIsEmpty =
false;
14525 return std::make_pair(LoVT, HiVT);
14530std::pair<SDValue, SDValue>
14535 "Splitting vector with an invalid mixture of fixed and scalable "
14538 N.getValueType().getVectorMinNumElements() &&
14539 "More vector elements requested than available!");
14547 return std::make_pair(
Lo,
Hi);
14554 EVT VT =
N.getValueType();
14556 "Expecting the mask to be an evenly-sized vector");
14561 return std::make_pair(
Lo,
Hi);
14566 EVT VT =
N.getValueType();
14574 unsigned Start,
unsigned Count,
14576 EVT VT =
Op.getValueType();
14579 if (EltVT ==
EVT())
14582 for (
unsigned i = Start, e = Start +
Count; i != e; ++i) {
14594 return Val.MachineCPVal->getType();
14595 return Val.ConstVal->getType();
14599 unsigned &SplatBitSize,
14600 bool &HasAnyUndefs,
14601 unsigned MinSplatBits,
14602 bool IsBigEndian)
const {
14606 if (MinSplatBits > VecWidth)
14611 SplatValue =
APInt(VecWidth, 0);
14612 SplatUndef =
APInt(VecWidth, 0);
14619 assert(
NumOps > 0 &&
"isConstantSplat has 0-size build vector");
14622 for (
unsigned j = 0; j <
NumOps; ++j) {
14623 unsigned i = IsBigEndian ?
NumOps - 1 - j : j;
14625 unsigned BitPos = j * EltWidth;
14628 SplatUndef.
setBits(BitPos, BitPos + EltWidth);
14630 SplatValue.
insertBits(CN->getAPIntValue().zextOrTrunc(EltWidth), BitPos);
14632 SplatValue.
insertBits(CN->getValueAPF().bitcastToAPInt(), BitPos);
14639 HasAnyUndefs = (SplatUndef != 0);
14642 while (VecWidth > 8) {
14647 unsigned HalfSize = VecWidth / 2;
14654 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) ||
14655 MinSplatBits > HalfSize)
14658 SplatValue = HighValue | LowValue;
14659 SplatUndef = HighUndef & LowUndef;
14661 VecWidth = HalfSize;
14670 SplatBitSize = VecWidth;
14677 if (UndefElements) {
14678 UndefElements->
clear();
14685 for (
unsigned i = 0; i !=
NumOps; ++i) {
14686 if (!DemandedElts[i])
14689 if (
Op.isUndef()) {
14691 (*UndefElements)[i] =
true;
14692 }
else if (!Splatted) {
14694 }
else if (Splatted !=
Op) {
14700 unsigned FirstDemandedIdx = DemandedElts.
countr_zero();
14702 "Can only have a splat without a constant for all undefs.");
14719 if (UndefElements) {
14720 UndefElements->
clear();
14731 (*UndefElements)[
I] =
true;
14734 for (
unsigned SeqLen = 1; SeqLen <
NumOps; SeqLen *= 2) {
14735 Sequence.append(SeqLen,
SDValue());
14736 for (
unsigned I = 0;
I !=
NumOps; ++
I) {
14737 if (!DemandedElts[
I])
14739 SDValue &SeqOp = Sequence[
I % SeqLen];
14741 if (
Op.isUndef()) {
14746 if (SeqOp && !SeqOp.
isUndef() && SeqOp !=
Op) {
14752 if (!Sequence.empty())
14756 assert(Sequence.empty() &&
"Failed to empty non-repeating sequence pattern");
14797 const APFloat &APF = CN->getValueAPF();
14803 return IntVal.exactLogBase2();
14809 bool IsLittleEndian,
unsigned DstEltSizeInBits,
14817 assert(((NumSrcOps * SrcEltSizeInBits) % DstEltSizeInBits) == 0 &&
14818 "Invalid bitcast scale");
14823 BitVector SrcUndeElements(NumSrcOps,
false);
14825 for (
unsigned I = 0;
I != NumSrcOps; ++
I) {
14827 if (
Op.isUndef()) {
14828 SrcUndeElements.
set(
I);
14833 assert((CInt || CFP) &&
"Unknown constant");
14834 SrcBitElements[
I] = CInt ? CInt->getAPIntValue().trunc(SrcEltSizeInBits)
14835 : CFP->getValueAPF().bitcastToAPInt();
14839 recastRawBits(IsLittleEndian, DstEltSizeInBits, RawBitElements,
14840 SrcBitElements, UndefElements, SrcUndeElements);
14845 unsigned DstEltSizeInBits,
14850 unsigned NumSrcOps = SrcBitElements.
size();
14851 unsigned SrcEltSizeInBits = SrcBitElements[0].getBitWidth();
14852 assert(((NumSrcOps * SrcEltSizeInBits) % DstEltSizeInBits) == 0 &&
14853 "Invalid bitcast scale");
14854 assert(NumSrcOps == SrcUndefElements.
size() &&
14855 "Vector size mismatch");
14857 unsigned NumDstOps = (NumSrcOps * SrcEltSizeInBits) / DstEltSizeInBits;
14858 DstUndefElements.
clear();
14859 DstUndefElements.
resize(NumDstOps,
false);
14863 if (SrcEltSizeInBits <= DstEltSizeInBits) {
14864 unsigned Scale = DstEltSizeInBits / SrcEltSizeInBits;
14865 for (
unsigned I = 0;
I != NumDstOps; ++
I) {
14866 DstUndefElements.
set(
I);
14867 APInt &DstBits = DstBitElements[
I];
14868 for (
unsigned J = 0; J != Scale; ++J) {
14869 unsigned Idx = (
I * Scale) + (IsLittleEndian ? J : (Scale - J - 1));
14870 if (SrcUndefElements[Idx])
14872 DstUndefElements.
reset(
I);
14873 const APInt &SrcBits = SrcBitElements[Idx];
14875 "Illegal constant bitwidths");
14876 DstBits.
insertBits(SrcBits, J * SrcEltSizeInBits);
14883 unsigned Scale = SrcEltSizeInBits / DstEltSizeInBits;
14884 for (
unsigned I = 0;
I != NumSrcOps; ++
I) {
14885 if (SrcUndefElements[
I]) {
14886 DstUndefElements.
set(
I * Scale, (
I + 1) * Scale);
14889 const APInt &SrcBits = SrcBitElements[
I];
14890 for (
unsigned J = 0; J != Scale; ++J) {
14891 unsigned Idx = (
I * Scale) + (IsLittleEndian ? J : (Scale - J - 1));
14892 APInt &DstBits = DstBitElements[Idx];
14893 DstBits = SrcBits.
extractBits(DstEltSizeInBits, J * DstEltSizeInBits);
14900 unsigned Opc =
Op.getOpcode();
14907std::optional<std::pair<APInt, APInt>>
14911 return std::nullopt;
14914 APInt Start, Stride;
14915 int FirstIdx = -1, SecondIdx = -1;
14919 for (
unsigned I = 0;
I <
NumOps; ++
I) {
14924 return std::nullopt;
14927 if (FirstIdx < 0) {
14930 }
else if (SecondIdx < 0) {
14936 unsigned IdxDiff =
I - FirstIdx;
14937 APInt ValDiff = Val - Start;
14942 return std::nullopt;
14943 IdxDiff >>= CommonPow2Bits;
14951 return std::nullopt;
14954 Start -= Stride * FirstIdx;
14957 if (Val != Start + Stride *
I)
14958 return std::nullopt;
14964 return std::nullopt;
14966 return std::make_pair(Start, Stride);
14972 for (i = 0, e = Mask.size(); i != e && Mask[i] < 0; ++i)
14982 for (
int Idx = Mask[i]; i != e; ++i)
14983 if (Mask[i] >= 0 && Mask[i] != Idx)
14991 SDValue N,
bool AllowOpaques)
const {
14995 return AllowOpaques || !
C->isOpaque();
15004 TLI->isOffsetFoldingLegal(GA))
15032 return std::nullopt;
15034 EVT VT =
N->getValueType(0);
15036 switch (TLI->getBooleanContents(
N.getValueType())) {
15042 return std::nullopt;
15048 return std::nullopt;
15056 assert(!
Node->OperandList &&
"Node already has operands");
15058 "too many operands to fit into SDNode");
15059 SDUse *
Ops = OperandRecycler.allocate(
15062 bool IsDivergent =
false;
15063 for (
unsigned I = 0;
I != Vals.
size(); ++
I) {
15065 Ops[
I].setInitial(Vals[
I]);
15066 EVT VT =
Ops[
I].getValueType();
15069 if (VT != MVT::Other &&
15072 IsDivergent =
true;
15077 if (!TLI->isSDNodeAlwaysUniform(Node)) {
15078 IsDivergent |= TLI->isSDNodeSourceOfDivergence(Node, FLI, UA);
15079 Node->SDNodeBits.IsDivergent = IsDivergent;
15087 while (Vals.
size() > Limit) {
15088 unsigned SliceIdx = Vals.
size() - Limit;
15160 "Unexpected opcode");
15181 const SDLoc &DLoc) {
15185 RTLIB::LibcallImpl LibcallImpl =
15186 Libcalls->getLibcallImpl(
static_cast<RTLIB::Libcall
>(LibFunc));
15187 if (LibcallImpl == RTLIB::Unsupported)
15194 Libcalls->getLibcallImplCallingConv(LibcallImpl),
15196 return TLI->LowerCallTo(CLI).second;
15200 assert(From && To &&
"Invalid SDNode; empty source SDValue?");
15201 auto I = SDEI.find(From);
15202 if (
I == SDEI.end())
15207 NodeExtraInfo NEI =
I->second;
15216 SDEI[To] = std::move(NEI);
15233 auto VisitFrom = [&](
auto &&Self,
const SDNode *
N,
int MaxDepth) {
15234 if (MaxDepth == 0) {
15240 if (!FromReach.
insert(
N).second)
15243 Self(Self,
Op.getNode(), MaxDepth - 1);
15248 auto DeepCopyTo = [&](
auto &&Self,
const SDNode *
N) {
15251 if (!Visited.
insert(
N).second)
15256 if (
N == To &&
Op.getNode() == EntrySDN) {
15261 if (!Self(Self,
Op.getNode()))
15265 SDEI[
N] = std::move(NEI);
15275 for (
int PrevDepth = 0, MaxDepth = 16; MaxDepth <= 1024;
15276 PrevDepth = MaxDepth, MaxDepth *= 2, Visited.
clear()) {
15281 for (
const SDNode *
N : StartFrom)
15282 VisitFrom(VisitFrom,
N, MaxDepth - PrevDepth);
15286 LLVM_DEBUG(
dbgs() << __func__ <<
": MaxDepth=" << MaxDepth <<
" too low\n");
15294 errs() <<
"warning: incomplete propagation of SelectionDAG::NodeExtraInfo\n";
15295 assert(
false &&
"From subgraph too complex - increase max. MaxDepth?");
15297 SDEI[To] = std::move(NEI);
15314 APInt MaxNElts = MinNElts.
umul_ov(MaxVScale, Overflow);
15324 "Element count mismatch!");
15348 if (!Visited.
insert(
N).second) {
15349 errs() <<
"Detected cycle in SelectionDAG\n";
15350 dbgs() <<
"Offending node:\n";
15351 N->dumprFull(DAG);
dbgs() <<
"\n";
15367 bool check = force;
15368#ifdef EXPENSIVE_CHECKS
15372 assert(
N &&
"Checking nonexistent SDNode");
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static bool isConstant(const MachineInstr &MI)
This file declares a class to represent arbitrary precision floating point values and provide a varie...
This file implements a class to represent arbitrary precision integral constant values and operations...
This file implements the APSInt class, which is a simple class that represents an arbitrary sized int...
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Function Alias Analysis Results
This file implements the BitVector class.
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< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-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...
#define __asan_unpoison_memory_region(p, size)
#define LLVM_LIKELY(EXPR)
This file contains the declarations for the subclasses of Constant, which represent the different fla...
This file defines the DenseSet and SmallDenseSet classes.
This file contains constants used for implementing Dwarf debug support.
This file defines a hash set that can be used to remove duplication of nodes in a graph.
static MaybeAlign getAlign(Value *Ptr)
std::pair< Instruction::BinaryOps, Value * > OffsetOp
Find all possible pairs (BinOp, RHS) that BinOp V, RHS can be simplified.
static constexpr Value * getValue(Ty &ValueOrUse)
const size_t AbstractManglingParser< Derived, Alloc >::NumOps
const AbstractManglingParser< Derived, Alloc >::OperatorInfo AbstractManglingParser< Derived, Alloc >::Ops[]
static Register getMemsetValue(Register Val, LLT Ty, MachineIRBuilder &MIB)
static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, AssumptionCache *AC)
static Align getPrefTypeAlign(EVT VT, SelectionDAG &DAG)
static bool isConstantSplatVector(SDValue N, APInt &SplatValue, unsigned MinSizeInBits)
This file declares the MachineConstantPool class which is an abstract constant pool to keep track of ...
Register const TargetRegisterInfo * TRI
This file provides utility analysis objects describing memory locations.
static MCRegister getReg(const MCDisassembler *D, unsigned RC, unsigned RegNo)
ConstantRange Range(APInt(BitWidth, Low), APInt(BitWidth, High))
PowerPC Reduce CR logical Operation
const SmallVectorImpl< MachineOperand > & Cond
Remove Loads Into Fake Uses
static bool isValid(const char C)
Returns true if C is a valid mangled character: <0-9a-zA-Z_>.
Contains matchers for matching SelectionDAG nodes and values.
static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow)
static bool shouldLowerMemFuncForSize(const MachineFunction &MF, SelectionDAG &DAG)
static SDValue getFixedOrScalableQuantity(SelectionDAG &DAG, const SDLoc &DL, EVT VT, Ty Quantity)
static std::pair< SDValue, SDValue > getRuntimeCallSDValueHelper(SDValue Chain, const SDLoc &dl, TargetLowering::ArgListTy &&Args, const CallInst *CI, RTLIB::Libcall Call, SelectionDAG *DAG, const TargetLowering *TLI)
static SDValue getMemsetStores(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, Align Alignment, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, const AAMDNodes &AAInfo)
Lower the call to 'memset' intrinsic function into a series of store operations.
static std::optional< APInt > FoldValueWithUndef(unsigned Opcode, const APInt &C1, bool IsUndef1, const APInt &C2, bool IsUndef2)
static SDValue FoldSTEP_VECTOR(const SDLoc &DL, EVT VT, SDValue Step, SelectionDAG &DAG)
static cl::opt< int > VScaleUnrollLimit("vscale-unroll-limit", cl::desc("Maximum vscale for which vector unrolling is allowed."), cl::Hidden, cl::init(64))
static SDValue getMemsetStringVal(EVT VT, const SDLoc &dl, SelectionDAG &DAG, const TargetLowering &TLI, const ConstantDataArraySlice &Slice)
getMemsetStringVal - Similar to getMemsetValue.
static cl::opt< bool > EnableMemCpyDAGOpt("enable-memcpy-dag-opt", cl::Hidden, cl::init(true), cl::desc("Gang up loads and stores generated by inlining of memcpy"))
static bool haveNoCommonBitsSetCommutative(SDValue A, SDValue B)
static void AddNodeIDNode(FoldingSetNodeID &ID, const SDNode *N)
Serialize a node the way SDNodes were uniqued before SDNodeKey, to cross-check the typed comparison a...
static void commuteShuffle(SDValue &N1, SDValue &N2, MutableArrayRef< int > M)
Swaps the values of N1 and N2.
static bool isMemSrcFromConstant(SDValue Src, ConstantDataArraySlice &Slice)
Returns true if memcpy source is constant data.
static ISD::CondCode getSetCCInverseImpl(ISD::CondCode Op, bool isIntegerLike)
static bool doNotCSE(SDNode *N)
doNotCSE - Return true if CSE should not be performed for this node.
static cl::opt< int > MaxLdStGlue("ldstmemcpy-glue-max", cl::desc("Number limit for gluing ld/st of memcpy."), cl::Hidden, cl::init(0))
static APInt getIntegerIdentity(unsigned Opcode, unsigned BitWidth)
static SDValue foldCONCAT_VECTORS(const SDLoc &DL, EVT VT, ArrayRef< SDValue > Ops, SelectionDAG &DAG)
Try to simplify vector concatenation to an input value, undef, or build vector.
static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, SelectionDAG &DAG, SDValue Ptr, int64_t Offset=0)
InferPointerInfo - If the specified ptr/offset is a frame index, infer a MachinePointerInfo record fr...
static bool isInTailCallPositionWrapper(const CallInst *CI, const SelectionDAG *SelDAG, bool AllowReturnsFirstArg)
static bool keyMatches(const SDNodeKey &Key, const SDNode &N)
static bool areNonVolatileConsecutiveLoadsOrStores(LSBaseSDNode *LS, LSBaseSDNode *Base, unsigned Bytes, int Dist, const SelectionDAG &DAG)
static bool gluePropagatesDivergence(const SDNode *Node)
Return true if a glue output should propagate divergence information.
static void AddNodeIDCustom(FoldingSetNodeID &ID, const SDNode *N, unsigned Opc)
If this is an SDNode with special info, add this info to the NodeID data.
static void NewSDValueDbgMsg(SDValue V, StringRef Msg, SelectionDAG *G)
static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs)
makeVTList - Return an instance of the SDVTList struct initialized with the specified members.
static void checkForCyclesHelper(const SDNode *N, SmallPtrSetImpl< const SDNode * > &Visited, SmallPtrSetImpl< const SDNode * > &Checked, const llvm::SelectionDAG *DAG)
static void chainLoadsAndStoresForMemcpy(SelectionDAG &DAG, const SDLoc &dl, SmallVector< SDValue, 32 > &OutChains, unsigned From, unsigned To, SmallVector< SDValue, 16 > &OutLoadChains, SmallVector< SDValue, 16 > &OutStoreChains)
static int isSignedOp(ISD::CondCode Opcode)
For an integer comparison, return 1 if the comparison is a signed operation and 2 if the result is an...
static std::optional< APInt > FoldValue(unsigned Opcode, const APInt &C1, const APInt &C2)
static SDValue FoldBUILD_VECTOR(const SDLoc &DL, EVT VT, ArrayRef< SDValue > Ops, SelectionDAG &DAG)
static void checkAddrSpaceIsValidForLibcall(const TargetLowering *TLI, unsigned AS)
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 APInt getDemandAllEltsMask(SDValue V)
Construct a DemandedElts mask which demands all elements of V.
static SDValue getMemcpyLoadsAndStores(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, Align DstAlign, Align SrcAlign, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo, const AAMDNodes &AAInfo, BatchAAResults *BatchAA, const MDNode *DstMemCacheHint, const MDNode *SrcMemCacheHint)
static SDValue getMemmoveLoadsAndStores(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, Align DstAlign, Align SrcAlign, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo, const AAMDNodes &AAInfo)
This file defines the SmallPtrSet class.
This file defines the SmallVector class.
static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")
static SymbolRef::Type getType(const Symbol *Sym)
This file describes how to lower LLVM code to machine code.
static void removeOperands(MachineInstr &MI, unsigned i)
static OverflowResult mapOverflowResult(ConstantRange::OverflowResult OR)
Convert ConstantRange OverflowResult into ValueTracking OverflowResult.
static int Lookup(ArrayRef< TableEntry > Table, unsigned Opcode)
static unsigned getSize(unsigned Kind)
static const fltSemantics & IEEEsingle()
cmpResult
IEEE-754R 5.11: Floating Point Comparison Relations.
static constexpr roundingMode rmTowardZero
static const fltSemantics & BFloat()
static const fltSemantics & IEEEquad()
static const fltSemantics & IEEEdouble()
static constexpr roundingMode rmTowardNegative
static constexpr roundingMode rmNearestTiesToEven
static constexpr roundingMode rmTowardPositive
static const fltSemantics & IEEEhalf()
opStatus
IEEE-754R 7: Default exception handling.
static APFloat getQNaN(const fltSemantics &Sem, bool Negative=false, const APInt *payload=nullptr)
Factory for QNaN values.
opStatus divide(const APFloat &RHS, roundingMode RM)
void copySign(const APFloat &RHS)
LLVM_ABI opStatus convert(const fltSemantics &ToSemantics, roundingMode RM, bool *losesInfo)
opStatus subtract(const APFloat &RHS, roundingMode RM)
opStatus add(const APFloat &RHS, roundingMode RM)
opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM)
opStatus multiply(const APFloat &RHS, roundingMode RM)
LLVM_READONLY bool isOne() const
static APFloat getLargest(const fltSemantics &Sem, bool Negative=false)
Returns the largest finite number in the given semantics.
opStatus convertToInteger(MutableArrayRef< integerPart > Input, unsigned int Width, bool IsSigned, roundingMode RM, bool *IsExact) const
static APFloat getInf(const fltSemantics &Sem, bool Negative=false)
Factory for Positive and Negative Infinity.
opStatus mod(const APFloat &RHS)
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 umul_ov(const APInt &RHS, bool &Overflow) const
LLVM_ABI APInt usub_sat(const APInt &RHS) const
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.
void clearBit(unsigned BitPosition)
Set a given bit to 0.
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.
unsigned popcount() const
Count the number of bits set.
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.
void setBit(unsigned BitPosition)
Set the given bit to 1 whose position is given as "bitPosition".
APInt abs() const
Get the absolute value.
LLVM_ABI APInt sadd_sat(const APInt &RHS) const
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.
unsigned getBitWidth() const
Return the number of bits in the APInt.
bool ult(const APInt &RHS) const
Unsigned less than comparison.
static APInt getSignedMaxValue(unsigned numBits)
Gets maximum signed value of APInt for a specific bit width.
bool isNegative() const
Determine sign of this APInt.
LLVM_ABI APInt sdiv(const APInt &RHS) const
Signed division function for APInt.
LLVM_ABI APInt rotr(unsigned rotateAmt) const
Rotate right by rotateAmt.
LLVM_ABI APInt reverseBits() const
void ashrInPlace(unsigned ShiftAmt)
Arithmetic right-shift this APInt by ShiftAmt in place.
bool sle(const APInt &RHS) const
Signed less or equal comparison.
unsigned countr_zero() const
Count the number of trailing zero bits.
unsigned getNumSignBits() const
Computes the number of leading bits of this APInt that are equal to its sign bit.
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.
LLVM_ABI APInt sshl_sat(const APInt &RHS) const
LLVM_ABI APInt ushl_sat(const APInt &RHS) const
LLVM_ABI APInt sextOrTrunc(unsigned width) const
Sign extend or truncate to width.
static bool isSameValue(const APInt &I1, const APInt &I2, bool SignedCompare=false)
Determine if two APInts have the same value, after zero-extending or sign-extending (if SignedCompare...
LLVM_ABI APInt rotl(unsigned rotateAmt) const
Rotate left by rotateAmt.
LLVM_ABI void insertBits(const APInt &SubBits, unsigned bitPosition)
Insert the bits from a smaller APInt starting at bitPosition.
unsigned logBase2() const
LLVM_ABI APInt uadd_sat(const APInt &RHS) const
APInt ashr(unsigned ShiftAmt) const
Arithmetic right-shift function.
LLVM_ABI APInt multiplicativeInverse() const
LLVM_ABI APInt srem(const APInt &RHS) const
Function for signed remainder operation.
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.
LLVM_ABI APInt byteSwap() const
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 getZero(unsigned numBits)
Get the '0' value for the specified bit-width.
LLVM_ABI APInt extractBits(unsigned numBits, unsigned bitPosition) const
Return an APInt with the extracted bits [bitPosition,bitPosition+numBits).
bool sge(const APInt &RHS) const
Signed greater or equal comparison.
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 lshrInPlace(unsigned ShiftAmt)
Logical right-shift this APInt by ShiftAmt in place.
APInt lshr(unsigned shiftAmt) const
Logical right-shift function.
bool uge(const APInt &RHS) const
Unsigned greater or equal comparison.
LLVM_ABI APInt ssub_sat(const APInt &RHS) const
An arbitrary precision integer that knows its signedness.
unsigned getSrcAddressSpace() const
unsigned getDestAddressSpace() const
static Capacity get(size_t N)
Get the capacity of an array that can hold at least N elements.
Represent a constant reference to an array (0 or more elements consecutively in memory),...
size_t size() const
Get the array size.
bool empty() const
Check if the array is empty.
static LLVM_ABI BaseIndexOffset match(const SDNode *N, const SelectionDAG &DAG)
Parses tree in N for base, index, offset addresses.
This class is a wrapper over an AAResults, and it is intended to be used only when there are no IR ch...
bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal=false)
BitVector & reset()
Reset all bits in the bitvector.
void resize(unsigned N, bool t=false)
Grow or shrink the bitvector.
void clear()
Removes all bits from the bitvector.
BitVector & set()
Set all bits in the bitvector.
bool none() const
Returns true if none of the bits are set.
size_type size() const
Returns the number of bits in this bitvector.
int64_t getOffset() const
unsigned getTargetFlags() const
const BlockAddress * getBlockAddress() const
The address of a basic block.
BlockFrequencyInfo pass uses BlockFrequencyInfoImpl implementation to estimate IR basic block frequen...
A "pseudo-class" with methods for operating on BUILD_VECTORs.
LLVM_ABI bool getConstantRawBits(bool IsLittleEndian, unsigned DstEltSizeInBits, SmallVectorImpl< APInt > &RawBitElements, BitVector &UndefElements) const
Extract the raw bit data from a build vector of Undef, Constant or ConstantFP node elements.
static LLVM_ABI void recastRawBits(bool IsLittleEndian, unsigned DstEltSizeInBits, SmallVectorImpl< APInt > &DstBitElements, ArrayRef< APInt > SrcBitElements, BitVector &DstUndefElements, const BitVector &SrcUndefElements)
Recast bit data SrcBitElements to DstEltSizeInBits wide elements.
LLVM_ABI bool getRepeatedSequence(const APInt &DemandedElts, SmallVectorImpl< SDValue > &Sequence, BitVector *UndefElements=nullptr) const
Find the shortest repeating sequence of values in the build vector.
LLVM_ABI ConstantFPSDNode * getConstantFPSplatNode(const APInt &DemandedElts, BitVector *UndefElements=nullptr) const
Returns the demanded splatted constant FP or null if this is not a constant FP splat.
LLVM_ABI SDValue getSplatValue(const APInt &DemandedElts, BitVector *UndefElements=nullptr) const
Returns the demanded splatted value or a null value if this is not a splat.
LLVM_ABI bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef, unsigned &SplatBitSize, bool &HasAnyUndefs, unsigned MinSplatBits=0, bool isBigEndian=false) const
Check if this is a constant splat, and if so, find the smallest element size that splats the vector.
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.
LLVM_ABI int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements, uint32_t BitWidth) const
If this is a constant FP splat and the splatted constant FP is an exact power or 2,...
LLVM_ABI std::optional< std::pair< APInt, APInt > > isArithmeticSequence() const
If this BuildVector is constant and represents an arithmetic sequence "<a, a+n, a+2n,...
LLVM_ABI bool isConstant() const
This class represents a function call, abstracting a target machine's calling convention.
static LLVM_ABI bool isValueValidForType(EVT VT, const APFloat &Val)
const APFloat & getValueAPF() const
bool isExactlyValue(double V) const
We don't rely on operator== working on double values, as it returns true for things that are clearly ...
ConstantFP - Floating Point Values [float, double].
const APFloat & getValue() const
This is the shared class of boolean and integer constants.
unsigned getBitWidth() const
getBitWidth - Return the scalar bitwidth of this constant.
const APInt & getValue() const
Return the constant as an APInt value reference.
MachineConstantPoolValue * getMachineCPVal() const
bool isMachineConstantPoolEntry() const
const Constant * getConstVal() const
LLVM_ABI Type * getType() const
unsigned getTargetFlags() const
This class represents a range of values.
PreferredRangeType
If represented precisely, the result of some range operations may consist of multiple disjoint ranges...
const APInt * getSingleElement() const
If this set contains a single element, return it, otherwise return null.
static LLVM_ABI ConstantRange fromKnownBits(const KnownBits &Known, bool IsSigned)
Initialize a range based on a known bits constraint.
LLVM_ABI OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const
Return whether unsigned sub of the two ranges always/never overflows.
LLVM_ABI OverflowResult unsignedAddMayOverflow(const ConstantRange &Other) const
Return whether unsigned add of the two ranges always/never overflows.
LLVM_ABI KnownBits toKnownBits() const
Return known bits for values in this range.
LLVM_ABI ConstantRange zeroExtend(uint32_t BitWidth) const
Return a new range in the specified integer type, which must be strictly larger than the current type...
LLVM_ABI APInt getSignedMin() const
Return the smallest signed value contained in the ConstantRange.
LLVM_ABI OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const
Return whether unsigned mul of the two ranges always/never overflows.
LLVM_ABI ConstantRange signExtend(uint32_t BitWidth) const
Return a new range in the specified integer type, which must be strictly larger than the current type...
LLVM_ABI ConstantRange multiply(const ConstantRange &Other, unsigned NoWrapKind=0) const
Return a new range representing the possible values resulting from a multiplication of a value in thi...
LLVM_ABI bool contains(const APInt &Val) const
Return true if the specified value is in the set.
LLVM_ABI APInt getUnsignedMax() const
Return the largest unsigned value contained in the ConstantRange.
LLVM_ABI ConstantRange intersectWith(const ConstantRange &CR, PreferredRangeType Type=Smallest) const
Return the range that results from the intersection of this range with another range.
LLVM_ABI APInt getSignedMax() const
Return the largest signed value contained in the ConstantRange.
OverflowResult
Represents whether an operation on the given constant range is known to always or never overflow.
@ NeverOverflows
Never overflows.
@ AlwaysOverflowsHigh
Always overflows in the direction of signed/unsigned max value.
@ AlwaysOverflowsLow
Always overflows in the direction of signed/unsigned min value.
@ MayOverflow
May or may not overflow.
uint32_t getBitWidth() const
Get the bit width of this ConstantRange.
LLVM_ABI OverflowResult signedSubMayOverflow(const ConstantRange &Other) const
Return whether signed sub of the two ranges always/never overflows.
uint64_t getZExtValue() const
const APInt & getAPIntValue() const
This is an important base class in LLVM.
LLVM_ABI Constant * getSplatValue(bool AllowPoison=false) const
If all elements of the vector constant have the same value, return that value.
LLVM_ABI Constant * getAggregateElement(unsigned Elt) const
For aggregates (struct/array/vector) return the constant that corresponds to the specified element if...
static LLVM_ABI ExtOps getExtOps(unsigned FromSize, unsigned ToSize, bool Signed)
Returns the ops for a zero- or sign-extension in a DIExpression.
static LLVM_ABI void appendOffset(SmallVectorImpl< uint64_t > &Ops, int64_t Offset)
Append Ops with operations to apply the Offset.
static LLVM_ABI DIExpression * appendOpsToArg(const DIExpression *Expr, ArrayRef< uint64_t > Ops, unsigned ArgNo, bool StackValue=false)
Create a copy of Expr by appending the given list of Ops to each instance of the operand DW_OP_LLVM_a...
static LLVM_ABI const DIExpression * convertToVariadicExpression(const DIExpression *Expr)
If Expr is a non-variadic expression (i.e.
static LLVM_ABI std::optional< DIExpression * > createFragmentExpression(const DIExpression *Expr, unsigned OffsetInBits, unsigned SizeInBits)
Create a DIExpression to describe one part of an aggregate variable that is fragmented across multipl...
Base class for variables.
A parsed version of the target data layout string in and methods for querying it.
bool isLittleEndian() const
Layout endianness...
LLVM_ABI IntegerType * getIntPtrType(LLVMContext &C, unsigned AddressSpace=0) const
Returns an integer type with size at least as big as that of a pointer in the given address space.
LLVM_ABI Align getABITypeAlign(Type *Ty) const
Returns the minimum ABI-required alignment for the specified type.
LLVM_ABI unsigned getPointerTypeSizeInBits(Type *) const
The pointer representation size in bits for this type.
LLVM_ABI Align getPrefTypeAlign(Type *Ty) const
Returns the preferred stack/global alignment for the specified type.
Implements a dense probed hash-table based set.
static constexpr ElementCount getFixed(ScalarTy MinVal)
const char * getSymbol() const
unsigned getTargetFlags() const
Insertion token: a failed lookup fills it in, the matching insert consumes it.
This class is used to gather all the unique data bits of a node.
Data structure describing the variable locations in a function.
bool hasMinSize() const
Optimize this function for minimum size (-Oz).
AttributeList getAttributes() const
Return the attribute list for this Function.
int64_t getOffset() const
LLVM_ABI unsigned getAddressSpace() const
unsigned getTargetFlags() const
const GlobalValue * getGlobal() const
bool isThreadLocal() const
If the value is "Thread Local", its value isn't shared by the threads.
unsigned getAddressSpace() const
Module * getParent()
Get the module that this global value is contained inside of...
PointerType * getType() const
Global values are always pointers.
This class is used to form a handle around another node that is persistent and is updated across invo...
const SDValue & getValue() const
static LLVM_ABI bool compare(const APInt &LHS, const APInt &RHS, ICmpInst::Predicate Pred)
Return result of LHS Pred RHS comparison.
This is an important class for using LLVM in a threaded context.
Base class for LoadSDNode and StoreSDNode.
Tracks which library functions to use for a particular subtarget or function.
CallingConv::ID getLibcallImplCallingConv(RTLIB::LibcallImpl Call) const
Get the CallingConv that should be used for the specified libcall.
RTLIB::LibcallImpl getLibcallImpl(RTLIB::Libcall Call) const
Return the lowering's selection of implementation call for Call.
This SDNode is used for LIFETIME_START/LIFETIME_END values.
This class is used to represent ISD::LOAD nodes.
static LocationSize precise(uint64_t Value)
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
const MDOperand & getOperand(unsigned I) const
Abstract base class for all machine specific constantpool value subclasses.
virtual void addSelectionDAGCSEId(FoldingSetNodeID &ID)=0
The MachineFrameInfo class represents an abstract stack frame until prolog/epilog code is inserted.
LLVM_ABI int CreateStackObject(uint64_t Size, Align Alignment, bool isSpillSlot, const AllocaInst *Alloca=nullptr, uint8_t ID=0)
Create a new statically sized stack object, returning a nonnegative identifier to represent it.
Align getObjectAlign(int ObjectIdx) const
Return the alignment of the specified stack object.
bool isFixedObjectIndex(int ObjectIdx) const
Returns true if the specified index corresponds to a fixed stack object.
void setObjectAlignment(int ObjectIdx, Align Alignment)
setObjectAlignment - Change the alignment of the specified stack object.
const TargetSubtargetInfo & getSubtarget() const
getSubtarget - Return the subtarget for which this machine code is being compiled.
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
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
A description of a memory reference used in the backend.
const MDNode * getRanges() const
Return the range tag for the memory reference.
Flags
Flags values. These may be or'd together.
@ MOVolatile
The memory access is volatile.
@ MODereferenceable
The memory access is dereferenceable (i.e., doesn't trap).
@ MOLoad
The memory access reads data.
@ MOInvariant
The memory access always returns the same value (or traps).
@ MOStore
The memory access writes data.
const MachinePointerInfo & getPointerInfo() const
Flags getFlags() const
Return the raw flags of the source value,.
An SDNode that represents everything that will be needed to construct a MachineInstr.
This class is used to represent an MGATHER node.
This class is used to represent an MLOAD node.
This class is used to represent an MSTORE node.
This SDNode is used for target intrinsics that touch memory and need an associated MachineMemOperand.
This is an abstract virtual class for memory operations.
size_t getNumMemOperands() const
Return the number of memory operands.
LLVM_ABI MemSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl, SDVTList VTs, EVT memvt, PointerUnion< MachineMemOperand *, MachineMemOperand ** > memrefs)
Constructor that supports single or multiple MMOs.
PointerUnion< MachineMemOperand *, MachineMemOperand ** > MemRefs
Memory reference information.
MachineMemOperand * getMemOperand() const
Return the unique MachineMemOperand object describing the memory reference performed by operation.
const MachinePointerInfo & getPointerInfo() const
ArrayRef< MachineMemOperand * > memoperands() const
Return the memory operands for this node.
unsigned getRawSubclassData() const
Return the SubclassData value, without HasDebugValue.
EVT getMemoryVT() const
Return the type of the in-memory value.
Representation for a specific memory location.
A Module instance is used to store all the information related to an LLVM module.
Function * getFunction(StringRef Name) const
Look up the specified function in the module symbol table.
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.
unsigned getAddressSpace() const
Return the address space of the Pointer type.
A discriminated union of two or more pointer types, with the discriminator in the low bits of the poi...
bool isNull() const
Test if the pointer held in the union is null, regardless of which type it is.
Analysis providing profile information.
void Deallocate(SubClass *E)
Deallocate - Release storage for the pointed-to object.
Wrapper class representing virtual and physical registers.
Keeps track of dbg_value information through SDISel.
LLVM_ABI void add(SDDbgValue *V, bool isParameter)
LLVM_ABI void erase(const SDNode *Node)
Invalidate all DbgValues attached to the node and remove it from the Node-to-DbgValues map.
Holds the information from a dbg_label node through SDISel.
Holds the information for a single machine location through SDISel; either an SDNode,...
static SDDbgOperand fromNode(SDNode *Node, unsigned ResNo)
static SDDbgOperand fromFrameIdx(unsigned FrameIdx)
static SDDbgOperand fromVReg(Register VReg)
static SDDbgOperand fromConst(const Value *Const)
@ SDNODE
Value is the result of an expression.
Holds the information from a dbg_value node through SDISel.
Wrapper class for IR location info (IR ordering and DebugLoc) to be passed into SDNode creation funct...
const DebugLoc & getDebugLoc() const
unsigned getIROrder() const
This class provides iterator support for SDUse operands that use a specific SDNode.
Represents one node in the SelectionDAG.
const APInt & getAsAPIntVal() const
Helper method returns the APInt value of a ConstantSDNode.
bool isMachineOpcode() const
Test if this node has a post-isel opcode, directly corresponding to a MachineInstr opcode.
LLVM_ABI void dumprFull(const SelectionDAG *G=nullptr) const
printrFull to dbgs().
unsigned getOpcode() const
Return the SelectionDAG opcode value for this node.
LLVM_ABI bool isOnlyUserOf(const SDNode *N) const
Return true if this node is the only use of N.
iterator_range< value_op_iterator > op_values() const
unsigned getIROrder() const
Return the node ordering.
static constexpr size_t getMaxNumOperands()
Return the maximum number of operands that a SDNode can hold.
iterator_range< use_iterator > uses()
MemSDNodeBitfields MemSDNodeBits
bool getHasDebugValue() const
SDNodeFlags getFlags() const
void setNodeId(int Id)
Set unique node id.
LLVM_ABI void intersectFlagsWith(const SDNodeFlags Flags)
Clear any flags in this node that aren't also set in Flags.
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.
uint64_t getAsZExtVal() const
Helper method returns the zero-extended integer value of a ConstantSDNode.
bool use_empty() const
Return true if there are no uses of this node.
unsigned getNumValues() const
Return the number of values defined/returned by this operator.
unsigned getNumOperands() const
Return the number of values used by this operation.
const SDValue & getOperand(unsigned Num) const
static LLVM_ABI bool areOnlyUsersOf(ArrayRef< const SDNode * > Nodes, const SDNode *N)
Return true if all the users of N are contained in Nodes.
use_iterator use_begin() const
Provide iteration support to walk over all uses of an SDNode.
LLVM_ABI bool isOperandOf(const SDNode *N) const
Return true if this node is an operand of N.
const APInt & getConstantOperandAPInt(unsigned Num) const
Helper method returns the APInt of a ConstantSDNode operand.
std::optional< APInt > bitcastToAPInt() const
LLVM_ABI bool hasPredecessor(const SDNode *N) const
Return true if N is a predecessor of this node.
LLVM_ABI bool hasAnyUseOfValue(unsigned Value) const
Return true if there are any use of the indicated value.
EVT getValueType(unsigned ResNo) const
Return the type of a specified result.
bool isUndef() const
Returns true if the node type is UNDEF or POISON.
op_iterator op_end() const
op_iterator op_begin() const
static use_iterator use_end()
LLVM_ABI void DropOperands()
Release the operands and set this node to have zero operands.
SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
Create an SDNode.
Represents a use of a SDNode.
SDNode * getUser()
This returns the SDNode that contains this Use.
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.
LLVM_ABI bool isOperandOf(const SDNode *N) const
Return true if the referenced return value is an operand of N.
LLVM_ABI bool reachesChainWithoutSideEffects(SDValue Dest, unsigned Depth=2) const
Return true if this operand (which must be a chain) reaches the specified operand without crossing an...
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
unsigned getOpcode() const
virtual void verifyTargetNode(const SelectionDAG &DAG, const SDNode *N) const
Checks that the given target-specific node is valid. Aborts if it is not.
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)
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 SDValue getShiftAmountOperand(EVT LHSTy, SDValue Op)
Return the specified value casted to the target's desired shift amount type.
LLVM_ABI std::pair< SDValue, SDValue > getMemccpy(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue C, SDValue Size, const CallInst *CI)
Lower a memccpy operation into a target library call and return the resulting chain and call result a...
LLVM_ABI SDValue emitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, const SDLoc &DL, SDValue Chain)
Emit a store/load combination to the stack.
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 ...
LLVM_ABI SDValue getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain, SDValue Ptr, SDValue Mask, SDValue EVL, MachinePointerInfo PtrInfo, EVT MemVT, MaybeAlign Alignment, MachineMemOperand::Flags MMOFlags, const AAMDNodes &AAInfo, bool IsExpanding=false)
SDValue getExtractVectorElt(const SDLoc &DL, EVT VT, SDValue Vec, unsigned Idx)
Extract element at Idx from Vec.
LLVM_ABI SDValue getSplatSourceVector(SDValue V, int &SplatIndex)
If V is a splatted value, return the source vector and its splat index.
LLVM_ABI SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root, MCSymbol *Label)
LLVM_ABI OverflowKind computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const
Determine if the result of the unsigned sub of 2 nodes can overflow.
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.
const SDValue & getRoot() const
Return the root tag of the SelectionDAG.
LLVM_ABI std::pair< SDValue, SDValue > getStrlen(SDValue Chain, const SDLoc &dl, SDValue Src, const CallInst *CI)
Lower a strlen operation into a target library call and return the resulting chain and call result as...
LLVM_ABI SDValue getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl, ArrayRef< SDValue > Ops, MachineMemOperand *MMO, ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy)
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 std::optional< bool > isBoolConstant(SDValue N) const
Check if a value \op N is a constant using the target's BooleanContent for its type.
LLVM_ABI SDValue getStackArgumentTokenFactor(SDValue Chain)
Compute a TokenFactor to force all the incoming stack arguments to be loaded from the stack.
const TargetSubtargetInfo & getSubtarget() const
LLVM_ABI ConstantRange computeConstantRange(SDValue Op, bool ForSigned, unsigned Depth=0) const
Determine the possible constant range of an integer or vector of integers.
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 void updateDivergence(SDNode *N)
LLVM_ABI SDValue getSplatValue(SDValue V, bool LegalTypes=false)
If V is a splat vector, return its scalar source operand by extracting that element from the source v...
LLVM_ABI SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget=false, bool IsOpaque=false)
LLVM_ABI MachineSDNode * getMachineNode(unsigned Opcode, const SDLoc &dl, EVT VT)
These are used for target selectors to create a new node with specified return type(s),...
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 getAtomicMemset(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Value, SDValue Size, Type *SizeTy, unsigned ElemSz, bool isTailCall, MachinePointerInfo DstPtrInfo)
LLVM_ABI SDValue getAtomicLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO)
LLVM_ABI SDNode * getNodeIfExists(unsigned Opcode, SDVTList VTList, ArrayRef< SDValue > Ops, const SDNodeFlags Flags, bool AllowCommute=false)
Get the specified node if it's already available, or else return NULL.
LLVM_ABI SDValue getPseudoProbeNode(const SDLoc &Dl, SDValue Chain, uint64_t Guid, uint64_t Index, uint32_t Attr)
Creates a PseudoProbeSDNode with function GUID Guid and the index of the block Index it is probing,...
LLVM_ABI SDValue getFreeze(SDValue V)
Return a freeze using the SDLoc of the value operand.
LLVM_ABI SDNode * SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT)
These are used for target selectors to mutate the specified node to have the specified return type,...
LLVM_ABI SelectionDAG(const TargetMachine &TM, CodeGenOptLevel)
LLVM_ABI SDValue getMemset(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Align Alignment, bool isVol, bool AlwaysInline, const CallInst *CI, MachinePointerInfo DstPtrInfo, const AAMDNodes &AAInfo=AAMDNodes())
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 getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &DL, SDValue Chain, SDValue Ptr, SDValue Offset, SDValue Stride, SDValue Mask, SDValue EVL, EVT MemVT, MachineMemOperand *MMO, bool IsExpanding=false)
LLVM_ABI SDValue getAtomicCmpSwap(unsigned Opcode, const SDLoc &dl, EVT MemVT, SDVTList VTs, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO)
Gets a node for an atomic cmpxchg op.
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 void ReplaceAllUsesOfValuesWith(const SDValue *From, const SDValue *To, unsigned Num)
Like ReplaceAllUsesOfValueWith, but for multiple values at once.
LLVM_ABI SDValue getJumpTableDebugInfo(int JTI, SDValue Chain, const SDLoc &DL)
LLVM_ABI SDValue getSymbolFunctionGlobalAddress(SDValue Op, Function **TargetFunction=nullptr)
Return a GlobalAddress of the function from the current module with name matching the given ExternalS...
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.
OverflowKind
Used to represent the possible overflow behavior of an operation.
static LLVM_ABI unsigned getHasPredecessorMaxSteps()
LLVM_ABI bool haveNoCommonBitsSet(SDValue A, SDValue B) const
Return true if A and B have no common bits set.
LLVM_ABI SDValue getAddrSpaceCast(const SDLoc &dl, EVT VT, SDValue Ptr, unsigned SrcAS, unsigned DestAS, const SDNodeFlags Flags=SDNodeFlags())
Return an AddrSpaceCastSDNode.
SDValue getExtractSubvector(const SDLoc &DL, EVT VT, SDValue Vec, unsigned Idx)
Return the VT typed sub-vector of Vec at Idx.
LLVM_ABI bool cannotBeOrderedNegativeFP(SDValue Op) const
Test whether the given float value is known to be positive.
LLVM_ABI SDValue getRegister(Register Reg, EVT VT)
LLVM_ABI bool calculateDivergence(SDNode *N)
LLVM_ABI std::pair< SDValue, SDValue > getStrcmp(SDValue Chain, const SDLoc &dl, SDValue S0, SDValue S1, const CallInst *CI)
Lower a strcmp operation into a target library call and return the resulting chain and call result as...
LLVM_ABI SDValue getGetFPEnv(SDValue Chain, const SDLoc &dl, SDValue Ptr, EVT MemVT, MachineMemOperand *MMO)
LLVM_ABI SDValue getAssertAlign(const SDLoc &DL, SDValue V, Align A)
Return an AssertAlignSDNode.
LLVM_ABI SDNode * mutateStrictFPToFP(SDNode *Node)
Mutate the specified strict FP node to its non-strict equivalent, unlinking the node from its chain a...
LLVM_ABI bool canIgnoreSignBitOfZero(const SDUse &Use) const
Check if a use of a float value is insensitive to signed zeros.
LLVM_ABI bool SignBitIsZeroFP(SDValue Op, unsigned Depth=0) const
Return true if the sign bit of Op is known to be zero, for a floating-point value.
LLVM_ABI SDValue getMemIntrinsicNode(unsigned Opcode, const SDLoc &dl, SDVTList VTList, ArrayRef< SDValue > Ops, EVT MemVT, MachinePointerInfo PtrInfo, Align Alignment, MachineMemOperand::Flags Flags=MachineMemOperand::MOLoad|MachineMemOperand::MOStore, LocationSize Size=LocationSize::precise(0), const AAMDNodes &AAInfo=AAMDNodes())
Creates a MemIntrinsicNode that may produce a result and takes a list of operands.
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...
LLVM_ABI SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO)
Gets a node for an atomic op, produces result (if relevant) and chain and takes 2 operands.
LLVM_ABI Align getEVTAlign(EVT MemoryVT) const
Compute the default alignment value for the given type.
LLVM_ABI bool shouldOptForSize() const
LLVM_ABI bool hasSwiftErrorArg() const
LLVM_ABI SDValue buildVectorFromUnrolledParts(EVT VT, const SDLoc &DL, ArrayRef< SDValue > Scalars)
Returns a vector constructed from the scalar values in order.
LLVM_ABI SDValue getNOT(const SDLoc &DL, SDValue Val, EVT VT)
Create a bitwise NOT operation as (XOR Val, -1).
LLVM_ABI SDValue getMemcpy(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Align DstAlign, Align SrcAlign, bool isVol, bool AlwaysInline, const CallInst *CI, std::optional< bool > OverrideTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo, const AAMDNodes &AAInfo=AAMDNodes(), BatchAAResults *BatchAA=nullptr)
const TargetLowering & getTargetLoweringInfo() const
LLVM_ABI bool isEqualTo(SDValue A, SDValue B) const
Test whether two SDValues are known to compare equal.
static constexpr unsigned MaxRecursionDepth
LLVM_ABI unsigned getMaxRuntimeNumElements(EVT VT) const
Returns the maximum runtime number of elements in VT if known, or 0 otherwise.
LLVM_ABI SDValue getStridedStoreVP(SDValue Chain, const SDLoc &DL, SDValue Val, SDValue Ptr, SDValue Offset, SDValue Stride, SDValue Mask, SDValue EVL, EVT MemVT, MachineMemOperand *MMO, ISD::MemIndexedMode AM, bool IsTruncating=false, bool IsCompressing=false)
bool isGuaranteedNotToBePoison(SDValue Op, unsigned Depth=0) const
Return true if this function can prove that Op is never poison.
LLVM_ABI SDValue getIdentityElement(unsigned Opcode, const SDLoc &DL, EVT VT, SDNodeFlags Flags)
Get the (commutative) identity element for the given opcode, if it exists.
LLVM_ABI SDValue expandVACopy(SDNode *Node)
Expand the specified ISD::VACOPY node as the Legalize pass would.
LLVM_ABI SDValue getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base, SDValue Offset, ISD::MemIndexedMode AM)
LLVM_ABI APInt computeVectorKnownZeroElements(SDValue Op, const APInt &DemandedElts, unsigned Depth=0) const
For each demanded element of a vector, see if it is known to be zero.
LLVM_ABI void AddDbgValue(SDDbgValue *DB, bool isParameter)
Add a dbg_value SDNode.
bool NewNodesMustHaveLegalTypes
When true, additional steps are taken to ensure that getConstant() and similar functions return DAG n...
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...
LLVM_ABI void salvageDebugInfo(SDNode &N)
To be invoked on an SDNode that is slated to be erased.
LLVM_ABI SDNode * MorphNodeTo(SDNode *N, unsigned Opc, SDVTList VTs, ArrayRef< SDValue > Ops)
This mutates the specified node to have the specified return type, opcode, and operands.
LLVM_ABI std::pair< SDValue, SDValue > UnrollVectorOverflowOp(SDNode *N, unsigned ResNE=0)
Like UnrollVectorOp(), but for the [US](ADD|SUB|MUL)O family of opcodes.
allnodes_const_iterator allnodes_begin() const
SDValue getUNDEF(EVT VT)
Return an UNDEF node. UNDEF does not have a useful SDLoc.
LLVM_ABI SDValue getGatherVP(SDVTList VTs, EVT VT, const SDLoc &dl, ArrayRef< SDValue > Ops, MachineMemOperand *MMO, ISD::MemIndexType IndexType)
SDValue getBuildVector(EVT VT, const SDLoc &DL, ArrayRef< SDValue > Ops)
Return an ISD::BUILD_VECTOR node.
LLVM_ABI SDValue getBitcastedAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT)
Convert Op, which must be of integer type, to the integer type VT, by first bitcasting (from potentia...
LLVM_ABI bool isSplatValue(SDValue V, const APInt &DemandedElts, APInt &UndefElts, unsigned Depth=0) const
Test whether V has a splatted value for all the demanded elements.
LLVM_ABI void DeleteNode(SDNode *N)
Remove the specified node from the system.
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.
LLVM_ABI SDDbgValue * getDbgValueList(DIVariable *Var, DIExpression *Expr, ArrayRef< SDDbgOperand > Locs, ArrayRef< SDNode * > Dependencies, bool IsIndirect, const DebugLoc &DL, unsigned O, bool IsVariadic)
Creates a SDDbgValue node from a list of locations.
LLVM_ABI std::pair< SDValue, SDValue > getStrcpy(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, const CallInst *CI)
Lower a strcpy operation into a target library call and return the resulting chain and call result as...
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 void setNodeMemRefs(MachineSDNode *N, ArrayRef< MachineMemOperand * > NewMemRefs)
Mutate the specified machine node's memory references to the provided list.
LLVM_ABI SDValue simplifySelect(SDValue Cond, SDValue TVal, SDValue FVal)
Try to simplify a select/vselect into 1 of its operands or a constant.
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.
LLVM_ABI bool isConstantFPBuildVectorOrConstantFP(SDValue N) const
Test whether the given value is a constant FP or similar node.
const DataLayout & getDataLayout() const
LLVM_ABI SDValue getPartialReduceMLS(unsigned Opc, const SDLoc &DL, SDValue Acc, SDValue LHS, SDValue RHS)
Get an expression that implements a partial multiply-subtract reduction.
LLVM_ABI SDValue expandVAArg(SDNode *Node)
Expand the specified ISD::VAARG node as the Legalize pass would.
LLVM_ABI SDValue getTokenFactor(const SDLoc &DL, SmallVectorImpl< SDValue > &Vals)
Creates a new TokenFactor containing Vals.
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 ConstantRange computeConstantRangeIncludingKnownBits(SDValue Op, bool ForSigned, unsigned Depth=0) const
Combine constant ranges from computeConstantRange() and computeKnownBits().
const SelectionDAGTargetInfo & getSelectionDAGInfo() const
LLVM_ABI bool areNonVolatileConsecutiveLoads(LoadSDNode *LD, LoadSDNode *Base, unsigned Bytes, int Dist) const
Return true if loads are next to each other and can be merged.
LLVM_ABI SDValue getMaskedHistogram(SDVTList VTs, EVT MemVT, const SDLoc &dl, ArrayRef< SDValue > Ops, MachineMemOperand *MMO, ISD::MemIndexType IndexType)
LLVM_ABI SDDbgLabel * getDbgLabel(DILabel *Label, const DebugLoc &DL, unsigned O)
Creates a SDDbgLabel node.
LLVM_ABI SDValue getStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, SDValue Offset, SDValue Mask, SDValue EVL, EVT MemVT, MachineMemOperand *MMO, ISD::MemIndexedMode AM, bool IsTruncating=false, bool IsCompressing=false)
LLVM_ABI OverflowKind computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const
Determine if the result of the unsigned mul of 2 nodes can overflow.
LLVM_ABI void copyExtraInfo(SDNode *From, SDNode *To)
Copy extra info associated with one node to another.
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 getVAArg(EVT VT, const SDLoc &dl, SDValue Chain, SDValue Ptr, SDValue SV, unsigned Align)
VAArg produces a result and token chain, and takes a pointer and a source value as input.
LLVM_ABI SDValue getLoadFFVP(EVT VT, const SDLoc &DL, SDValue Chain, SDValue Ptr, SDValue Mask, SDValue EVL, MachineMemOperand *MMO)
LLVM_ABI SDValue getTypeSize(const SDLoc &DL, EVT VT, TypeSize TS)
LLVM_ABI SDValue getMDNode(const MDNode *MD)
Return an MDNodeSDNode which holds an MDNode.
LLVM_ABI void clear()
Clear state and free memory necessary to make this SelectionDAG ready to process a new block.
LLVM_ABI std::pair< SDValue, SDValue > getMemcmp(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, const CallInst *CI)
Lower a memcmp operation into a target library call and return the resulting chain and call result as...
LLVM_ABI void ReplaceAllUsesWith(SDValue From, SDValue To)
Modify anything using 'From' to use 'To' instead.
LLVM_ABI SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV)
Returns an ISD::VECTOR_SHUFFLE node semantically equivalent to the shuffle node in input but with swa...
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 makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, SDValue InChain, const SDLoc &DLoc)
Helper used to make a call to a library function that has one argument of pointer type.
LLVM_ABI SDValue getSignedConstant(int64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
LLVM_ABI SDValue getSrcValue(const Value *v)
Construct a node to track a Value* through the backend.
SDValue getSplatVector(EVT VT, const SDLoc &DL, SDValue Op)
LLVM_ABI SDValue getAtomicMemcpy(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Type *SizeTy, unsigned ElemSz, bool isTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo)
LLVM_ABI OverflowKind computeOverflowForSignedMul(SDValue N0, SDValue N1) const
Determine if the result of the signed mul of 2 nodes can overflow.
LLVM_ABI MaybeAlign InferPtrAlign(SDValue Ptr) const
Infer alignment of a load / store address.
LLVM_ABI void dump() const
Dump the textual format of this DAG.
LLVM_ABI bool MaskedValueIsAllOnes(SDValue Op, const APInt &Mask, unsigned Depth=0) const
Return true if '(Op & Mask) == Mask'.
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 RemoveDeadNodes()
This method deletes all unreachable nodes in the SelectionDAG.
LLVM_ABI void RemoveDeadNode(SDNode *N)
Remove the specified node from the system.
LLVM_ABI void AddDbgLabel(SDDbgLabel *DB)
Add a dbg_label SDNode.
bool isConstantValueOfAnyType(SDValue N) const
LLVM_ABI bool canCreateUndefOrPoison(SDValue Op, const APInt &DemandedElts, UndefPoisonKind Kind=UndefPoisonKind::UndefOrPoison, bool ConsiderFlags=true, unsigned Depth=0) const
Return true if Op can create undef or poison from non-undef & non-poison operands.
SDValue getInsertVectorElt(const SDLoc &DL, SDValue Vec, SDValue Elt, unsigned Idx)
Insert Elt into Vec at offset Idx.
LLVM_ABI SDValue getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, SDValue Operand)
A convenience function for creating TargetInstrInfo::EXTRACT_SUBREG nodes.
LLVM_ABI SDValue getBasicBlock(MachineBasicBlock *MBB)
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 SDDbgValue * getVRegDbgValue(DIVariable *Var, DIExpression *Expr, Register VReg, bool IsIndirect, const DebugLoc &DL, unsigned O)
Creates a VReg SDDbgValue node.
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 KnownFPClass computeKnownFPClass(SDValue Op, FPClassTest InterestedClasses, unsigned Depth=0) const
Determine floating-point class information about Op.
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 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label)
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 getIndexedStore(SDValue OrigStore, const SDLoc &dl, SDValue Base, SDValue Offset, ISD::MemIndexedMode AM)
LLVM_ABI SDValue FoldConstantArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDValue > Ops, SDNodeFlags Flags=SDNodeFlags())
LLVM_ABI std::optional< unsigned > getValidMinimumShiftAmount(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 getSetFPEnv(SDValue Chain, const SDLoc &dl, SDValue Ptr, EVT MemVT, MachineMemOperand *MMO)
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 getMaskedStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Base, SDValue Offset, SDValue Mask, EVT MemVT, MachineMemOperand *MMO, ISD::MemIndexedMode AM, bool IsTruncating=false, bool IsCompressing=false)
LLVM_ABI SDValue getExternalSymbol(const char *Sym, EVT VT)
const TargetMachine & getTarget() const
LLVM_ABI std::pair< SDValue, SDValue > getStrictFPExtendOrRound(SDValue Op, SDValue Chain, const SDLoc &DL, EVT VT)
Convert Op, which must be a STRICT operation of float type, to the float type VT, by either extending...
LLVM_ABI std::pair< SDValue, SDValue > SplitEVL(SDValue N, EVT VecVT, const SDLoc &DL)
Split the explicit vector length parameter of a VP operation.
LLVM_ABI SDValue getPtrExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT)
Convert Op, which must be of integer type, to the integer type VT, by either truncating it or perform...
LLVM_ABI SDValue getMaskFromElementCount(const SDLoc &DL, EVT VT, ElementCount Len)
Return a vector with the first 'Len' lanes set to true and remaining lanes set to false.
LLVM_ABI SDValue getAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT)
Convert Op, which must be of integer type, to the integer type VT, by either any-extending or truncat...
iterator_range< allnodes_iterator > allnodes()
LLVM_ABI SDValue getBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset=0, bool isTarget=false, unsigned TargetFlags=0)
LLVM_ABI SDValue WidenVector(const SDValue &N, const SDLoc &DL)
Widen the vector up to the next power of two using INSERT_SUBVECTOR.
const LibcallLoweringInfo & getLibcalls() const
LLVM_ABI SDValue getLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, SDValue Chain, SDValue Ptr, SDValue Offset, SDValue Mask, SDValue EVL, MachinePointerInfo PtrInfo, EVT MemVT, Align Alignment, MachineMemOperand::Flags MMOFlags, const AAMDNodes &AAInfo, const MDNode *Ranges=nullptr, bool IsExpanding=false)
LLVM_ABI SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, bool isTarget=false)
LLVM_ABI SDDbgValue * getConstantDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, const DebugLoc &DL, unsigned O)
Creates a constant SDDbgValue node.
LLVM_ABI SDValue getScatterVP(SDVTList VTs, EVT VT, const SDLoc &dl, ArrayRef< SDValue > Ops, MachineMemOperand *MMO, ISD::MemIndexType IndexType)
LLVM_ABI SDValue getValueType(EVT)
LLVM_ABI SDValue getLifetimeNode(bool IsStart, const SDLoc &dl, SDValue Chain, int FrameIndex)
Creates a LifetimeSDNode that starts (IsStart==true) or ends (IsStart==false) the lifetime of the Fra...
ArrayRef< SDDbgValue * > GetDbgValues(const SDNode *SD) const
Get the debug values which reference the given SDNode.
LLVM_ABI SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDUse > Ops)
Gets or creates the specified node.
LLVM_ABI OverflowKind computeOverflowForSignedAdd(SDValue N0, SDValue N1) const
Determine if the result of the signed addition of 2 nodes can overflow.
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 unsigned AssignTopologicalOrder()
Topological-sort the AllNodes list and a assign a unique node id for each node in the DAG based on th...
ilist< SDNode >::size_type allnodes_size() const
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...
LLVM_ABI SDValue FoldConstantBuildVector(BuildVectorSDNode *BV, const SDLoc &DL, EVT DstEltVT)
Fold BUILD_VECTOR of constants/undefs to the destination type BUILD_VECTOR of constants/undefs elemen...
LLVM_ABI SDValue getAtomicMemmove(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Type *SizeTy, unsigned ElemSz, bool isTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo)
LLVM_ABI SDValue getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl, SDValue Base, SDValue Offset, ISD::MemIndexedMode AM)
LLVM_ABI SDValue getTruncStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, SDValue Mask, SDValue EVL, MachinePointerInfo PtrInfo, EVT SVT, Align Alignment, MachineMemOperand::Flags MMOFlags, const AAMDNodes &AAInfo, bool IsCompressing=false)
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 bool MaskedVectorIsZero(SDValue Op, const APInt &DemandedElts, unsigned Depth=0) const
Return true if 'Op' is known to be zero in DemandedElts.
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.
LLVM_ABI SDDbgValue * getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr, unsigned FI, bool IsIndirect, const DebugLoc &DL, unsigned O)
Creates a FrameIndex SDDbgValue node.
LLVM_ABI SDValue getExtStridedLoadVP(ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT, SDValue Chain, SDValue Ptr, SDValue Stride, SDValue Mask, SDValue EVL, EVT MemVT, MachineMemOperand *MMO, bool IsExpanding=false)
LLVM_ABI SDValue getMemmove(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Align DstAlign, Align SrcAlign, bool isVol, const CallInst *CI, std::optional< bool > OverrideTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo, const AAMDNodes &AAInfo=AAMDNodes(), BatchAAResults *BatchAA=nullptr)
LLVM_ABI SDValue getJumpTable(int JTI, EVT VT, bool isTarget=false, unsigned TargetFlags=0)
LLVM_ABI bool isBaseWithConstantOffset(SDValue Op) const
Return true if the specified operand is an ISD::ADD with a ConstantSDNode on the right-hand side,...
LLVM_ABI SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL, bool isTarget=false)
LLVM_ABI void getTopologicallyOrderedNodes(SmallVectorImpl< const SDNode * > &SortedNodes) const
Get all the nodes in their topological order without modifying any states.
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
LLVM_ABI std::pair< SDValue, SDValue > getStrstr(SDValue Chain, const SDLoc &dl, SDValue S0, SDValue S1, const CallInst *CI)
Lower a strstr operation into a target library call and return the resulting chain and call result as...
LLVM_ABI SDValue getPtrExtendInReg(SDValue Op, const SDLoc &DL, EVT VT)
Return the expression required to extend the Op as a pointer value assuming it was the smaller SrcTy ...
LLVM_ABI OverflowKind computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const
Determine if the result of the unsigned addition of 2 nodes can overflow.
SDValue getPOISON(EVT VT)
Return a POISON node. POISON does not have a useful SDLoc.
SDValue getSplatBuildVector(EVT VT, const SDLoc &DL, SDValue Op)
Return a splat ISD::BUILD_VECTOR node, consisting of Op splatted to all elements.
LLVM_ABI SDValue getErrorMergeValues(ArrayRef< EVT > ResultTypes, SDValue Chain, const SDLoc &dl)
Return poison values for each of ResultTypes, substituting Chain for any result of type MVT::Other,...
LLVM_ABI SDValue getFrameIndex(int FI, EVT VT, bool isTarget=false)
LLVM_ABI void canonicalizeCommutativeBinop(unsigned Opcode, SDValue &N1, SDValue &N2) const
Swap N1 and N2 if Opcode is a commutative binary opcode and the canonical form expects the opposite o...
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 getRegisterMask(const uint32_t *RegMask)
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.
LLVM_ABI bool isKnownToBeAPowerOfTwoFP(SDValue Val, unsigned Depth=0) const
Test if the given fp value is known to be an integer power-of-2, either positive or negative.
LLVM_ABI OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const
Determine if the result of the signed sub of 2 nodes can overflow.
LLVM_ABI void init(MachineFunction &NewMF, const TargetLibraryInfo *LibraryInfo, const LibcallLoweringInfo *LibcallsInfo, UniformityInfo *UA, ProfileSummaryInfo *PSIin, BlockFrequencyInfo *BFIin, FunctionVarLocs const *FnVarLocs)
Prepare this SelectionDAG to process code in the given MachineFunction.
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 SDValue simplifyFPBinop(unsigned Opcode, SDValue X, SDValue Y, SDNodeFlags Flags)
Try to simplify a floating-point binary operation into 1 of its operands or a constant.
const SDValue & setRoot(SDValue N)
Set the current root tag of the SelectionDAG.
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 getDeactivationSymbol(const GlobalValue *GV)
LLVM_ABI SDValue getTargetExternalSymbol(const char *Sym, EVT VT, unsigned TargetFlags=0)
LLVM_ABI SDValue getMCSymbol(MCSymbol *Sym, EVT VT)
LLVM_ABI bool isUndef(unsigned Opcode, ArrayRef< SDValue > Ops)
Return true if the result of this operation is always undefined.
LLVM_ABI SDValue CreateStackTemporary(TypeSize Bytes, Align Alignment)
Create a stack temporary based on the size in bytes and the alignment.
LLVM_ABI SDNode * UpdateNodeOperands(SDNode *N, SDValue Op)
Mutate the specified node in-place to have the specified operands.
LLVM_ABI std::pair< EVT, EVT > GetDependentSplitDestVTs(const EVT &VT, const EVT &EnvVT, bool *HiIsEmpty) const
Compute the VTs needed for the low/hi parts of a type, dependent on an enveloping VT that has been sp...
LLVM_ABI SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDValue > Ops)
Fold floating-point operations when all operands are constants and/or undefined.
LLVM_ABI std::optional< ConstantRange > getValidShiftAmountRange(SDValue V, const APInt &DemandedElts, unsigned Depth) 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 FoldSymbolOffset(unsigned Opcode, EVT VT, const GlobalAddressSDNode *GA, const SDNode *N2)
LLVM_ABI SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base, SDValue Offset, ISD::MemIndexedMode AM)
LLVM_ABI SDValue getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT, SDValue Operand, SDValue Subreg)
A convenience function for creating TargetInstrInfo::INSERT_SUBREG nodes.
SDValue getEntryNode() const
Return the token chain corresponding to the entry of the function.
LLVM_ABI SDDbgValue * getDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R, bool IsIndirect, const DebugLoc &DL, unsigned O)
Creates a SDDbgValue node.
LLVM_ABI SDValue getMaskedLoad(EVT VT, const SDLoc &dl, SDValue Chain, SDValue Base, SDValue Offset, SDValue Mask, SDValue Src0, EVT MemVT, MachineMemOperand *MMO, ISD::MemIndexedMode AM, ISD::LoadExtType, bool IsExpanding=false)
DenormalMode getDenormalMode(EVT VT) const
Return the current function's default denormal handling kind for the given floating point type.
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 matchBinOpReduction(SDNode *Extract, ISD::NodeType &BinOp, ArrayRef< ISD::NodeType > CandidateBinOps, bool AllowPartials=false)
Match a binop + shuffle pyramid that represents a horizontal reduction over the elements of a vector ...
LLVM_ABI bool isADDLike(SDValue Op, bool NoWrap=false) const
Return true if the specified operand is an ISD::OR or ISD::XOR node that can be treated as an ISD::AD...
LLVM_ABI SDValue getVectorShuffle(EVT VT, const SDLoc &dl, SDValue N1, SDValue N2, ArrayRef< int > Mask)
Return an ISD::VECTOR_SHUFFLE node.
LLVM_ABI SDValue simplifyShift(SDValue X, SDValue Y)
Try to simplify a shift into 1 of its operands or a constant.
LLVM_ABI bool areNonVolatileConsecutiveStores(StoreSDNode *ST, StoreSDNode *Base, unsigned Bytes, int Dist) const
Return true if stores are next to each other and can be merged.
LLVM_ABI void transferDbgValues(SDValue From, SDValue To, unsigned OffsetInBits=0, unsigned SizeInBits=0, bool InvalidateDbg=true)
Transfer debug values from one node to another, while optionally generating fragment expressions for ...
LLVM_ABI SDValue getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT)
Create a logical NOT operation as (XOR Val, BooleanOne).
LLVM_ABI SDValue getMaskedScatter(SDVTList VTs, EVT MemVT, const SDLoc &dl, ArrayRef< SDValue > Ops, MachineMemOperand *MMO, ISD::MemIndexType IndexType, bool IsTruncating=false)
ilist< SDNode >::iterator allnodes_iterator
This SDNode is used to implement the code generator support for the llvm IR shufflevector instruction...
int getMaskElt(unsigned Idx) const
ArrayRef< int > getMask() const
static void commuteMask(MutableArrayRef< int > Mask)
Change values in a shuffle permute mask assuming the two vector operands have swapped position.
static LLVM_ABI bool isSplatMask(ArrayRef< int > Mask)
A templated base class for SmallPtrSet which provides the typesafe interface that is common across al...
bool erase(PtrType Ptr)
Remove pointer from the set.
size_type count(ConstPtrType Ptr) const
count - Return 1 if the specified pointer is in the set, 0 otherwise.
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.
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
void assign(size_type NumElts, ValueParamT Elt)
reference emplace_back(ArgTypes &&... Args)
void reserve(size_type N)
iterator erase(const_iterator CI)
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 const char * data() const
Get a pointer to the start of the string (which may not be null terminated).
Information about stack frame layout on the target.
virtual TargetStackID::Value getStackIDForScalableVectors() const
Returns the StackID that scalable vectors should be associated with.
Align getStackAlign() const
getStackAlignment - This method returns the number of bytes to which the stack pointer must be aligne...
Completely target-dependent object reference.
int64_t getOffset() const
unsigned getTargetFlags() const
Provides information about what library functions are available for the current target.
virtual bool shouldConvertConstantLoadToIntImm(const APInt &Imm, Type *Ty) const
Return true if it is beneficial to convert a load of a constant to just the constant itself.
const TargetMachine & getTargetMachine() const
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...
unsigned getMaxStoresPerMemcpy(bool OptSize) const
Get maximum # of store operations permitted for llvm.memcpy.
unsigned getMaxStoresPerMemset(bool OptSize) const
Get maximum # of store operations permitted for llvm.memset.
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.
virtual bool shallExtractConstSplatVectorElementToStore(Type *VectorTy, unsigned ElemSizeInBits, unsigned &Index) const
Return true if the target shall perform extract vector element and store given that the vector is kno...
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 EVT getTypeToTransformTo(LLVMContext &Context, EVT VT) const
For types supported by the target, this is an identity function.
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...
BooleanContent
Enum that describes how the target represents true/false values.
@ ZeroOrOneBooleanContent
@ UndefinedBooleanContent
@ ZeroOrNegativeOneBooleanContent
virtual unsigned getMaxGluedStoresPerMemcpy() const
Get maximum # of store operations to be glued together.
std::vector< ArgListEntry > ArgListTy
unsigned getMaxStoresPerMemmove(bool OptSize) const
Get maximum # of store operations permitted for llvm.memmove.
virtual bool isLegalStoreImmediate(int64_t Value) const
Return true if the specified immediate is legal for the value input of a store instruction.
static ISD::NodeType getExtendForContent(BooleanContent Content)
This class defines information used to lower LLVM code to legal SelectionDAG operators that the targe...
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.
std::pair< SDValue, SDValue > LowerCallTo(CallLoweringInfo &CLI) const
This function lowers an abstract call to a function into an actual call.
Primary interface to the complete machine description for the target machine.
virtual bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const
Returns true if a cast between SrcAS and DestAS is a noop.
const Triple & getTargetTriple() const
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
virtual const SelectionDAGTargetInfo * getSelectionDAGInfo() const
virtual const TargetRegisterInfo * getRegisterInfo() const =0
Return the target's register information.
virtual const TargetLowering * getTargetLowering() const
bool isOSDarwin() const
Is this a "Darwin" OS (macOS, iOS, tvOS, watchOS, DriverKit, XROS, or bridgeOS).
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.
bool isVectorTy() const
True if this is an instance of VectorType.
static LLVM_ABI IntegerType * getInt32Ty(LLVMContext &C)
static LLVM_ABI Type * getVoidTy(LLVMContext &C)
static LLVM_ABI IntegerType * getInt8Ty(LLVMContext &C)
LLVM_ABI TypeSize getPrimitiveSizeInBits() const LLVM_READONLY
Return the basic size of this type if it is a primitive type.
LLVM_ABI unsigned getScalarSizeInBits() const LLVM_READONLY
If this is a vector type, return the getPrimitiveSizeInBits value for the element type.
A Use represents the edge between a Value definition and its users.
LLVM_ABI unsigned getOperandNo() const
Return the operand # of this use in its User.
LLVM_ABI void set(Value *Val)
User * getUser() const
Returns the User that contains this Use.
Value * getOperand(unsigned i) const
This class is used to represent an VP_GATHER node.
This class is used to represent a VP_LOAD node.
This class is used to represent an VP_SCATTER node.
This class is used to represent a VP_STORE node.
This class is used to represent an EXPERIMENTAL_VP_STRIDED_LOAD node.
This class is used to represent an EXPERIMENTAL_VP_STRIDED_STORE node.
LLVM Value Representation.
Type * getType() const
All values are typed, get the type of this value.
std::pair< iterator, bool > insert(const ValueT &V)
bool contains(const_arg_type_t< ValueT > V) const
Check if the set contains the given element.
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 bool isScalable() const
Returns whether the quantity is scaled by a runtime quantity (vscale).
constexpr bool isKnownEven() const
A return value of true indicates we know at compile time that the number of elements (vscale * Min) i...
constexpr ScalarTy getKnownMinValue() const
Returns the minimum value this quantity can represent.
constexpr LeafTy divideCoefficientBy(ScalarTy RHS) const
We do not provide the '/' operator here because division for polynomial types does not work in the sa...
static constexpr bool isKnownGE(const FixedOrScalableQuantity &LHS, const FixedOrScalableQuantity &RHS)
A raw_ostream that writes to an std::string.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
LLVM_ABI APInt clmulr(const APInt &LHS, const APInt &RHS)
Perform a reversed carry-less multiply.
LLVM_ABI APInt mulhu(const APInt &C1, const APInt &C2)
Performs (2*N)-bit multiplication on zero-extended operands.
LLVM_ABI APInt avgCeilU(const APInt &C1, const APInt &C2)
Compute the ceil of the unsigned average of C1 and C2.
LLVM_ABI APInt avgFloorU(const APInt &C1, const APInt &C2)
Compute the floor of the unsigned average of C1 and C2.
LLVM_ABI APInt pext(const APInt &Val, const APInt &Mask)
Perform a "compress" operation, also known as pext or bext.
LLVM_ABI APInt fshr(const APInt &Hi, const APInt &Lo, const APInt &Shift)
Perform a funnel shift right.
LLVM_ABI APInt mulhs(const APInt &C1, const APInt &C2)
Performs (2*N)-bit multiplication on sign-extended operands.
LLVM_ABI APInt clmul(const APInt &LHS, const APInt &RHS)
Perform a carry-less multiply, also known as XOR multiplication, and return low-bits.
LLVM_ABI APInt pdep(const APInt &Val, const APInt &Mask)
Perform an "expand" operation, also known as pdep or bdep.
APInt abds(const APInt &A, const APInt &B)
Determine the absolute difference of two APInts considered to be signed.
LLVM_ABI APInt fshl(const APInt &Hi, const APInt &Lo, const APInt &Shift)
Perform a funnel shift left.
LLVM_ABI APInt ScaleBitMask(const APInt &A, unsigned NewBitWidth, bool MatchAllBits=false)
Splat/Merge neighboring bits to widen/narrow the bitmask represented by.
LLVM_ABI APInt clmulh(const APInt &LHS, const APInt &RHS)
Perform a carry-less multiply, and return high-bits.
APInt abdu(const APInt &A, const APInt &B)
Determine the absolute difference of two APInts considered to be unsigned.
LLVM_ABI APInt avgFloorS(const APInt &C1, const APInt &C2)
Compute the floor of the signed average of C1 and C2.
LLVM_ABI APInt avgCeilS(const APInt &C1, const APInt &C2)
Compute the ceil of the signed average of C1 and C2.
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.
LLVM_ABI CondCode getSetCCInverse(CondCode Operation, bool isIntegerLike)
Return the operation corresponding to !(X op Y), where 'op' is a valid SetCC operation.
ISD namespace - This namespace contains an enum which represents all of the SelectionDAG node types a...
LLVM_ABI CondCode getSetCCAndOperation(CondCode Op1, CondCode Op2, EVT Type)
Return the result of a logical AND between different comparisons of identical values: ((X op1 Y) & (X...
LLVM_ABI bool isConstantSplatVectorAllOnes(const SDNode *N, bool BuildVectorOnly=false)
Return true if the specified node is a BUILD_VECTOR or SPLAT_VECTOR where all of the elements are ~0 ...
bool isNON_EXTLoad(const SDNode *N)
Returns true if the specified node is a non-extending load.
bool matchUnaryPredicateImpl(SDValue Op, const APInt &DemandedElts, std::function< bool(ConstNodeType *)> Match, bool AllowUndefs=false, bool AllowTruncation=false)
Attempt to match a unary predicate against a scalar/splat constant or every element of a constant BUI...
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...
@ MDNODE_SDNODE
MDNODE_SDNODE - This is a node that holdes an MDNode*, which is used to reference metadata in the IR.
@ STRICT_FSETCC
STRICT_FSETCC/STRICT_FSETCCS - Constrained versions of SETCC, used for floating-point operands only.
@ PTRADD
PTRADD represents pointer arithmetic semantics, for targets that opt in using shouldPreservePtrArith(...
@ DELETED_NODE
DELETED_NODE - This is an illegal value that is used to catch errors.
@ POISON
POISON - A poison node.
@ PARTIAL_REDUCE_SMLA
PARTIAL_REDUCE_[U|S]MLA(Accumulator, Input1, Input2) The partial reduction nodes sign or zero extend ...
@ VECREDUCE_SEQ_FADD
Generic reduction nodes.
@ MLOAD
Masked load and store - consecutive vector load and store operations with additional mask operand tha...
@ 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.
@ JUMP_TABLE_DEBUG_INFO
JUMP_TABLE_DEBUG_INFO - Jumptable debug info.
@ BSWAP
Byte Swap and Counting operators.
@ DEACTIVATION_SYMBOL
Untyped node storing deactivation symbol reference (DeactivationSymbolSDNode).
@ ATOMIC_STORE
OUTCHAIN = ATOMIC_STORE(INCHAIN, val, ptr) This corresponds to "store atomic" instruction.
@ 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...
@ ANY_EXTEND
ANY_EXTEND - Used for integer types. The high bits are undefined.
@ FMA
FMA - Perform a * b + c with no intermediate rounding step.
@ FATAN2
FATAN2 - atan2, inspired by libm.
@ INTRINSIC_VOID
OUTCHAIN = INTRINSIC_VOID(INCHAIN, INTRINSICID, arg1, arg2, ...) This node represents a target intrin...
@ ATOMIC_CMP_SWAP_WITH_SUCCESS
Val, Success, OUTCHAIN = ATOMIC_CMP_SWAP_WITH_SUCCESS(INCHAIN, ptr, cmp, swap) N.b.
@ 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 ...
@ VECREDUCE_FMAX
FMIN/FMAX nodes can have flags, for NaN/NoNaN variants.
@ FADD
Simple binary floating point operators.
@ VECREDUCE_FMAXIMUM
FMINIMUM/FMAXIMUM nodes propatate NaNs and signed zeroes using the llvm.minimum and llvm....
@ 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 ...
@ FP16_TO_FP
FP16_TO_FP, FP_TO_FP16 - These operators are used to perform promotions and truncation for half-preci...
@ 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.
@ FLDEXP
FLDEXP - ldexp, inspired by libm (op0 * 2**op1).
@ BUILTIN_OP_END
BUILTIN_OP_END - This must be the last enum value in this list.
@ SRCVALUE
SRCVALUE - This is a node type that holds a Value* that is used to make reference to a value in the L...
@ EH_LABEL
EH_LABEL - Represents a label in mid basic block used to track locations needed for debug and excepti...
@ ANNOTATION_LABEL
ANNOTATION_LABEL - Represents a mid basic block label used by annotations.
@ 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.
@ TargetIndex
TargetIndex - Like a constant pool entry, but with completely target-dependent semantics.
@ PREFETCH
PREFETCH - This corresponds to a prefetch intrinsic.
@ VECREDUCE_FMAXIMUMNUM
FMINIMUMNUM/FMAXIMUMNUM nodes do not propagate NaNs and order signed zeroes using the llvm....
@ SETCCCARRY
Like SetCC, ops #0 and #1 are the LHS and RHS operands to compare, but op #2 is a boolean indicating ...
@ FNEG
Perform various unary floating-point operations inspired by libm.
@ BR_CC
BR_CC - Conditional branch.
@ SSUBO
Same for subtraction.
@ STEP_VECTOR
STEP_VECTOR(IMM) - Returns a scalable vector whose lanes are comprised of a linear sequence of unsign...
@ 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).
@ ATOMIC_LOAD
Val, OUTCHAIN = ATOMIC_LOAD(INCHAIN, ptr) This corresponds to "load atomic" instruction.
@ UNDEF
UNDEF - An undefined node.
@ 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.
@ AssertAlign
AssertAlign - These nodes record if a register contains a value that has a known alignment and the tr...
@ GET_ACTIVE_LANE_MASK
GET_ACTIVE_LANE_MASK - this corrosponds to the llvm.get.active.lane.mask intrinsic.
@ BasicBlock
Various leaf nodes.
@ 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.
@ TargetGlobalAddress
TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or anything else with this node...
@ ARITH_FENCE
ARITH_FENCE - This corresponds to a arithmetic fence intrinsic.
@ CTLS
Count leading redundant sign bits.
@ 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.
@ AssertNoFPClass
AssertNoFPClass - These nodes record if a register contains a float value that is known to be not som...
@ 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,...
@ EntryToken
EntryToken - This is the marker used to indicate the start of a region.
@ EXTRACT_VECTOR_ELT
EXTRACT_VECTOR_ELT(VECTOR, IDX) - Returns a single element from VECTOR identified by the (potentially...
@ CopyToReg
CopyToReg - This node has three operands: a chain, a register number to set to this value,...
@ 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) ...
@ VSCALE
VSCALE(IMM) - Returns the runtime scaling factor used to calculate the number of elements within a sc...
@ ATOMIC_CMP_SWAP
Val, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmp, swap) For double-word atomic operations: ValLo,...
@ 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.
@ MASKED_UDIV
Masked vector arithmetic that returns poison on disabled lanes.
@ LIFETIME_START
This corresponds to the llvm.lifetime.
@ 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.
@ MGATHER
Masked gather and scatter - load and store operations for a vector of random addresses with additiona...
@ HANDLENODE
HANDLENODE node - Used as a handle for various purposes.
@ BF16_TO_FP
BF16_TO_FP, FP_TO_BF16 - These operators are used to perform promotions and truncation for bfloat16.
@ PEXT
Parallel bit extract (compress) and parallel bit deposit (expand).
@ STRICT_FP_ROUND
X = STRICT_FP_ROUND(Y, TRUNC) - Rounding 'Y' from a larger floating point type down to the precision ...
@ 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,...
@ STRICT_FP_EXTEND
X = STRICT_FP_EXTEND(Y) - Extend a smaller FP type into a larger FP type.
@ 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...
@ GET_FPENV_MEM
Gets the current floating-point environment.
@ PSEUDO_PROBE
Pseudo probe for AutoFDO, as a place holder in a basic block to improve the sample counts quality.
@ SCMP
[US]CMP - 3-way comparison of signed or unsigned integers.
@ 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.
@ SPLAT_VECTOR_PARTS
SPLAT_VECTOR_PARTS(SCALAR1, SCALAR2, ...) - Returns a vector with the scalar values joined together a...
@ 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.
@ ATOMIC_SWAP
Val, OUTCHAIN = ATOMIC_SWAP(INCHAIN, ptr, amt) Val, OUTCHAIN = ATOMIC_LOAD_[OpName](INCHAIN,...
@ 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 ...
@ VECTOR_COMPRESS
VECTOR_COMPRESS(Vec, Mask, Passthru) consecutively place vector elements based on mask e....
@ ZERO_EXTEND_VECTOR_INREG
ZERO_EXTEND_VECTOR_INREG(Vector) - This operator represents an in-register zero-extension of the low ...
@ ADDRSPACECAST
ADDRSPACECAST - This operator converts between pointers of different address spaces.
@ EXPERIMENTAL_VECTOR_HISTOGRAM
Experimental vector histogram intrinsic Operands: Input Chain, Inc, Mask, Base, Index,...
@ 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.
@ VAARG
VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE, and the alignment.
@ SHL_PARTS
SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded integer shift operations.
@ AssertSext
AssertSext, AssertZext - These nodes record if a register contains a value that has already been zero...
@ 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)...
@ SET_FPENV_MEM
Sets the current floating point environment.
@ FMINIMUMNUM
FMINIMUMNUM/FMAXIMUMNUM - minimumnum/maximumnum that is same with FMINNUM_IEEE and FMAXNUM_IEEE besid...
@ TRUNCATE_SSAT_S
TRUNCATE_[SU]SAT_[SU] - Truncate for saturated operand [SU] located in middle, prefix for SAT means i...
@ ABDS
ABDS/ABDU - Absolute difference - Return the absolute difference between two numbers interpreted as s...
@ SADDO_CARRY
Carry-using overflow-aware nodes for multiple precision addition and subtraction.
@ 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 isZEXTLoad(const SDNode *N)
Returns true if the specified node is a ZEXTLOAD.
bool isExtOpcode(unsigned Opcode)
LLVM_ABI bool isConstantSplatVectorAllZeros(const SDNode *N, bool BuildVectorOnly=false)
Return true if the specified node is a BUILD_VECTOR or SPLAT_VECTOR where all of the elements are 0 o...
LLVM_ABI NodeType getUnmaskedBinOpOpcode(unsigned MaskedOpc)
Given a MaskedOpc of ISD::MASKED_(U|S)(DIV|REM), returns the unmasked ISD::(U|S)(DIV|REM).
LLVM_ABI bool isVectorShrinkable(const SDNode *N, unsigned NewEltSize, bool Signed)
Returns true if the specified node is a vector where all elements can be truncated to the specified e...
LLVM_ABI bool isVPBinaryOp(unsigned Opcode)
Whether this is a vector-predicated binary operation opcode.
LLVM_ABI CondCode getSetCCInverse(CondCode Operation, EVT Type)
Return the operation corresponding to !(X op Y), where 'op' is a valid SetCC operation.
LLVM_ABI std::optional< unsigned > getBaseOpcodeForVP(unsigned Opcode, bool hasFPExcept)
Translate this VP Opcode to its corresponding non-VP Opcode.
bool isBitwiseLogicOp(unsigned Opcode)
Whether this is bitwise logic opcode.
bool isTrueWhenEqual(CondCode Cond)
Return true if the specified condition returns true if the two operands to the condition are equal.
LLVM_ABI std::optional< unsigned > getVPMaskIdx(unsigned Opcode)
The operand position of the vector mask.
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 std::optional< unsigned > getVPExplicitVectorLengthIdx(unsigned Opcode)
The operand position of the explicit vector length parameter.
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...
bool isEXTLoad(const SDNode *N)
Returns true if the specified node is a EXTLOAD.
LLVM_ABI bool allOperandsUndef(const SDNode *N)
Return true if the node has at least one operand and all operands of the specified node are ISD::UNDE...
LLVM_ABI bool isFreezeUndef(const SDNode *N)
Return true if the specified node is FREEZE(UNDEF).
LLVM_ABI CondCode getSetCCSwappedOperands(CondCode Operation)
Return the operation corresponding to (Y op X) when given the operation for (X op Y).
LLVM_ABI std::optional< unsigned > getVPForBaseOpcode(unsigned Opcode)
Translate this non-VP Opcode to its corresponding VP Opcode.
MemIndexType
MemIndexType enum - This enum defines how to interpret MGATHER/SCATTER's index parameter when calcula...
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.
LLVM_ABI bool isConstantSplatVector(const SDNode *N, APInt &SplatValue)
Node predicates.
LLVM_ABI NodeType getInverseMinMaxOpcode(unsigned MinMaxOpc)
Given a MinMaxOpc of ISD::(U|S)MIN or ISD::(U|S)MAX, returns ISD::(U|S)MAX and ISD::(U|S)MIN,...
LLVM_ABI bool isVPReduction(unsigned Opcode)
Whether this is a vector-predicated reduction opcode.
MemIndexedMode
MemIndexedMode enum - This enum defines the load / store indexed addressing modes.
LLVM_ABI bool isBuildVectorOfConstantFPSDNodes(const SDNode *N)
Return true if the specified node is a BUILD_VECTOR node of all ConstantFPSDNode or undef.
bool isSEXTLoad(const SDNode *N)
Returns true if the specified node is a SEXTLOAD.
CondCode
ISD::CondCode enum - These are ordered carefully to make the bitfields below work out,...
LLVM_ABI bool isBuildVectorAllOnes(const SDNode *N)
Return true if the specified node is a BUILD_VECTOR where all of the elements are ~0 or undef.
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).
LLVM_ABI bool isVPOpcode(unsigned Opcode)
Whether this is a vector-predicated Opcode.
bool matchUnaryPredicate(SDValue Op, const APInt &DemandedElts, std::function< bool(ConstantSDNode *)> Match, bool AllowUndefs=false, bool AllowTruncation=false)
Hook for matching ConstantSDNode predicate.
LLVM_ABI CondCode getSetCCOrOperation(CondCode Op1, CondCode Op2, EVT Type)
Return the result of a logical OR between different comparisons of identical values: ((X op1 Y) | (X ...
BinaryOp_match< SpecificConstantMatch, SrcTy, TargetOpcode::G_SUB > m_Neg(const SrcTy &&Src)
Matches a register negated by a G_SUB.
BinaryOp_match< LHS, RHS, Instruction::And > m_And(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()...
auto m_Value()
Match an arbitrary value and ignore it.
BinaryOp_match< LHS, RHS, Instruction::Sub > m_Sub(const LHS &L, const RHS &R)
LLVM_ABI Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize)
getMEMCPY_ELEMENT_UNORDERED_ATOMIC - Return MEMCPY_ELEMENT_UNORDERED_ATOMIC_* value for the given ele...
LLVM_ABI Libcall getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize)
getMEMSET_ELEMENT_UNORDERED_ATOMIC - Return MEMSET_ELEMENT_UNORDERED_ATOMIC_* value for the given ele...
LLVM_ABI Libcall getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize)
getMEMMOVE_ELEMENT_UNORDERED_ATOMIC - Return MEMMOVE_ELEMENT_UNORDERED_ATOMIC_* value for the given e...
bool sd_match(SDNode *N, const SelectionDAG *DAG, Pattern &&P)
LLVM_ABI unsigned rot(unsigned SrcSignBits, unsigned BitWidth, std::optional< APInt > RotAmt, bool IsRotateRight)
Compute the number of sign bits after rotating a value.
initializer< Ty > init(const Ty &Val)
@ DW_OP_LLVM_arg
Only used in LLVM metadata.
std::enable_if_t< detail::IsValidPointer< X, Y >::value, X * > extract(Y &&MD)
Extract a Value from Metadata.
NodeAddr< NodeBase * > Node
This is an optimization pass for GlobalISel generic memory operations.
GenericUniformityInfo< SSAContext > UniformityInfo
unsigned Log2_32_Ceil(uint32_t Value)
Return the ceil log base 2 of the specified value, 32 if the value is zero.
bool operator<(int64_t V1, const APSInt &V2)
LLVM_ABI ISD::CondCode getICmpCondCode(ICmpInst::Predicate Pred)
getICmpCondCode - Return the ISD condition code corresponding to the given LLVM IR integer condition ...
void fill(R &&Range, T &&Value)
Provide wrappers to std::fill which take ranges instead of having to pass begin/end explicitly.
LLVM_ABI SDValue peekThroughExtractSubvectors(SDValue V)
Return the non-extracted vector source operand of V if it exists.
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.
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...
LLVM_ABI SDValue getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs)
If V is a bitwise not, returns the inverted operand.
@ 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.
int countr_one(T Value)
Count the number of ones from the least significant bit to the first zero bit.
@ Store
The extracted value is stored (ExtractElement only).
bool isIntOrFPConstant(SDValue V)
Return true if V is either a integer or FP constant.
auto dyn_cast_if_present(const Y &Val)
dyn_cast_if_present<X> - Functionally identical to dyn_cast, except that a null (or none in the case ...
LLVM_ABI bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice, unsigned ElementSize, uint64_t Offset=0)
Returns true if the value V is a pointer into a ConstantDataArray.
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...
int bit_width(T Value)
Returns the number of bits needed to represent Value if Value is nonzero.
LLVM_READONLY APFloat maximum(const APFloat &A, const APFloat &B)
Implements IEEE 754-2019 maximum semantics.
void append_range(Container &C, Range &&R)
Wrapper function to append range R to container C.
constexpr bool isUIntN(unsigned N, uint64_t x)
Checks if an unsigned integer fits into the given (dynamic) bit width.
LLVM_ABI bool shouldOptimizeForSize(const MachineFunction *MF, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *BFI, PGSOQueryType QueryType=PGSOQueryType::Other)
Returns true if machine function MF is suggested to be size-optimized based on the profile.
iterator_range< early_inc_iterator_impl< detail::IterOfRange< RangeT > > > make_early_inc_range(RangeT &&Range)
Make a range that does early increment to allow mutation of the underlying range without disrupting i...
auto cast_or_null(const Y &Val)
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...
LLVM_ABI bool isMinSignedConstant(SDValue V)
Returns true if V is a constant min signed integer value.
LLVM_ABI ConstantFPSDNode * isConstOrConstSplatFP(SDValue N, bool AllowUndefs=false)
Returns the SDNode if it is a constant splat BuildVector or constant float.
LLVM_ABI ConstantRange getConstantRangeFromMetadata(const MDNode &RangeMD)
Parse out a conservative ConstantRange from !range metadata.
APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM)
Equivalent of C standard library function.
int countr_zero(T Val)
Count number of 0's from the least significant bit to the most stopping at the first 1.
auto dyn_cast_or_null(const Y &Val)
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...
LLVM_READONLY APFloat maxnum(const APFloat &A, const APFloat &B)
Implements IEEE-754 2008 maxNum semantics.
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.
auto reverse(ContainerTy &&C)
LLVM_ABI SDValue peekThroughInsertVectorElt(SDValue V, const APInt &DemandedElts)
Recursively peek through INSERT_VECTOR_ELT nodes, returning the source vector operand of V,...
constexpr bool isPowerOf2_32(uint32_t Value)
Return true if the argument is a power of two > 0.
decltype(auto) get(const PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > &Pair)
LLVM_ABI void checkForCycles(const SelectionDAG *DAG, bool force=false)
void sort(IteratorTy Start, IteratorTy End)
LLVM_READONLY APFloat minimumnum(const APFloat &A, const APFloat &B)
Implements IEEE 754-2019 minimumNumber semantics.
FPClassTest
Floating-point class tests, supported by 'is_fpclass' intrinsic.
LLVM_ABI void computeKnownBits(const Value *V, KnownBits &Known, const DataLayout &DL, AssumptionCache *AC=nullptr, const Instruction *CxtI=nullptr, const DominatorTree *DT=nullptr, bool UseInstrInfo=true, unsigned Depth=0)
Determine which bits of V are known to be either zero or one and return them in the KnownZero/KnownOn...
LLVM_ABI const MDNode * getMemCacheHintMetadata(const Instruction &I, unsigned OperandNo=0)
Return the cache hint metadata node for memory operand OperandNo on I, or nullptr when the instructio...
LLVM_ABI raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.
LLVM_ABI SDValue peekThroughTruncates(SDValue V)
Return the non-truncated source operand of V if it exists.
bool none_of(R &&Range, UnaryPredicate P)
Provide wrappers to std::none_of which take ranges instead of having to pass begin/end explicitly.
LLVM_ABI void report_fatal_error(Error Err, bool gen_crash_diag=true)
constexpr std::underlying_type_t< Enum > to_underlying(Enum E)
Returns underlying integer value of an enum.
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...
LLVM_ABI SDValue peekThroughOneUseBitcasts(SDValue V)
Return the non-bitcasted and one-use source operand of V if it exists.
CodeGenOptLevel
Code generation optimization level.
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_ATTRIBUTE_VISIBILITY_DEFAULT AnalysisKey InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key
bool includesPoison(UndefPoisonKind Kind)
Returns true if Kind includes the Poison bit.
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...
LLVM_ABI raw_fd_ostream & errs()
This returns a reference to a raw_ostream for standard error.
@ First
Helpers to iterate all locations in the MemoryEffectsBase class.
bool includesUndef(UndefPoisonKind Kind)
Returns true if Kind includes the Undef bit.
LLVM_READONLY APFloat minnum(const APFloat &A, const APFloat &B)
Implements IEEE-754 2008 minNum semantics.
@ Mul
Product of integers.
@ Sub
Subtraction of integers.
@ Fast
Assign the register banks as fast as possible (default).
RelativeUniformCounterPtr ValuesPtrExpr VTableAddr Count
LLVM_ABI bool isNullConstantOrUndef(SDValue V)
Returns true if V is a constant integer zero or an UNDEF node.
LLVM_ABI bool isInTailCallPosition(const CallBase &Call, const TargetMachine &TM, bool ReturnsFirstArg=false)
Test if the given instruction is in a position to be optimized with a tail-call.
DWARFExpression::Operation Op
ArrayRef(const T &OneElt) -> ArrayRef< T >
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.
OutputIt copy(R &&Range, OutputIt Out)
constexpr unsigned BitWidth
LLVM_ABI bool funcReturnsFirstArgOfCall(const CallInst &CI)
Returns true if the parent of CI returns CI's first argument after calling CI.
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...
constexpr auto seq(T Begin, T End)
Iterate over an integral type from Begin up to - but not including - End.
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.
bool is_contained(R &&Range, const E &Element)
Returns true if Element is found in Range.
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.
constexpr int64_t SignExtend64(uint64_t x)
Sign-extend the number in the bottom B bits of X to a 64-bit integer.
unsigned Log2(Align A)
Returns the log2 of the alignment.
LLVM_ABI bool isZeroOrZeroSplatFP(SDValue N, bool AllowUndefs=false)
Return true if the value is a constant (+/-)0.0 floating-point value or a splatted vector thereof (wi...
bool equal(L &&LRange, R &&RRange)
Wrapper function around std::equal to detect if pair-wise elements between two ranges are the same.
LLVM_ABI void computeKnownBitsFromRangeMetadata(const MDNode &Ranges, KnownBits &Known)
Compute known bits from the range metadata.
LLVM_READONLY APFloat minimum(const APFloat &A, const APFloat &B)
Implements IEEE 754-2019 minimum semantics.
LLVM_READONLY APFloat maximumnum(const APFloat &A, const APFloat &B)
Implements IEEE 754-2019 maximumNumber semantics.
LLVM_ABI bool isOnesOrOnesSplat(SDValue N, bool AllowUndefs=false)
Return true if the value is a constant 1 integer or a splatted vector of a constant 1 integer (with n...
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.
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.
A collection of metadata nodes that might be associated with a memory access used by the alias-analys...
MDNode * TBAAStruct
The tag for type-based alias analysis (tbaa struct).
MDNode * TBAA
The tag for type-based alias analysis.
This struct is a compact representation of a valid (non-zero power of two) alignment.
constexpr uint64_t value() const
This is a hole in the type system and should not be abused.
Represents offset+length into a ConstantDataArray.
uint64_t Length
Length of the slice.
uint64_t Offset
Slice starts at this Offset.
void move(uint64_t Delta)
Moves the Offset and adjusts Length accordingly.
const ConstantDataArray * Array
ConstantDataArray pointer.
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).
intptr_t getRawBits() const
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
TypeSize getSizeInBits() const
Return the size of the specified value type in bits.
unsigned getVectorMinNumElements() const
Given a vector type, return the minimum number of elements it contains.
uint64_t getScalarSizeInBits() const
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.
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 bitsGE(EVT VT) const
Return true if this has no less bits than VT.
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.
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.
bool isExtended() const
Test if the given EVT is extended (as opposed to being simple).
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.
static LLVM_ABI KnownBits mulhu(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits from zero-extended multiply-hi.
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.
bool isZero() const
Returns true if value is all zero.
static LLVM_ABI KnownBits usub_sat(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from llvm.usub.sat(LHS, RHS)
static LLVM_ABI KnownBits ashr(const KnownBits &LHS, const KnownBits &RHS, bool ShAmtNonZero=false, bool Exact=false)
Compute known bits for ashr(LHS, RHS).
static LLVM_ABI KnownBits urem(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for urem(LHS, RHS).
unsigned countMaxTrailingZeros() const
Returns the maximum number of trailing zero bits possible.
static LLVM_ABI std::optional< bool > ne(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_NE result.
KnownBits trunc(unsigned BitWidth) const
Return known bits for a truncation of the value we're tracking.
KnownBits byteSwap() const
static LLVM_ABI KnownBits fshl(const KnownBits &LHS, const KnownBits &RHS, const APInt &Amt)
Compute known bits for fshl(LHS, RHS, Amt).
unsigned countMaxPopulation() const
Returns the maximum number of bits that could be one.
void setAllZero()
Make all bits known to be zero and discard any previous information.
KnownBits reverseBits() const
KnownBits concat(const KnownBits &Lo) const
Concatenate the bits from Lo onto the bottom of *this.
unsigned getBitWidth() const
Get the bit width of this value.
static LLVM_ABI KnownBits umax(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for umax(LHS, RHS).
KnownBits zext(unsigned BitWidth) const
Return known bits for a zero extension of the value we're tracking.
void resetAll()
Resets the known state of all bits.
static KnownBits add(const KnownBits &LHS, const KnownBits &RHS, bool NSW=false, bool NUW=false, bool SelfAdd=false)
Compute knownbits resulting from addition of LHS and RHS.
static LLVM_ABI KnownBits lshr(const KnownBits &LHS, const KnownBits &RHS, bool ShAmtNonZero=false, bool Exact=false)
Compute known bits for lshr(LHS, RHS).
bool isNonZero() const
Returns true if this value is known to be non-zero.
static LLVM_ABI KnownBits abdu(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for abdu(LHS, RHS).
KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const
Return a subset of the known bits from [bitPosition,bitPosition+numBits).
static LLVM_ABI KnownBits pdep(const KnownBits &Val, const KnownBits &Mask)
Compute known bits for pdep(Val, Mask).
static LLVM_ABI KnownBits avgFloorU(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from APIntOps::avgFloorU.
KnownBits sext(unsigned BitWidth) const
Return known bits for a sign extension of the value we're tracking.
static LLVM_ABI KnownBits computeForSubBorrow(const KnownBits &LHS, KnownBits RHS, const KnownBits &Borrow)
Compute known bits results from subtracting RHS from LHS with 1-bit Borrow.
KnownBits zextOrTrunc(unsigned BitWidth) const
Return known bits for a zero extension or truncation of the value we're tracking.
APInt getMaxValue() const
Return the maximal unsigned value possible given these KnownBits.
static LLVM_ABI KnownBits fshr(const KnownBits &LHS, const KnownBits &RHS, const APInt &Amt)
Compute known bits for fshr(LHS, RHS, Amt).
static LLVM_ABI KnownBits abds(KnownBits LHS, KnownBits RHS)
Compute known bits for abds(LHS, RHS).
static LLVM_ABI KnownBits smin(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for smin(LHS, RHS).
static LLVM_ABI KnownBits mulhs(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits from sign-extended multiply-hi.
static LLVM_ABI KnownBits srem(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for srem(LHS, RHS).
static LLVM_ABI KnownBits udiv(const KnownBits &LHS, const KnownBits &RHS, bool Exact=false)
Compute known bits for udiv(LHS, RHS).
bool isStrictlyPositive() const
Returns true if this value is known to be positive.
static LLVM_ABI KnownBits sdiv(const KnownBits &LHS, const KnownBits &RHS, bool Exact=false)
Compute known bits for sdiv(LHS, RHS).
static LLVM_ABI KnownBits avgFloorS(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from APIntOps::avgFloorS.
static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS)
Return true if LHS and RHS have no common bits set.
bool isNegative() const
Returns true if this value is known to be negative.
static LLVM_ABI KnownBits computeForAddCarry(const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry)
Compute known bits resulting from adding LHS, RHS and a 1-bit Carry.
static KnownBits sub(const KnownBits &LHS, const KnownBits &RHS, bool NSW=false, bool NUW=false)
Compute knownbits resulting from subtraction of LHS and RHS.
unsigned countMaxLeadingZeros() const
Returns the maximum number of leading zero bits possible.
static LLVM_ABI KnownBits avgCeilU(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from APIntOps::avgCeilU.
static LLVM_ABI KnownBits mul(const KnownBits &LHS, const KnownBits &RHS, bool NoUndefSelfMultiply=false)
Compute known bits resulting from multiplying LHS and RHS.
KnownBits anyext(unsigned BitWidth) const
Return known bits for an "any" extension of the value we're tracking, where we don't know anything ab...
static LLVM_ABI KnownBits clmul(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for clmul(LHS, RHS).
LLVM_ABI KnownBits abs(bool IntMinIsPoison=false) const
Compute known bits for the absolute value.
static LLVM_ABI KnownBits shl(const KnownBits &LHS, const KnownBits &RHS, bool NUW=false, bool NSW=false, bool ShAmtNonZero=false)
Compute known bits for shl(LHS, RHS).
static LLVM_ABI KnownBits umin(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for umin(LHS, RHS).
static LLVM_ABI KnownBits pext(const KnownBits &Val, const KnownBits &Mask)
Compute known bits for pext(Val, Mask).
static LLVM_ABI KnownBits avgCeilS(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from APIntOps::avgCeilS.
KnownFPClass intersectWith(const KnownFPClass &RHS) const
static LLVM_ABI KnownFPClass bitcast(const fltSemantics &FltSemantics, const KnownBits &Bits)
Report known values for a bitcast into a float with provided semantics.
This class contains a discriminated union of information about pointers in memory operands,...
LLVM_ABI bool isDereferenceable(unsigned Size, LLVMContext &C, const DataLayout &DL) const
Return true if memory region [V, V+Offset+Size) is known to be dereferenceable.
LLVM_ABI unsigned getAddrSpace() const
Return the LLVM IR address space number that this pointer points into.
PointerUnion< const Value *, const PseudoSourceValue * > V
This is the IR pointer value for the access, or it is null if unknown.
MachinePointerInfo getWithOffset(int64_t O) const
static LLVM_ABI MachinePointerInfo getFixedStack(MachineFunction &MF, int FI, int64_t Offset=0)
Return a MachinePointerInfo record that refers to the specified FrameIndex.
This struct is a compact representation of a valid (power of two) or undefined (0) alignment.
Align valueOrOne() const
For convenience, returns a valid alignment or 1 if undefined.
static MemOp Set(uint64_t Size, bool DstAlignCanChange, Align DstAlign, bool IsZeroMemset, bool IsVolatile)
static MemOp Copy(uint64_t Size, bool DstAlignCanChange, Align DstAlign, Align SrcAlign, bool IsVolatile, bool MemcpyStrSrc=false)
static MemOp Move(uint64_t Size, bool DstAlignCanChange, Align DstAlign, Align SrcAlign, bool IsVolatile)
static StringRef getLibcallImplName(RTLIB::LibcallImpl CallImpl)
Get the libcall routine name for the specified libcall implementation.
These are IR-level optimization flags that may be propagated to SDNodes.
static LLVM_ABI bool isEqual(const KeyTy &Key, const SDNode &N)
The key SelectionDAG uniques SDNodes by.
void AddPointer(const void *P)
SmallVector< SDValue, 0 > OpStorage
Backs Ops when the key is built from a node; empty otherwise.
SDNodeKey(unsigned Opcode, SDVTList VTList, ArrayRef< SDValue > Ops)
This represents a list of ValueType's that has been intern'd by a SelectionDAG.
Clients of various APIs that cause global effects on the DAG can optionally implement this interface.
DAGUpdateListener *const Next
virtual void NodeDeleted(SDNode *N, SDNode *E)
The node N that was deleted and, if E is not null, an equivalent node E that replaced it.
virtual void NodeInserted(SDNode *N)
The node N that was inserted.
virtual void NodeUpdated(SDNode *N)
The node N that was updated.
This structure contains all information that is necessary for lowering calls.
CallLoweringInfo & setLibCallee(CallingConv::ID CC, Type *ResultType, SDValue Target, ArgListTy &&ArgsList)
CallLoweringInfo & setDiscardResult(bool Value=true)
CallLoweringInfo & setDebugLoc(const SDLoc &dl)
CallLoweringInfo & setTailCall(bool Value=true)
CallLoweringInfo & setChain(SDValue InChain)