44#define DEBUG_TYPE "M68k-isel"
58 auto *RegInfo = Subtarget.getRegisterInfo();
87 if (Subtarget.atLeastM68020()) {
124 for (
auto VT : {MVT::i8, MVT::i16, MVT::i32}) {
132 for (
auto VT : {MVT::i8, MVT::i16, MVT::i32}) {
142 for (
auto VT : {MVT::i8, MVT::i16, MVT::i32}) {
154 for (
auto VT : {MVT::i8, MVT::i16, MVT::i32}) {
204 {MVT::i8, MVT::i16, MVT::i32},
LibCall);
211 return Subtarget.atLeastM68020()
246 return Ty.getSimpleVT();
251#define GET_CALLING_CONV_IMPL
252#include "M68kGenCallingConv.inc"
290 Align Alignment = Flags.getNonZeroByValAlign();
292 return DAG.
getMemcpy(Chain,
DL, Dst, Src, SizeNode, Alignment, Alignment,
354 if (!Flags.isByVal()) {
355 if (!
TII->isLoadFromStackSlot(*Def, FI))
358 unsigned Opcode = Def->getOpcode();
359 if ((Opcode == M68k::LEA32p || Opcode == M68k::LEA32f) &&
360 Def->getOperand(1).isFI()) {
361 FI = Def->getOperand(1).getIndex();
362 Bytes = Flags.getByValSize();
374 SDValue Ptr = Ld->getBasePtr();
382 Bytes = Flags.getByValSize();
406M68kTargetLowering::getReturnAddressFrameIndex(
SelectionDAG &DAG)
const {
408 M68kMachineFunctionInfo *FuncInfo = MF.
getInfo<M68kMachineFunctionInfo>();
411 if (ReturnAddrIndex == 0) {
413 unsigned SlotSize = Subtarget.getSlotSize();
415 SlotSize, -(int64_t)SlotSize,
false);
425 bool IsTailCall,
int FPDiff,
428 OutRetAddr = getReturnAddressFrameIndex(DAG);
431 OutRetAddr = DAG.
getLoad(VT,
DL, Chain, OutRetAddr, MachinePointerInfo());
435SDValue M68kTargetLowering::EmitTailCallStoreRetAddr(
437 EVT PtrVT,
unsigned SlotSize,
int FPDiff,
const SDLoc &
DL)
const {
443 SlotSize, (int64_t)FPDiff - SlotSize,
false);
448 Chain,
DL, RetFI, NewFI,
459 unsigned ArgIdx)
const {
461 ISD::ArgFlagsTy
Flags = Ins[ArgIdx].Flags;
476 }
else if (VA.
getValVT() == MVT::i16) {
490 bool IsImmutable = !AlwaysUseMutable && !
Flags.isByVal();
492 if (
Flags.isByVal()) {
493 unsigned Bytes =
Flags.getByValSize();
516 ValVT,
DL, Chain, FIN,
536 Chain,
DL, Arg, PtrOff,
546 SelectionDAG &DAG = CLI.
DAG;
548 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.
Outs;
549 SmallVectorImpl<SDValue> &OutVals = CLI.
OutVals;
550 SmallVectorImpl<ISD::InputArg> &Ins = CLI.
Ins;
559 bool IsSibcall =
false;
560 M68kMachineFunctionInfo *MFI = MF.
getInfo<M68kMachineFunctionInfo>();
567 if (Attr.getValueAsBool())
578 }
else if (IsTailCall) {
580 IsTailCall = IsEligibleForTailCallOptimization(
595 "Var args not supported with calling convention fastcc");
600 for (
const auto &Arg : CLI.
getArgs())
602 M68kCCState CCInfo(ArgTypes, CallConv, IsVarArg, MF, ArgLocs,
604 CCInfo.AnalyzeCallOperands(Outs, CC_M68k);
607 unsigned NumBytes = CCInfo.getAlignedCallFrameSize();
614 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
618 if (IsTailCall && !IsSibcall && !IsMustTail) {
622 FPDiff = NumBytesCallerPushed - NumBytes;
626 if (FPDiff < MFI->getTCReturnAddrDelta())
630 unsigned NumBytesToPush = NumBytes;
631 unsigned NumBytesToPop = NumBytes;
636 if (!Outs.
empty() && Outs.
back().Flags.isInAlloca()) {
638 if (!ArgLocs.
back().isMemLoc())
641 if (ArgLocs.
back().getLocMemOffset() != 0)
643 "the only memory argument");
648 NumBytes - NumBytesToPush,
DL);
652 if (IsTailCall && FPDiff)
653 Chain = EmitTailCallLoadRetAddr(DAG, RetFI, Chain, IsTailCall, FPDiff,
DL);
661 const M68kRegisterInfo *RegInfo = Subtarget.getRegisterInfo();
662 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
663 ISD::ArgFlagsTy
Flags = Outs[i].Flags;
666 if (
Flags.isInAlloca())
669 CCValAssign &VA = ArgLocs[i];
672 bool IsByVal =
Flags.isByVal();
697 Chain,
DL, Arg, SpillSlot,
706 }
else if (!IsSibcall && (!IsTailCall || IsByVal)) {
713 LowerMemOpCallTo(Chain, StackPtr, Arg,
DL, DAG, VA, Flags));
717 if (!MemOpChains.
empty())
724 if (IsVarArg && IsMustTail) {
726 for (
const auto &
F : Forwards) {
728 RegsToPass.
push_back(std::make_pair(
unsigned(
F.PReg), Val));
735 if (!IsSibcall && IsTailCall) {
747 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
748 CCValAssign &VA = ArgLocs[i];
753 ISD::ArgFlagsTy
Flags = Outs[i].Flags;
755 if (
Flags.isInAlloca())
759 uint32_t OpSize = (VA.
getLocVT().getSizeInBits() + 7) / 8;
763 if (
Flags.isByVal()) {
778 ArgChain,
DL, Arg, FIN,
783 if (!MemOpChains2.
empty())
787 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetFI,
789 Subtarget.getSlotSize(), FPDiff,
DL);
795 for (
unsigned i = 0, e = RegsToPass.
size(); i != e; ++i) {
797 RegsToPass[i].second, InGlue);
809 const GlobalValue *GV =
G->getGlobal();
811 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV);
830 unsigned char OpFlags =
831 Subtarget.classifyGlobalFunctionReference(
nullptr, *
Mod);
839 if (!IsSibcall && IsTailCall) {
844 Ops.push_back(Chain);
845 Ops.push_back(Callee);
852 for (
unsigned i = 0, e = RegsToPass.
size(); i != e; ++i)
854 RegsToPass[i].second.getValueType()));
858 assert(Mask &&
"Missing call preserved mask for calling convention");
863 Ops.push_back(InGlue);
867 return DAG.
getNode(M68kISD::TC_RETURN,
DL, MVT::Other,
Ops);
871 Chain = DAG.
getNode(M68kISD::CALL,
DL, {MVT::Other, MVT::Glue},
Ops);
875 unsigned NumBytesForCalleeToPop;
878 NumBytesForCalleeToPop = NumBytes;
882 NumBytesForCalleeToPop = 4;
884 NumBytesForCalleeToPop = 0;
890 NumBytesForCalleeToPop = NumBytes;
895 Chain = DAG.
getCALLSEQ_END(Chain, NumBytesToPop, NumBytesForCalleeToPop,
902 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins,
DL, DAG,
906SDValue M68kTargetLowering::LowerCallResult(
915 CCInfo.AnalyzeCallResult(Ins, RetCC_M68k);
918 for (
unsigned i = 0, e = RVLocs.
size(); i != e; ++i) {
919 CCValAssign &VA = RVLocs[i];
941SDValue M68kTargetLowering::LowerFormalArguments(
946 M68kMachineFunctionInfo *MMFI = MF.
getInfo<M68kMachineFunctionInfo>();
956 M68kCCState CCInfo(ArgTypes, CCID, IsVarArg, MF, ArgLocs, *DAG.
getContext());
958 CCInfo.AnalyzeFormalArguments(Ins, CC_M68k);
960 unsigned LastVal = ~0
U;
962 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
963 CCValAssign &VA = ArgLocs[i];
964 assert(VA.
getValNo() != LastVal &&
"Same value in different locations");
972 if (RegVT == MVT::i32)
973 RC = &M68k::XR32RegClass;
998 ArgValue = LowerMemArgument(Chain, CCID, Ins,
DL, DAG, VA, MFI, i);
1010 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
1019 if (Ins[i].
Flags.isSRet()) {
1032 unsigned StackSize = CCInfo.getStackSize();
1035 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
1040 if (MFI.hasVAStart()) {
1044 if (IsVarArg && MFI.hasMustTailInVarArgFunc()) {
1047 MVT IntVT = MVT::i32;
1052 SmallVectorImpl<ForwardedRegister> &Forwards =
1054 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, CC_M68k);
1057 for (ForwardedRegister &
F : Forwards) {
1085bool M68kTargetLowering::CanLowerReturn(
1088 const Type *RetTy)
const {
1090 CCState CCInfo(CCID, IsVarArg, MF, RVLocs,
Context);
1091 return CCInfo.CheckReturn(Outs, RetCC_M68k);
1101 M68kMachineFunctionInfo *MFI = MF.
getInfo<M68kMachineFunctionInfo>();
1104 CCState CCInfo(CCID, IsVarArg, MF, RVLocs, *DAG.
getContext());
1105 CCInfo.AnalyzeReturn(Outs, RetCC_M68k);
1116 for (
unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
1117 CCValAssign &VA = RVLocs[i];
1119 SDValue ValToCopy = OutVals[i];
1177 unsigned RetValReg = M68k::D0;
1191 return DAG.
getNode(M68kISD::RET,
DL, MVT::Other, RetOps);
1227M68kTargetLowering::GetAlignedArgumentStackSize(
unsigned StackSize,
1229 const TargetFrameLowering &TFI = *Subtarget.getFrameLowering();
1231 uint64_t AlignMask = StackAlignment - 1;
1232 int64_t
Offset = StackSize;
1233 unsigned SlotSize = Subtarget.getSlotSize();
1234 if ((
Offset & AlignMask) <= (StackAlignment - SlotSize)) {
1236 Offset += ((StackAlignment - SlotSize) - (
Offset & AlignMask));
1240 ((~AlignMask) &
Offset) + StackAlignment + (StackAlignment - SlotSize);
1247bool M68kTargetLowering::IsEligibleForTailCallOptimization(
1249 bool IsCalleeStructRet,
bool IsCallerStructRet,
Type *RetTy,
1261 bool CCMatch = CallerCC == CalleeCC;
1274 const M68kRegisterInfo *RegInfo = Subtarget.getRegisterInfo();
1275 if (RegInfo->hasStackRealignment(MF))
1280 if (IsCalleeStructRet || IsCallerStructRet)
1286 if (IsVarArg && !Outs.
empty()) {
1289 CCState CCInfo(CalleeCC, IsVarArg, MF, ArgLocs,
C);
1291 CCInfo.AnalyzeCallOperands(Outs, CC_M68k);
1292 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i)
1293 if (!ArgLocs[i].isRegLoc())
1303 const M68kRegisterInfo *
TRI = Subtarget.getRegisterInfo();
1304 const uint32_t *CallerPreserved =
TRI->getCallPreservedMask(MF, CallerCC);
1306 const uint32_t *CalleePreserved =
TRI->getCallPreservedMask(MF, CalleeCC);
1307 if (!
TRI->regmaskSubsetEqual(CallerPreserved, CalleePreserved))
1311 unsigned StackArgsSize = 0;
1315 if (!Outs.
empty()) {
1319 CCState CCInfo(CalleeCC, IsVarArg, MF, ArgLocs,
C);
1321 CCInfo.AnalyzeCallOperands(Outs, CC_M68k);
1322 StackArgsSize = CCInfo.getStackSize();
1324 if (StackArgsSize) {
1328 const MachineRegisterInfo *MRI = &MF.
getRegInfo();
1329 const M68kInstrInfo *
TII = Subtarget.getInstrInfo();
1330 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
1331 CCValAssign &VA = ArgLocs[i];
1333 ISD::ArgFlagsTy
Flags = Outs[i].Flags;
1352 PositionIndependent) {
1353 unsigned NumInRegs = 0;
1356 unsigned MaxInRegs = PositionIndependent ? 1 : 2;
1358 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
1359 CCValAssign &VA = ArgLocs[i];
1368 if (++NumInRegs == MaxInRegs)
1375 const MachineRegisterInfo &MRI = MF.
getRegInfo();
1383 if (
unsigned BytesToPop =
1384 MF.
getInfo<M68kMachineFunctionInfo>()->getBytesToPopOnReturn()) {
1386 bool CalleePopMatches = CalleeWillPop && BytesToPop == StackArgsSize;
1387 if (!CalleePopMatches)
1389 }
else if (CalleeWillPop && StackArgsSize > 0) {
1403 switch (
Op.getOpcode()) {
1412 return LowerXALUO(
Op, DAG);
1414 return LowerSETCC(
Op, DAG);
1416 return LowerSETCCCARRY(
Op, DAG);
1418 return LowerSELECT(
Op, DAG);
1420 return LowerBRCOND(
Op, DAG);
1425 return LowerADDC_ADDE_SUBC_SUBE(
Op, DAG);
1427 return LowerConstantPool(
Op, DAG);
1429 return LowerGlobalAddress(
Op, DAG);
1431 return LowerExternalSymbol(
Op, DAG);
1433 return LowerBlockAddress(
Op, DAG);
1435 return LowerJumpTable(
Op, DAG);
1437 return LowerVASTART(
Op, DAG);
1439 return LowerDYNAMIC_STACKALLOC(
Op, DAG);
1441 return LowerShiftLeftParts(
Op, DAG);
1443 return LowerShiftRightParts(
Op, DAG,
true);
1445 return LowerShiftRightParts(
Op, DAG,
false);
1447 return LowerATOMICFENCE(
Op, DAG);
1449 return LowerGlobalTLSAddress(
Op, DAG);
1456 ArgListTy &&ArgList)
const {
1458 CallLoweringInfo CLI(DAG);
1464 std::move(ArgList));
1470 unsigned TargetFlags)
const {
1479 Args.emplace_back(Arg, PtrTy);
1480 return LowerExternalSymbolCall(DAG,
SDLoc(GA),
"__tls_get_addr",
1485 return LowerExternalSymbolCall(DAG, Loc,
"__m68k_read_tp",
ArgListTy());
1505 SDValue Tp = getM68kReadTp(SDLoc(GA), DAG);
1519 SDValue Tp = getM68kReadTp(SDLoc(GA), DAG);
1528 assert(Subtarget.isTargetELF());
1533 switch (AccessModel) {
1535 return LowerTLSGeneralDynamic(GA, DAG);
1537 return LowerTLSLocalDynamic(GA, DAG);
1539 return LowerTLSInitialExec(GA, DAG);
1541 return LowerTLSLocalExec(GA, DAG);
1554 return VT.
bitsLE(MVT::i32) || Subtarget.atLeastM68020();
1575 EVT VT =
N->getValueType(0);
1580 unsigned TruncOp = 0;
1581 auto PromoteMULO = [&](
unsigned ExtOp) {
1586 if (VT == MVT::i8) {
1594 bool NoOverflow =
false;
1595 unsigned BaseOp = 0;
1596 switch (
Op.getOpcode()) {
1600 BaseOp = M68kISD::ADD;
1604 BaseOp = M68kISD::ADD;
1608 BaseOp = M68kISD::SUB;
1612 BaseOp = M68kISD::SUB;
1617 NoOverflow = VT != MVT::i32;
1623 NoOverflow = VT != MVT::i32;
1640 Result = DAG.
getNode(TruncOp,
DL, MVT::i8, Arith);
1649 SDNode *
N =
Op.getNode();
1665 Overflow = DAG.
getNode(M68kISD::SETCC,
DL,
N->getValueType(1),
1679 if (Src.getValueType() == MVT::i8 || Src.getValueType() == MVT::i16)
1691 return DAG.
getNode(M68kISD::SETCC,
DL, MVT::i8,
1713 unsigned AndBitWidth =
And.getValueSizeInBits();
1723 uint64_t AndRHSVal = AndRHS->getZExtValue();
1745 switch (SetCCOpcode) {
1779 if (SetCCOpcode ==
ISD::SETGT && RHSC->isAllOnes()) {
1784 if (SetCCOpcode ==
ISD::SETLT && RHSC->isZero()) {
1788 if (SetCCOpcode ==
ISD::SETLT && RHSC->getZExtValue() == 1) {
1802 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
1806 switch (SetCCOpcode) {
1823 switch (SetCCOpcode) {
1859 "Expected TRUNCATE to i1 node");
1861 if (
Op.getOperand(0).getOpcode() !=
ISD::SRL)
1874 unsigned UOpNo = UI->getOperandNo();
1893 bool NeedCF =
false;
1894 bool NeedOF =
false;
1913 switch (
Op->getOpcode()) {
1918 if (
Op.getNode()->getFlags().hasNoSignedWrap())
1932 if (
Op.getResNo() != 0 || NeedOF || NeedCF) {
1934 return DAG.
getNode(M68kISD::CMP,
DL, MVT::i8,
1937 unsigned Opcode = 0;
1938 unsigned NumOperands = 0;
1943 bool NeedTruncation =
false;
1957 NeedTruncation =
true;
1968 Opcode = M68kISD::ADD;
1979 EVT VT =
Op.getValueType();
1981 unsigned ShAmt =
Op->getConstantOperandVal(1);
1987 if (!
Mask.isSignedIntN(32))
2002 bool IsLegalAndnType = VT == MVT::i32 || VT == MVT::i64;
2006 if ( !IsAndn || !IsLegalAndnType)
2015 for (
const auto *U :
Op.getNode()->users())
2024 Opcode = M68kISD::SUB;
2027 Opcode = M68kISD::XOR;
2030 Opcode = M68kISD::AND;
2033 Opcode = M68kISD::OR;
2052 if (NeedTruncation) {
2053 EVT VT =
Op.getValueType();
2056 unsigned ConvertedOp = 0;
2064 ConvertedOp = M68kISD::ADD;
2067 ConvertedOp = M68kISD::SUB;
2070 ConvertedOp = M68kISD::AND;
2073 ConvertedOp = M68kISD::OR;
2076 ConvertedOp = M68kISD::XOR;
2092 return DAG.
getNode(M68kISD::CMP,
DL, MVT::i8,
2095 SDVTList VTs = DAG.
getVTList(
Op.getValueType(), MVT::i8);
2126 return EmitTest(Op0, M68kCC,
DL, DAG);
2129 "Unexpected comparison operation for MVT::i1 operands");
2140 Op0 = DAG.
getNode(ExtendOp,
DL, MVT::i32, Op0);
2141 Op1 = DAG.
getNode(ExtendOp,
DL, MVT::i32, Op1);
2148 return DAG.
getNode(M68kISD::CMP,
DL, MVT::i8, Op0, Op1);
2164 MVT VT =
Op.getSimpleValueType();
2165 assert(VT == MVT::i8 &&
"SetCC type must be 8-bit integer");
2179 if (
SDValue NewSetCC = LowerToBTST(Op0, CC,
DL, DAG)) {
2193 if (Op0.
getOpcode() == M68kISD::SETCC) {
2201 DAG.
getNode(M68kISD::SETCC,
DL, MVT::i8,
2224 SDValue CCR = EmitCmp(Op0, Op1, M68kCC,
DL, DAG);
2225 return DAG.
getNode(M68kISD::SETCC,
DL, MVT::i8,
2237 assert(
LHS.getSimpleValueType().isInteger() &&
"SETCCCARRY is integer only.");
2245 SDVTList VTs = DAG.
getVTList(
LHS.getValueType(), MVT::i32);
2249 return DAG.
getNode(M68kISD::SETCC,
DL, MVT::i8,
2255 unsigned Opc =
Op.getNode()->getOpcode();
2256 if (
Opc == M68kISD::CMP)
2258 if (
Op.getResNo() == 1 &&
2259 (
Opc == M68kISD::ADD ||
Opc == M68kISD::SUB ||
Opc == M68kISD::ADDX ||
2260 Opc == M68kISD::SUBX ||
Opc == M68kISD::SMUL ||
Opc == M68kISD::UMUL ||
2261 Opc == M68kISD::OR ||
Opc == M68kISD::XOR ||
Opc == M68kISD::AND))
2264 if (
Op.getResNo() == 2 &&
Opc == M68kISD::UMUL)
2276 unsigned Bits = V.getValueSizeInBits();
2282 bool addTest =
true;
2298 if (
Cond.getOpcode() == M68kISD::SETCC &&
2299 Cond.getOperand(1).getOpcode() == M68kISD::CMP &&
2332 DAG.
getNode(M68kISD::SETCC_CARRY,
DL,
Op.getValueType(),
2346 Cond.getOperand(0).getOpcode() == M68kISD::SETCC_CARRY &&
2352 unsigned CondOpcode =
Cond.getOpcode();
2353 if (CondOpcode == M68kISD::SETCC || CondOpcode == M68kISD::SETCC_CARRY) {
2357 unsigned Opc =
Cmp.getOpcode();
2359 bool IllegalFPCMov =
false;
2399 if (
Cond.getOpcode() == M68kISD::SUB) {
2406 DAG.
getNode(M68kISD::SETCC_CARRY,
DL,
Op.getValueType(),
2420 if (
T1.getValueType() == T2.getValueType() &&
2434 const APInt &
C =
Const->getAPIntValue();
2435 if (
C.countr_zero() >= 5)
2437 else if (
C.countr_one() >= 5)
2450 Opc =
Op.getOpcode();
2454 Op.getOperand(0).hasOneUse() &&
2456 Op.getOperand(1).hasOneUse());
2465 return Op.getOperand(0).getOpcode() == M68kISD::SETCC &&
2466 Op.getOperand(0).hasOneUse();
2471 bool AddTest =
true;
2477 bool Inverted =
false;
2483 Cond.getOperand(0).getResNo() == 1 &&
2498 Cond.getOperand(0).getOpcode() == M68kISD::SETCC_CARRY &&
2504 unsigned CondOpcode =
Cond.getOpcode();
2505 if (CondOpcode == M68kISD::SETCC || CondOpcode == M68kISD::SETCC_CARRY) {
2509 unsigned Opc =
Cmp.getOpcode();
2522 Cond =
Cond.getNode()->getOperand(1);
2528 CondOpcode =
Cond.getOpcode();
2549 Chain = DAG.
getNode(M68kISD::BRCOND,
DL,
Op.getValueType(), Chain,
2562 Op.getNode()->hasOneUse()) {
2567 SDNode *
User = *
Op.getNode()->user_begin();
2579 Chain = DAG.
getNode(M68kISD::BRCOND,
DL,
Op.getValueType(), Chain,
2609 if (
Cond.hasOneUse()) {
2623 return DAG.
getNode(M68kISD::BRCOND,
DL,
Op.getValueType(), Chain, Dest, CC,
2629 MVT VT =
Op.getNode()->getSimpleValueType(0);
2635 SDVTList VTs = DAG.
getVTList(VT, MVT::i8);
2638 bool ExtraOp =
false;
2639 switch (
Op.getOpcode()) {
2646 Opc = M68kISD::ADDX;
2653 Opc = M68kISD::SUBX;
2659 return DAG.
getNode(
Opc, SDLoc(
Op), VTs,
Op.getOperand(0),
Op.getOperand(1));
2660 return DAG.
getNode(
Opc, SDLoc(
Op), VTs,
Op.getOperand(0),
Op.getOperand(1),
2676 unsigned char OpFlag = Subtarget.classifyLocalReference(
nullptr);
2678 unsigned WrapperKind = M68kISD::Wrapper;
2680 WrapperKind = M68kISD::WrapperPC;
2693 DAG.
getNode(M68kISD::GLOBAL_BASE_REG, SDLoc(), PtrVT),
2707 unsigned char OpFlag = Subtarget.classifyExternalReference(*
Mod);
2709 unsigned WrapperKind = M68kISD::Wrapper;
2711 WrapperKind = M68kISD::WrapperPC;
2723 DAG.
getNode(M68kISD::GLOBAL_BASE_REG, SDLoc(), PtrVT),
2739 unsigned char OpFlags = Subtarget.classifyBlockAddressReference();
2758 DAG.
getNode(M68kISD::GLOBAL_BASE_REG,
DL, PtrVT), Result);
2767 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV);
2789 DAG.
getNode(M68kISD::GLOBAL_BASE_REG,
DL, PtrVT), Result);
2813 return LowerGlobalAddress(GV, SDLoc(
Op),
Offset, DAG);
2826 unsigned char OpFlag = Subtarget.classifyLocalReference(
nullptr);
2828 unsigned WrapperKind = M68kISD::Wrapper;
2830 WrapperKind = M68kISD::WrapperPC;
2841 DAG.
getNode(M68kISD::GLOBAL_BASE_REG, SDLoc(), PtrVT),
2849 return Subtarget.getJumpTableEncoding();
2876 if (Constraint.
size() > 0) {
2877 switch (Constraint[0]) {
2891 if (Constraint.
size() == 2)
2892 switch (Constraint[1]) {
2914 std::vector<SDValue> &
Ops,
2918 if (Constraint.
size() == 1) {
2920 switch (Constraint[0]) {
2933 int64_t Val =
C->getSExtValue();
2934 switch (Constraint[0]) {
2936 if (Val > 0 && Val <= 8)
2944 if (Val < -0x80 || Val >= 0x80)
2948 if (Val < 0 && Val >= -8)
2952 if (Val < -0x100 || Val >= 0x100)
2956 if (Val >= 24 && Val <= 31)
2964 if (Val >= 8 && Val <= 15)
2979 if (Constraint.
size() == 2) {
2980 switch (Constraint[0]) {
2983 switch (Constraint[1]) {
2991 int64_t Val =
C->getSExtValue();
2992 switch (Constraint[1]) {
3019 if (Result.getNode()) {
3020 Ops.push_back(Result);
3027std::pair<unsigned, const TargetRegisterClass *>
3031 if (Constraint.
size() == 1) {
3032 switch (Constraint[0]) {
3037 return std::make_pair(0U, &M68k::DR8RegClass);
3039 return std::make_pair(0U, &M68k::DR16RegClass);
3041 return std::make_pair(0U, &M68k::DR32RegClass);
3049 return std::make_pair(0U, &M68k::AR16RegClass);
3051 return std::make_pair(0U, &M68k::AR32RegClass);
3074 switch (
MI.getOpcode()) {
3105 if (miI == BB->
end())
3107 if (SBB->isLiveIn(M68k::CCR))
3112 SelectItr->addRegisterKilled(M68k::CCR,
TRI);
3119 const TargetInstrInfo *
TII = Subtarget.getInstrInfo();
3135 MachineBasicBlock *ThisMBB =
MBB;
3174 MachineInstr *CascadedCMOV =
nullptr;
3175 MachineInstr *LastCMOV = &
MI;
3188 (NextMIIt->getOperand(3).getImm() == CC ||
3189 NextMIIt->getOperand(3).getImm() == OppCC)) {
3190 LastCMOV = &*NextMIIt;
3197 if (LastCMOV == &
MI && NextMIIt !=
MBB->
end() &&
3198 NextMIIt->getOpcode() ==
MI.getOpcode() &&
3199 NextMIIt->getOperand(2).getReg() ==
MI.getOperand(2).getReg() &&
3200 NextMIIt->getOperand(1).getReg() ==
MI.getOperand(0).getReg() &&
3201 NextMIIt->getOperand(1).isKill()) {
3202 CascadedCMOV = &*NextMIIt;
3205 MachineBasicBlock *Jcc1MBB =
nullptr;
3210 Jcc1MBB =
F->CreateMachineBasicBlock(BB);
3215 MachineBasicBlock *Copy0MBB =
F->CreateMachineBasicBlock(BB);
3216 MachineBasicBlock *SinkMBB =
F->CreateMachineBasicBlock(BB);
3217 F->insert(It, Copy0MBB);
3218 F->insert(It, SinkMBB);
3221 unsigned CallFrameSize =
TII->getCallFrameSizeAt(
MI);
3227 const TargetRegisterInfo *
TRI = Subtarget.getRegisterInfo();
3229 MachineInstr *LastCCRSUser = CascadedCMOV ? CascadedCMOV : LastCMOV;
3279 DenseMap<unsigned, std::pair<unsigned, unsigned>> RegRewriteTable;
3280 MachineInstrBuilder MIB;
3290 Register DestReg = MIIt->getOperand(0).getReg();
3291 Register Op1Reg = MIIt->getOperand(1).getReg();
3292 Register Op2Reg = MIIt->getOperand(2).getReg();
3297 if (MIIt->getOperand(3).getImm() == OppCC)
3300 if (RegRewriteTable.
find(Op1Reg) != RegRewriteTable.
end())
3301 Op1Reg = RegRewriteTable[Op1Reg].first;
3303 if (RegRewriteTable.
find(Op2Reg) != RegRewriteTable.
end())
3304 Op2Reg = RegRewriteTable[Op2Reg].second;
3307 BuildMI(*SinkMBB, SinkInsertionPoint,
DL,
TII->get(M68k::PHI), DestReg)
3314 RegRewriteTable[DestReg] = std::make_pair(Op1Reg, Op2Reg);
3323 DL,
TII->get(TargetOpcode::COPY),
3325 .
addReg(
MI.getOperand(0).getReg());
3331 (MIIt++)->eraseFromParent();
3339 llvm_unreachable(
"Cannot lower Segmented Stack Alloca with stack-split on");
3345 switch (
MI.getOpcode()) {
3351 return EmitLoweredSelect(
MI, BB);
3353 return EmitLoweredSegAlloca(
MI, BB);
3380 const SDValue AsmOperands[4] = {
3391 DAG.
getVTList(MVT::Other, MVT::Glue), AsmOperands);
3407 SDNode *
Node =
Op.getNode();
3410 unsigned Align =
Op.getConstantOperandVal(2);
3411 EVT VT =
Node->getValueType(0);
3429 assert(
SPReg &&
"Target cannot require DYNAMIC_STACKALLOC expansion and"
3430 " not tell us which reg is the stack pointer!");
3433 Chain =
SP.getValue(1);
3434 const TargetFrameLowering &TFI = *Subtarget.getFrameLowering();
3437 if (Align > StackAlign)
3455 EVT VT =
Lo.getValueType();
3468 SDValue ShamtMinusRegisterSize =
3470 SDValue RegisterSizeMinus1Shamt =
3496 EVT VT =
Lo.getValueType();
3520 SDValue ShamtMinusRegisterSize =
3522 SDValue RegisterSizeMinus1Shamt =
3532 DAG.
getNode(ShiftRightOp,
DL, VT,
Hi, ShamtMinusRegisterSize);
3551 return DAG.
getNode(M68kISD::SETCC, dl, MVT::i8,
3568 if (Carry.
getOpcode() == M68kISD::SETCC ||
3569 Carry.
getOpcode() == M68kISD::SETCC_CARRY) {
3616 return DAG.
getNode(M68kISD::BRCOND,
DL,
N->getVTList(),
N->getOperand(0),
3617 N->getOperand(1),
Cond, Flags);
3625 MVT VT =
N->getSimpleValueType(0);
3627 return DAG.
getNode(M68kISD::SUBX,
SDLoc(
N), VTs,
N->getOperand(0),
3628 N->getOperand(1), Flags);
3638 MVT VT =
N->getSimpleValueType(0);
3640 return DAG.
getNode(M68kISD::ADDX,
SDLoc(
N), VTs,
N->getOperand(0),
3641 N->getOperand(1), Flags);
3648 DAGCombinerInfo &DCI)
const {
3649 SelectionDAG &DAG = DCI.DAG;
3650 switch (
N->getOpcode()) {
3655 case M68kISD::SETCC:
3657 case M68kISD::BRCOND:
3665 bool IsVarArg)
const {
3667 return RetCC_M68k_C;
static SDValue getSETCC(AArch64CC::CondCode CC, SDValue NZCV, const SDLoc &DL, SelectionDAG &DAG)
Helper function to create 'CSET', which is equivalent to 'CSINC <Wd>, WZR, WZR, invert(<cond>)'.
static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls)
Return true if the calling convention is one that we can guarantee TCO for.
static bool mayTailCallThisCC(CallingConv::ID CC)
Return true if we might ever do TCO for calls with this calling convention.
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
const HexagonInstrInfo * TII
static SDValue CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, const SDLoc &dl)
CreateCopyOfByValArgument - Make a copy of an aggregate at address specified by "Src" to address "Dst...
const AbstractManglingParser< Derived, Alloc >::OperatorInfo AbstractManglingParser< Derived, Alloc >::Ops[]
This file contains the custom routines for the M68k Calling Convention that aren't done by tablegen.
static SDValue LowerTruncateToBTST(SDValue Op, ISD::CondCode CC, const SDLoc &DL, SelectionDAG &DAG)
static void lowerOverflowArithmetic(SDValue Op, SelectionDAG &DAG, SDValue &Result, SDValue &CCR, unsigned &CC)
static SDValue combineADDX(SDNode *N, SelectionDAG &DAG, TargetLowering::DAGCombinerInfo &DCI)
static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc)
Return true if node is an ISD::AND or ISD::OR of two M68k::SETcc nodes each of which has no other use...
static bool hasNonFlagsUse(SDValue Op)
return true if Op has a use that doesn't just read flags.
static bool isM68kCCUnsigned(unsigned M68kCC)
Return true if the condition is an unsigned comparison operation.
static StructReturnType callIsStructReturn(const SmallVectorImpl< ISD::OutputArg > &Outs)
static bool isXor1OfSetCC(SDValue Op)
Return true if node is an ISD::XOR of a M68kISD::SETCC and 1 and that the SETCC node has a single use...
static SDValue LowerAndToBTST(SDValue And, ISD::CondCode CC, const SDLoc &DL, SelectionDAG &DAG)
Result of 'and' is compared against zero. Change to a BTST node if possible.
static SDValue combineM68kBrCond(SDNode *N, SelectionDAG &DAG, const M68kSubtarget &Subtarget)
static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode)
static StructReturnType argsAreStructReturn(const SmallVectorImpl< ISD::InputArg > &Ins)
Determines whether a function uses struct return semantics.
static bool isCMOVPseudo(MachineInstr &MI)
static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt)
Return true if the function is being made into a tailcall target by changing its ABI.
static bool isM68kLogicalCmp(SDValue Op)
Return true if opcode is a M68k logical comparison.
static SDValue combineM68kSetCC(SDNode *N, SelectionDAG &DAG, const M68kSubtarget &Subtarget)
static SDValue combineSetCCCCR(SDValue CCR, M68k::CondCode &CC, SelectionDAG &DAG, const M68kSubtarget &Subtarget)
Optimize a CCR definition used according to the condition code CC into a simpler CCR value,...
static SDValue combineCarryThroughADD(SDValue CCR)
static bool isOverflowArithmetic(unsigned Opcode)
static bool MatchingStackOffset(SDValue Arg, unsigned Offset, ISD::ArgFlagsTy Flags, MachineFrameInfo &MFI, const MachineRegisterInfo *MRI, const M68kInstrInfo *TII, const CCValAssign &VA)
Return true if the given stack call argument is already available in the same position (relatively) o...
static SDValue getBitTestCondition(SDValue Src, SDValue BitNo, ISD::CondCode CC, const SDLoc &DL, SelectionDAG &DAG)
Create a BTST (Bit Test) node - Test bit BitNo in Src and set condition according to equal/not-equal ...
static bool isTruncWithZeroHighBitsInput(SDValue V, SelectionDAG &DAG)
static bool checkAndUpdateCCRKill(MachineBasicBlock::iterator SelectItr, MachineBasicBlock *BB, const TargetRegisterInfo *TRI)
static SDValue combineSUBX(SDNode *N, SelectionDAG &DAG)
static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, bool IsFP, SDValue &LHS, SDValue &RHS, SelectionDAG &DAG)
Do a one-to-one translation of a ISD::CondCode to the M68k-specific condition code,...
This file defines the interfaces that M68k uses to lower LLVM code into a selection DAG.
This file contains the declarations of the M68k MCAsmInfo properties.
This file declares the M68k specific subclass of MachineFunctionInfo.
This file declares the M68k specific subclass of TargetSubtargetInfo.
This file declares the M68k specific subclass of TargetMachine.
This file contains declarations for M68k ELF object file lowering.
Register const TargetRegisterInfo * TRI
Promote Memory to Register
static constexpr MCPhysReg SPReg
const SmallVectorImpl< MachineOperand > & Cond
This file defines the 'Statistic' class, which is designed to be an easy way to expose various metric...
#define STATISTIC(VARNAME, DESC)
static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")
static APInt getAllOnes(unsigned numBits)
Return an APInt of a specified width with all bits set.
static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet)
Constructs an APInt value that has the top hiBitsSet bits set.
an instruction that atomically reads a memory location, combines it with another value,...
static LLVM_ABI bool resultsCompatible(CallingConv::ID CalleeCC, CallingConv::ID CallerCC, MachineFunction &MF, LLVMContext &C, const SmallVectorImpl< ISD::InputArg > &Ins, CCAssignFn CalleeFn, CCAssignFn CallerFn)
Returns true if the results of the two calling conventions are compatible.
CCValAssign - Represent assignment of one arg/retval to a location.
Register getLocReg() const
LocInfo getLocInfo() const
int64_t getLocMemOffset() const
unsigned getValNo() const
LLVM_ABI bool isMustTailCall() const
Tests if this call site must be tail call optimized.
const Constant * getConstVal() const
This is an important base class in LLVM.
A parsed version of the target data layout string in and methods for querying it.
iterator find(const_arg_type_t< KeyT > Val)
iterator_range< arg_iterator > args()
Attribute getFnAttribute(Attribute::AttrKind Kind) const
Return the attribute for the given attribute kind.
bool hasMinSize() const
Optimize this function for minimum size (-Oz).
bool hasStructRetAttr() const
Determine if the function returns a structure through first or second pointer argument.
int64_t getOffset() const
const GlobalValue * getGlobal() const
bool hasDLLImportStorageClass() const
Module * getParent()
Get the module that this global value is contained inside of...
This is an important class for using LLVM in a threaded context.
void setVarArgsFrameIndex(int Index)
void setSRetReturnReg(unsigned Reg)
SmallVectorImpl< ForwardedRegister > & getForwardedMustTailRegParms()
void setBytesToPopOnReturn(unsigned bytes)
unsigned getBytesToPopOnReturn() const
unsigned getSRetReturnReg() const
void setRAIndex(int Index)
int getVarArgsFrameIndex() const
void setArgumentStackSize(unsigned size)
void setTCReturnAddrDelta(int delta)
const uint32_t * getCallPreservedMask(const MachineFunction &MF, CallingConv::ID) const override
unsigned getStackRegister() const
const M68kRegisterInfo * getRegisterInfo() const override
ConstraintType getConstraintType(StringRef ConstraintStr) const override
Given a constraint, return the type of constraint it is for this target.
void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint, std::vector< SDValue > &Ops, SelectionDAG &DAG) const override
Lower the specified operand into the Ops vector.
MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr &MI, MachineBasicBlock *MBB) const override
This method should be implemented by targets that mark instructions with the 'usesCustomInserter' fla...
AtomicExpansionKind shouldExpandAtomicRMWInIR(const AtomicRMWInst *RMW) const override
Returns how the IR-level AtomicExpand pass should expand the given AtomicRMW, if at all.
virtual MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override
EVT is not used in-tree, but is used by out-of-tree target.
const MCExpr * LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI, const MachineBasicBlock *MBB, unsigned uid, MCContext &Ctx) const override
SDValue getPICJumpTableRelocBase(SDValue Table, SelectionDAG &DAG) const override
Returns relocation base for the given PIC jumptable.
const MCExpr * getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, MCContext &Ctx) const override
This returns the relocation base for the given PIC jumptable, the same as getPICJumpTableRelocBase,...
CCAssignFn * getCCAssignFn(CallingConv::ID CC, bool Return, bool IsVarArg) const
M68kTargetLowering(const M68kTargetMachine &TM, const M68kSubtarget &STI)
InlineAsm::ConstraintCode getInlineAsmMemConstraint(StringRef ConstraintCode) const override
SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override
Provide custom lowering hooks for some operations.
EVT getSetCCResultType(const DataLayout &DL, LLVMContext &Context, EVT VT) const override
Return the value type to use for ISD::SETCC.
Register getExceptionSelectorRegister(ExceptionHandling EH, const Constant *PersonalityFn) const override
If a physical register, this returns the register that receives the exception typeid on entry to a la...
unsigned getJumpTableEncoding() const override
Return the entry encoding for a jump table in the current function.
Register getExceptionPointerRegister(ExceptionHandling EH, const Constant *PersonalityFn) const override
If a physical register, this returns the register that receives the exception address on entry to an ...
std::pair< unsigned, const TargetRegisterClass * > getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const override
Given a physical register constraint (e.g.
Context object for machine code objects.
Base class for the full range of assembler expressions which are needed for parsing.
static const MCSymbolRefExpr * create(const MCSymbol *Symbol, MCContext &Ctx, SMLoc Loc=SMLoc())
static MDTuple * get(LLVMContext &Context, ArrayRef< Metadata * > MDs)
static auto integer_valuetypes()
TypeSize getSizeInBits() const
Returns the size of the specified MVT in bits.
bool isFloatingPoint() const
Return true if this is a FP or a vector FP type.
static MVT getIntegerVT(unsigned BitWidth)
MVT getScalarType() const
If this is a vector, return the element type, otherwise return this.
LLVM_ABI void transferSuccessorsAndUpdatePHIs(MachineBasicBlock *FromMBB)
Transfers all the successors, as in transferSuccessors, and update PHI operands in the successor bloc...
LLVM_ABI instr_iterator insert(instr_iterator I, MachineInstr *M)
Insert MI into the instruction list before I, possibly inside a bundle.
void setCallFrameSize(unsigned N)
Set the call frame size on entry to this basic block.
const BasicBlock * getBasicBlock() const
Return the LLVM basic block that this instance corresponded to originally.
LLVM_ABI void addSuccessor(MachineBasicBlock *Succ, BranchProbability Prob=BranchProbability::getUnknown())
Add Succ as a successor of this MachineBasicBlock.
void addLiveIn(MCRegister PhysReg, LaneBitmask LaneMask=LaneBitmask::getAll())
Adds the specified register as a live in.
const MachineFunction * getParent() const
Return the MachineFunction containing this basic block.
iterator_range< succ_iterator > successors()
void splice(iterator Where, MachineBasicBlock *Other, iterator From)
Take an instruction from MBB 'Other' at the position From, and insert it into this MBB right before '...
MachineInstrBundleIterator< MachineInstr > iterator
The MachineFrameInfo class represents an abstract stack frame until prolog/epilog code is inserted.
LLVM_ABI int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool IsImmutable, bool isAliased=false)
Create a new object at a fixed location on the stack.
void setObjectZExt(int ObjectIdx, bool IsZExt)
void setObjectSExt(int ObjectIdx, bool IsSExt)
void setHasTailCall(bool V=true)
bool isObjectZExt(int ObjectIdx) const
int64_t getObjectSize(int ObjectIdx) const
Return the size of the specified object.
bool isObjectSExt(int ObjectIdx) const
int64_t getObjectOffset(int ObjectIdx) const
Return the assigned stack offset of the specified object from the incoming stack pointer.
bool isFixedObjectIndex(int ObjectIdx) const
Returns true if the specified index corresponds to a fixed stack object.
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
MCSymbol * getJTISymbol(unsigned JTI, MCContext &Ctx, bool isLinkerPrivate=false) const
getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
const DataLayout & getDataLayout() const
Return the DataLayout attached to the Module associated to this MF.
Function & getFunction()
Return the LLVM function that this machine code represents.
BasicBlockListType::iterator iterator
bool shouldSplitStack() const
Should we be emitting segmented stack stuff for the function.
Ty * getInfo()
getInfo - Keep track of various per-function pieces of information for backends that would like to do...
Register addLiveIn(MCRegister PReg, const TargetRegisterClass *RC)
addLiveIn - Add the specified physical register as a live-in value and create a corresponding virtual...
const TargetMachine & getTarget() const
getTarget - Return the target machine this machine code is compiled with
const MachineInstrBuilder & addReg(Register RegNo, RegState Flags={}, unsigned SubReg=0) const
Add a new virtual register operand.
const MachineInstrBuilder & addMBB(MachineBasicBlock *MBB, unsigned TargetFlags=0) const
MachineInstr * getInstr() const
If conversion operators fail, use this method to get the MachineInstr explicitly.
Representation of each machine instruction.
bool readsRegister(Register Reg, const TargetRegisterInfo *TRI) const
Return true if the MachineInstr reads the specified register.
bool killsRegister(Register Reg, const TargetRegisterInfo *TRI) const
Return true if the MachineInstr kills the specified register.
bool definesRegister(Register Reg, const TargetRegisterInfo *TRI) const
Return true if the MachineInstr fully defines the specified register.
const MachineOperand & getOperand(unsigned i) const
LLVM_ABI MachineInstrBundleIterator< MachineInstr > eraseFromParent()
Unlink 'this' from the containing basic block and delete it.
@ EK_Custom32
EK_Custom32 - Each entry is a 32-bit value that is custom lowered by the TargetLowering::LowerCustomJ...
Register getReg() const
getReg - Returns the register number.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
LLVM_ABI LLVM_READONLY MachineInstr * getVRegDef(Register Reg) const
getVRegDef - Return the machine instr that defines the specified virtual register or null if none is ...
LLVM_ABI Register createVirtualRegister(const TargetRegisterClass *RegClass, StringRef Name="")
createVirtualRegister - Create and return a new virtual register in the function with the specified r...
Class to represent pointers.
static LLVM_ABI PointerType * get(LLVMContext &C, unsigned AddressSpace)
This constructs an opaque pointer to an object in a numbered address space.
Wrapper class representing virtual and physical registers.
static constexpr bool isVirtualRegister(unsigned Reg)
Return true if the specified register number is in the virtual register namespace.
Wrapper class for IR location info (IR ordering and DebugLoc) to be passed into SDNode creation funct...
This class provides iterator support for SDUse operands that use a specific SDNode.
Represents one node in the SelectionDAG.
bool hasOneUse() const
Return true if there is exactly one use of this node.
uint64_t getAsZExtVal() const
Helper method returns the zero-extended integer value of a ConstantSDNode.
const SDValue & getOperand(unsigned Num) const
EVT getValueType(unsigned ResNo) const
Return the type of a specified result.
Unlike LLVM values, Selection DAG nodes may return multiple values as the result of a computation.
SDNode * getNode() const
get the SDNode which holds the desired result
bool hasOneUse() const
Return true if there is exactly one node using value ResNo of Node, in exactly one operand.
SDValue getValue(unsigned R) const
EVT getValueType() const
Return the ValueType of the referenced return value.
TypeSize getValueSizeInBits() const
Returns the size of the value in bits.
const SDValue & getOperand(unsigned i) const
uint64_t getConstantOperandVal(unsigned i) const
MVT getSimpleValueType() const
Return the simple ValueType of the referenced return value.
unsigned getOpcode() const
This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representa...
SDValue getTargetGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, int64_t offset=0, unsigned TargetFlags=0)
LLVM_ABI SDValue getStackArgumentTokenFactor(SDValue Chain)
Compute a TokenFactor to force all the incoming stack arguments to be loaded from the stack.
SDValue getCopyToReg(SDValue Chain, const SDLoc &dl, Register Reg, SDValue N)
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 getRegister(Register Reg, EVT VT)
SDValue getGLOBAL_OFFSET_TABLE(EVT VT)
Return a GLOBAL_OFFSET_TABLE node. This does not have a useful SDLoc.
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 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
SDValue getTargetJumpTable(int JTI, EVT VT, unsigned TargetFlags=0)
SDValue getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue, const SDLoc &DL)
Return a new CALLSEQ_END node, which always must have a glue result (to ensure it's not CSE'd).
LLVM_ABI SDValue getBitcast(EVT VT, SDValue V)
Return a bitcast using the SDLoc of the value operand, and casting to the provided type.
SDValue getCopyFromReg(SDValue Chain, const SDLoc &dl, Register Reg, EVT VT)
const DataLayout & getDataLayout() const
LLVM_ABI SDValue getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, Align Alignment, MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const MMOMetadata &Metadata=MMOMetadata())
Helper function to build ISD::STORE nodes.
LLVM_ABI SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
Create a ConstantSDNode wrapping a constant value.
SDValue getSignedTargetConstant(int64_t Val, const SDLoc &DL, EVT VT, bool isOpaque=false)
LLVM_ABI SDValue getMDNode(const MDNode *MD)
Return an MDNodeSDNode which holds an MDNode.
LLVM_ABI void ReplaceAllUsesWith(SDValue From, SDValue To)
Modify anything using 'From' to use 'To' instead.
LLVM_ABI SDValue getSignedConstant(int64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, const SDLoc &DL)
Return a new CALLSEQ_START node, that starts new call frame, in which InSize bytes are set up inside ...
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 SDValue getExternalSymbol(const char *Sym, EVT VT)
const TargetMachine & getTarget() const
LLVM_ABI SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, bool isTarget=false)
LLVM_ABI SDValue getValueType(EVT)
LLVM_ABI SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDUse > Ops)
Gets or creates the specified node.
SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isOpaque=false)
SDValue getTargetBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset=0, unsigned TargetFlags=0)
MachineFunction & getMachineFunction() const
LLVM_ABI SDValue getFrameIndex(int FI, EVT VT, bool isTarget=false)
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 bool MaskedValueIsZero(SDValue Op, const APInt &Mask, unsigned Depth=0) const
Return true if 'Op & Mask' is known to be zero.
LLVMContext * getContext() const
LLVM_ABI SDValue getTargetExternalSymbol(const char *Sym, EVT VT, unsigned TargetFlags=0)
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.
SDValue getTargetConstantPool(const Constant *C, EVT VT, MaybeAlign Align=std::nullopt, int Offset=0, unsigned TargetFlags=0)
SDValue getEntryNode() const
Return the token chain corresponding to the entry of the function.
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
reference emplace_back(ArgTypes &&... Args)
void push_back(const T &Elt)
Represent a constant reference to a string, i.e.
constexpr size_t size() const
Get the string size.
A switch()-like statement whose cases are string literals.
StringSwitch & Case(StringLiteral S, T Value)
unsigned getStackAlignment() const
getStackAlignment - This method returns the number of bytes to which the stack pointer must be aligne...
void setOperationAction(unsigned Op, MVT VT, LegalizeAction Action)
Indicate that the specified operation does not work with the specified type and indicate what to do a...
virtual const TargetRegisterClass * getRegClassFor(MVT VT, bool isDivergent=false) const
Return the register class that should be used for the specified value type.
const TargetMachine & getTargetMachine() const
void setMaxAtomicSizeInBitsSupported(unsigned SizeInBits)
Set the maximum atomic operation size supported by the backend.
Register getStackPointerRegisterToSaveRestore() const
If a physical register, this specifies the register that llvm.savestack/llvm.restorestack should save...
void setMinFunctionAlignment(Align Alignment)
Set the target's minimum function alignment.
void setBooleanContents(BooleanContent Ty)
Specify how the target extends the result of integer and floating point boolean values from i1 to a w...
void computeRegisterProperties(const TargetRegisterInfo *TRI)
Once all of the register classes are added, this allows us to compute derived properties we expose.
void addRegisterClass(MVT VT, const TargetRegisterClass *RC)
Add the specified register class as an available regclass for the specified value type.
bool isTypeLegal(EVT VT) const
Return true if the target has native support for the specified value type.
MVT getProgramPointerTy(const DataLayout &DL) const
Return the type for code pointers, which is determined by the program address space specified through...
virtual MVT getPointerTy(const DataLayout &DL, uint32_t AS=0) const
Return the pointer type for the given address space, defaults to the pointer type from the data layou...
bool isOperationLegal(unsigned Op, EVT VT) const
Return true if the specified operation is legal on this target.
void setTruncStoreAction(MVT ValVT, MVT MemVT, LegalizeAction Action)
Indicate that the specified truncating store does not work with the specified type and indicate what ...
@ ZeroOrNegativeOneBooleanContent
void setStackPointerRegisterToSaveRestore(Register R)
If set to a physical register, this specifies the register that llvm.savestack/llvm....
AtomicExpansionKind
Enum that specifies what an atomic load/AtomicRMWInst is expanded to, if at all.
void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, LegalizeAction Action)
Indicate that the specified load with extension does not work with the specified type and indicate wh...
std::vector< ArgListEntry > ArgListTy
virtual MVT getPointerMemTy(const DataLayout &DL, uint32_t AS=0) const
Return the in-memory pointer type for the given address space, defaults to the pointer type from the ...
This class defines information used to lower LLVM code to legal SelectionDAG operators that the targe...
virtual InlineAsm::ConstraintCode getInlineAsmMemConstraint(StringRef ConstraintCode) const
virtual ConstraintType getConstraintType(StringRef Constraint) const
Given a constraint, return the type of constraint it is for this target.
bool parametersInCSRMatch(const MachineRegisterInfo &MRI, const uint32_t *CallerPreservedMask, const SmallVectorImpl< CCValAssign > &ArgLocs, const SmallVectorImpl< SDValue > &OutVals) const
Check whether parameters to a call that are passed in callee saved registers are the same as from the...
std::pair< SDValue, SDValue > LowerCallTo(CallLoweringInfo &CLI) const
This function lowers an abstract call to a function into an actual call.
bool isPositionIndependent() const
virtual std::pair< unsigned, const TargetRegisterClass * > getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const
Given a physical register constraint (e.g.
TargetLowering(const TargetLowering &)=delete
virtual void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint, std::vector< SDValue > &Ops, SelectionDAG &DAG) const
Lower the specified operand into the Ops vector.
TLSModel::Model getTLSModel(const GlobalValue *GV) const
Returns the TLS model which should be used for the given global variable.
unsigned GuaranteedTailCallOpt
GuaranteedTailCallOpt - This flag is enabled when -tailcallopt is specified on the commandline.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
The instances of the Type class are immutable: once they are created, they are never changed.
LLVM_ABI unsigned getOperandNo() const
Return the operand # of this use in its User.
User * getUser() const
Returns the User that contains this Use.
LLVM Value Representation.
bool hasOneUse() const
Return true if there is exactly one use of this value.
self_iterator getIterator()
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
constexpr char Align[]
Key for Kernel::Arg::Metadata::mAlign.
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.
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
@ M68k_INTR
Used for M68k interrupt routines.
@ Swift
Calling convention for Swift.
@ M68k_RTD
Used for M68k rtd-based CC (similar to X86's stdcall).
@ C
The default llvm calling convention, compatible with C.
LLVM_ABI CondCode getSetCCInverse(CondCode Operation, bool isIntegerLike)
Return the operation corresponding to !(X op Y), where 'op' is a valid SetCC operation.
bool isNON_EXTLoad(const SDNode *N)
Returns true if the specified node is a non-extending load.
@ 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...
@ STACKRESTORE
STACKRESTORE has two operands, an input chain and a pointer to restore to it returns an output chain.
@ STACKSAVE
STACKSAVE - STACKSAVE has one operand, an input chain.
@ SMUL_LOHI
SMUL_LOHI/UMUL_LOHI - Multiply two integers of type iN, producing a signed/unsigned value of type i[2...
@ BSWAP
Byte Swap and Counting operators.
@ VAEND
VAEND, VASTART - VAEND and VASTART have three operands: an input chain, pointer, and a SRCVALUE.
@ ADDC
Carry-setting nodes for multiple precision addition and subtraction.
@ ADD
Simple integer binary arithmetic operators.
@ ANY_EXTEND
ANY_EXTEND - Used for integer types. The high bits are undefined.
@ ATOMIC_FENCE
OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope) This corresponds to the fence instruction.
@ SDIVREM
SDIVREM/UDIVREM - Divide two integers and produce both a quotient and remainder result.
@ BITCAST
BITCAST - This operator converts between integer, vector and FP values, as if the value was stored to...
@ SIGN_EXTEND
Conversion operators.
@ BR
Control flow instructions. These all have token chains.
@ SETCCCARRY
Like SetCC, ops #0 and #1 are the LHS and RHS operands to compare, but op #2 is a boolean indicating ...
@ BR_CC
BR_CC - Conditional branch.
@ SSUBO
Same for subtraction.
@ BR_JT
BR_JT - Jumptable branch.
@ SELECT
Select(COND, TRUEVAL, FALSEVAL).
@ VACOPY
VACOPY - VACOPY has 5 operands: an input chain, a destination pointer, a source pointer,...
@ 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.
@ MULHU
MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing an unsigned/signed value of...
@ SHL
Shift and rotation operations.
@ 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) ...
@ ATOMIC_CMP_SWAP
Val, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmp, swap) For double-word atomic operations: ValLo,...
@ SMULO
Same for multiplication.
@ DYNAMIC_STACKALLOC
DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned to a specified boundary.
@ AND
Bitwise operators - logical and, logical or, logical xor.
@ ADDE
Carry-using nodes for multiple precision addition and subtraction.
@ 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,...
@ INLINEASM
INLINEASM - Represents an inline asm block.
@ TRUNCATE
TRUNCATE - Completely drop the high bits.
@ VAARG
VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE, and the alignment.
@ BRCOND
BRCOND - Conditional branch.
@ 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...
CondCode
ISD::CondCode enum - These are ordered carefully to make the bitfields below work out,...
static bool isPCRelBlockReference(unsigned char Flag)
Return True if the Block is referenced using PC.
static bool isGlobalRelativeToPICBase(unsigned char TargetFlag)
Return true if the specified global value reference is relative to a 32-bit PIC base (M68kISD::GLOBAL...
static bool isGlobalStubReference(unsigned char TargetFlag)
Return true if the specified TargetFlag operand is a reference to a stub for a global,...
static bool isPCRelGlobalReference(unsigned char Flag)
Return True if the specified GlobalValue requires PC addressing mode.
@ MO_TLSLDM
On a symbol operand, this indicates that the immediate is the offset to the slot in GOT which stores ...
@ MO_TLSLE
On a symbol operand, this indicates that the immediate is the offset to the variable within in the th...
@ MO_TLSGD
On a symbol operand, this indicates that the immediate is the offset to the slot in GOT which stores ...
@ MO_GOTPCREL
On a symbol operand this indicates that the immediate is offset to the GOT entry for the symbol name ...
@ MO_TLSIE
On a symbol operand, this indicates that the immediate is the offset to the variable within the threa...
@ MO_TLSLD
On a symbol operand, this indicates that the immediate is the offset to variable within the thread lo...
static bool isDirectGlobalReference(unsigned char Flag)
Return True if the specified GlobalValue is a direct reference for a symbol.
static bool IsSETCC(unsigned SETCC)
static unsigned GetCondBranchFromCond(M68k::CondCode CC)
bool isCalleePop(CallingConv::ID CallingConv, bool IsVarArg, bool GuaranteeTCO)
Determines whether the callee is required to pop its own arguments.
static M68k::CondCode GetOppositeBranchCondition(M68k::CondCode CC)
@ User
could "use" a pointer
NodeAddr< NodeBase * > Node
This is an optimization pass for GlobalISel generic memory operations.
MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, const MCInstrDesc &MCID)
Builder interface. Specify how to create the initial instruction itself.
constexpr bool isInt(int64_t x)
Checks if an integer fits into the given bit width.
LLVM_ABI bool isNullConstant(SDValue V)
Returns true if V is a constant integer zero.
@ Known
Known to have no common set bits.
decltype(auto) dyn_cast(const From &Val)
dyn_cast<X> - Return the argument parameter cast to the specified type.
unsigned Log2_64_Ceil(uint64_t Value)
Return the ceil log base 2 of the specified value, 64 if the value is zero.
bool CCAssignFn(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, Type *OrigTy, CCState &State)
CCAssignFn - This function assigns a location for Val, updating State to reflect the change.
constexpr bool isPowerOf2_64(uint64_t Value)
Return true if the argument is a power of two > 0 (64 bit edition.)
LLVM_ABI bool isBitwiseNot(SDValue V, bool AllowUndefs=false)
Returns true if V is a bitwise not operation.
decltype(auto) get(const PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > &Pair)
LLVM_ABI void report_fatal_error(Error Err, bool gen_crash_diag=true)
constexpr bool isUInt(uint64_t x)
Checks if an unsigned integer fits into the given bit width.
class LLVM_GSL_OWNER SmallVector
Forward declaration of SmallVector so that calculateSmallVectorDefaultInlinedElements can reference s...
bool isa(const From &Val)
isa<X> - Return true if the parameter to the template is an instance of one of the template type argu...
@ Mod
The access may modify the value stored in memory.
@ Xor
Bitwise or logical XOR of integers.
@ Sub
Subtraction of integers.
DWARFExpression::Operation Op
constexpr unsigned BitWidth
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.
LLVM_ABI bool isOneConstant(SDValue V)
Returns true if V is a constant integer one.
LLVM_ABI bool isAllOnesConstant(SDValue V)
Returns true if V is an integer constant with all bits set.
MCRegisterClass TargetRegisterClass
void swap(llvm::BitVector &LHS, llvm::BitVector &RHS)
Implement std::swap in terms of BitVector swap.
This struct is a compact representation of a valid (non-zero power of two) alignment.
TypeSize getSizeInBits() const
Return the size of the specified value type in bits.
uint64_t getScalarSizeInBits() const
bool isVectorOf(EVT EltVT) const
Return true if this is a vector with matching element type.
bool bitsLE(EVT VT) const
Return true if this has no more bits than VT.
This class contains a discriminated union of information about pointers in memory operands,...
static LLVM_ABI MachinePointerInfo getStack(MachineFunction &MF, int64_t Offset, uint8_t ID=0)
Stack pointer relative access.
static LLVM_ABI MachinePointerInfo getGOT(MachineFunction &MF)
Return a MachinePointerInfo record that refers to a GOT entry.
static LLVM_ABI MachinePointerInfo getFixedStack(MachineFunction &MF, int FI, int64_t Offset=0)
Return a MachinePointerInfo record that refers to the specified FrameIndex.
This represents a list of ValueType's that has been intern'd by a SelectionDAG.
This structure contains all information that is necessary for lowering calls.
CallLoweringInfo & setLibCallee(CallingConv::ID CC, Type *ResultType, SDValue Target, ArgListTy &&ArgsList)
SmallVector< ISD::InputArg, 32 > Ins
CallLoweringInfo & setDebugLoc(const SDLoc &dl)
SmallVector< ISD::OutputArg, 32 > Outs
SmallVector< SDValue, 32 > OutVals
Type * RetTy
Same as OrigRetTy, or partially legalized for soft float libcalls.
CallLoweringInfo & setChain(SDValue InChain)