33#include "llvm/IR/IntrinsicsXCore.h"
42#define DEBUG_TYPE "xcore-lower"
196 switch (
Op.getOpcode())
211 case ISD::SUB:
return ExpandADDSUB(
Op.getNode(), DAG);
231 switch (
N->getOpcode()) {
236 Results.push_back(ExpandADDSUB(
N, DAG));
254 const auto *GVar = dyn_cast<GlobalVariable>(GV);
271 unsigned ObjSize =
DL.getTypeAllocSize(ObjType);
284 int64_t FoldedOffset = std::max(
Offset & ~3, (int64_t)0);
286 GA = getGlobalAddressWrapper(GA, GV, DAG);
288 if (
Offset != FoldedOffset) {
310 const BlockAddress *BA = cast<BlockAddressSDNode>(
Op)->getBlockAddress();
322 EVT PtrVT =
Op.getValueType();
324 if (
CP->isMachineConstantPoolEntry()) {
326 CP->getAlign(),
CP->getOffset());
346 unsigned JTI = JT->getIndex();
351 unsigned NumEntries = MJTI->
getJumpTables()[JTI].MBBs.size();
352 if (NumEntries <= 32) {
355 assert((NumEntries >> 31) == 0);
362SDValue XCoreTargetLowering::lowerLoadWordFromAlignedBasePlusOffset(
366 if ((
Offset & 0x3) == 0) {
371 int32_t LowOffset = HighOffset - 4;
374 dyn_cast<GlobalAddressSDNode>(
Base.getNode())) {
410 "Unexpected extension type");
411 assert(
LD->getMemoryVT() == MVT::i32 &&
"Unexpected load EVT");
414 LD->getMemoryVT(), *
LD->getMemOperand()))
421 if (!
LD->isVolatile()) {
427 Offset = cast<ConstantSDNode>(
BasePtr->getOperand(1))->getSExtValue();
428 return lowerLoadWordFromAlignedBasePlusOffset(
DL, Chain, NewBasePtr,
435 return lowerLoadWordFromAlignedBasePlusOffset(
DL, Chain, NewBasePtr,
440 if (
LD->getAlign() ==
Align(2)) {
442 LD->getPointerInfo(), MVT::i16,
Align(2),
443 LD->getMemOperand()->getFlags());
448 LD->getPointerInfo().getWithOffset(2), MVT::i16,
449 Align(2),
LD->getMemOperand()->getFlags());
466 Args.push_back(Entry);
469 CLI.setDebugLoc(
DL).setChain(Chain).setLibCallee(
475 std::pair<SDValue, SDValue> CallResult =
LowerCallTo(CLI);
476 SDValue Ops[] = { CallResult.first, CallResult.second };
483 assert(!
ST->isTruncatingStore() &&
"Unexpected store type");
484 assert(
ST->getMemoryVT() == MVT::i32 &&
"Unexpected store EVT");
487 ST->getMemoryVT(), *
ST->getMemOperand()))
495 if (
ST->getAlign() ==
Align(2)) {
501 MVT::i16,
Align(2),
ST->getMemOperand()->getFlags());
505 Chain, dl,
High, HighAddr,
ST->getPointerInfo().getWithOffset(2),
506 MVT::i16,
Align(2),
ST->getMemOperand()->getFlags());
517 Args.push_back(Entry);
520 Args.push_back(Entry);
523 CLI.setDebugLoc(dl).setChain(Chain).setCallee(
529 std::pair<SDValue, SDValue> CallResult =
LowerCallTo(CLI);
530 return CallResult.second;
537 "Unexpected operand to lower!");
543 DAG.
getVTList(MVT::i32, MVT::i32), Zero, Zero,
554 "Unexpected operand to lower!");
560 DAG.
getVTList(MVT::i32, MVT::i32), LHS, RHS,
574 SDValue &Addend1,
bool requireIntermediatesHaveOneUse)
591 if (requireIntermediatesHaveOneUse && !AddOp.
hasOneUse())
595 if (requireIntermediatesHaveOneUse && !OtherOp.
hasOneUse())
631 if (
N->getOperand(0).getOpcode() ==
ISD::MUL) {
632 Mul =
N->getOperand(0);
634 }
else if (
N->getOperand(1).getOpcode() ==
ISD::MUL) {
635 Mul =
N->getOperand(1);
641 SDValue LL, RL, AddendL, AddendH;
657 DAG.
getVTList(MVT::i32, MVT::i32), AddendH,
662 if (LHSSB > 32 && RHSSB > 32) {
665 DAG.
getVTList(MVT::i32, MVT::i32), AddendH,
676 DAG.
getVTList(MVT::i32, MVT::i32), AddendH,
689 assert(
N->getValueType(0) == MVT::i64 &&
691 "Unknown operand to lower!");
694 if (
SDValue Result = TryExpandADDWithMul(
N, DAG))
734 EVT VT =
Node->getValueType(0);
738 const Value *SV = cast<SrcValueSDNode>(
Node->getOperand(2))->getValue();
773 if (cast<ConstantSDNode>(
Op.getOperand(0))->getZExtValue() > 0)
779 RegInfo->getFrameRegister(MF), MVT::i32);
789 if (cast<ConstantSDNode>(
Op.getOperand(0))->getZExtValue() > 0)
825 RegInfo->getFrameRegister(MF), MVT::i32);
833 unsigned StackReg = XCore::R2;
834 unsigned HandlerReg = XCore::R3;
851 return Op.getOperand(0);
861 const Value *TrmpAddr = cast<SrcValueSDNode>(
Op.getOperand(4))->getValue();
911 unsigned IntNo = cast<ConstantSDNode>(
Op.getOperand(0))->getZExtValue();
913 case Intrinsic::xcore_crc8:
914 EVT VT =
Op.getValueType();
917 Op.getOperand(1),
Op.getOperand(2) ,
Op.getOperand(3));
937 "shouldInsertFencesForAtomic(true) expects unordered / monotonic");
938 if (
N->getMemoryVT() == MVT::i32) {
939 if (
N->getAlign() <
Align(4))
942 N->getChain(),
N->getBasePtr(),
N->getPointerInfo(),
943 N->getAlign(),
N->getMemOperand()->getFlags(),
944 N->getAAInfo(),
N->getRanges());
946 if (
N->getMemoryVT() == MVT::i16) {
947 if (
N->getAlign() <
Align(2))
950 N->getBasePtr(),
N->getPointerInfo(), MVT::i16,
951 N->getAlign(),
N->getMemOperand()->getFlags(),
954 if (
N->getMemoryVT() == MVT::i8)
956 N->getBasePtr(),
N->getPointerInfo(), MVT::i8,
957 N->getAlign(),
N->getMemOperand()->getFlags(),
968 "shouldInsertFencesForAtomic(true) expects unordered / monotonic");
969 if (
N->getMemoryVT() == MVT::i32) {
970 if (
N->getAlign() <
Align(4))
973 N->getPointerInfo(),
N->getAlign(),
974 N->getMemOperand()->getFlags(),
N->getAAInfo());
976 if (
N->getMemoryVT() == MVT::i16) {
977 if (
N->getAlign() <
Align(2))
980 N->getBasePtr(),
N->getPointerInfo(), MVT::i16,
981 N->getAlign(),
N->getMemOperand()->getFlags(),
984 if (
N->getMemoryVT() == MVT::i8)
986 N->getBasePtr(),
N->getPointerInfo(), MVT::i8,
987 N->getAlign(),
N->getMemOperand()->getFlags(),
993XCoreTargetLowering::getTargetMMOFlags(
const Instruction &
I)
const {
998 if (
auto *SI = dyn_cast<StoreInst>(&
I))
1001 if (
auto *LI = dyn_cast<LoadInst>(&
I))
1004 if (
auto *AI = dyn_cast<AtomicRMWInst>(&
I))
1007 if (
auto *AI = dyn_cast<AtomicCmpXchgInst>(&
I))
1017#include "XCoreGenCallingConv.inc"
1048 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall,
1049 Outs, OutVals, Ins, dl, DAG, InVals);
1061 for (
unsigned i = 0, e = RVLocs.
size(); i != e; ++i) {
1079 for (
unsigned i = 0, e = ResultMemLocs.
size(); i != e; ++i) {
1080 int offset = ResultMemLocs[i].first;
1081 unsigned index = ResultMemLocs[i].second;
1085 InVals[index] = load;
1091 if (!MemOpChains.
empty())
1101SDValue XCoreTargetLowering::LowerCCCCallTo(
1115 CCInfo.AllocateStack(4,
Align(4));
1117 CCInfo.AnalyzeCallOperands(Outs, CC_XCore);
1123 RetCCInfo.AllocateStack(CCInfo.getStackSize(),
Align(4));
1124 RetCCInfo.AnalyzeCallResult(Ins, RetCC_XCore);
1127 unsigned NumBytes = RetCCInfo.getStackSize();
1135 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
1172 if (!MemOpChains.
empty())
1180 for (
unsigned i = 0, e = RegsToPass.
size(); i != e; ++i) {
1181 Chain = DAG.
getCopyToReg(Chain, dl, RegsToPass[i].first,
1182 RegsToPass[i].second, InGlue);
1205 for (
unsigned i = 0, e = RegsToPass.
size(); i != e; ++i)
1207 RegsToPass[i].second.getValueType()));
1233SDValue XCoreTargetLowering::LowerFormalArguments(
1243 return LowerCCCArguments(Chain, CallConv, isVarArg,
1244 Ins, dl, DAG, InVals);
1252SDValue XCoreTargetLowering::LowerCCCArguments(
1266 CCInfo.AnalyzeFormalArguments(Ins, CC_XCore);
1270 unsigned LRSaveSize = StackSlotSize;
1287 for (
unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1299 errs() <<
"LowerFormalArguments Unhandled argument type: "
1305 Register VReg =
RegInfo.createVirtualRegister(&XCore::GRRegsRegClass);
1315 if (ObjSize > StackSlotSize) {
1316 errs() <<
"LowerFormalArguments Unhandled argument type: "
1330 const ArgDataPair ADP = { ArgIn,
Ins[i].Flags };
1338 XCore::R0, XCore::R1, XCore::R2, XCore::R3
1341 unsigned FirstVAReg = CCInfo.getFirstUnallocated(ArgRegs);
1342 if (FirstVAReg < std::size(ArgRegs)) {
1346 for (
int i = std::size(ArgRegs) - 1; i >= (int)FirstVAReg; --i) {
1349 if (i == (
int)FirstVAReg) {
1352 offset -= StackSlotSize;
1355 Register VReg =
RegInfo.createVirtualRegister(&XCore::GRRegsRegClass);
1356 RegInfo.addLiveIn(ArgRegs[i], VReg);
1372 if (!CFRegNode.
empty())
1379 for (
const ArgDataPair &ArgDI : ArgData) {
1380 if (ArgDI.Flags.isByVal() && ArgDI.Flags.getByValSize()) {
1381 unsigned Size = ArgDI.Flags.getByValSize();
1383 std::max(
Align(StackSlotSize), ArgDI.Flags.getNonZeroByValAlign());
1398 if (!MemOps.
empty()) {
1410bool XCoreTargetLowering::
1416 CCState CCInfo(CallConv, isVarArg, MF, RVLocs, Context);
1417 if (!CCInfo.CheckReturn(Outs, RetCC_XCore))
1419 if (CCInfo.getStackSize() != 0 && isVarArg)
1447 CCInfo.AnalyzeReturn(Outs, RetCC_XCore);
1453 RetOps.push_back(DAG.
getConstant(0, dl, MVT::i32));
1457 for (
unsigned i = 0, e = RVLocs.
size(); i != e; ++i) {
1469 int FI = MFI.CreateFixedObject(ObjSize,
Offset,
false);
1475 Chain, dl, OutVals[i], FIN,
1481 if (!MemOpChains.
empty())
1485 for (
unsigned i = 0, e = RVLocs.
size(); i != e; ++i) {
1502 RetOps.push_back(Glue);
1516 assert((
MI.getOpcode() == XCore::SELECT_CC) &&
1517 "Unexpected instr type to insert");
1536 F->insert(It, copy0MBB);
1537 F->insert(It, sinkMBB);
1570 MI.eraseFromParent();
1579 DAGCombinerInfo &DCI)
const {
1582 switch (
N->getOpcode()) {
1585 switch (cast<ConstantSDNode>(
N->getOperand(1))->getZExtValue()) {
1586 case Intrinsic::xcore_outt:
1587 case Intrinsic::xcore_outct:
1588 case Intrinsic::xcore_chkct: {
1596 !DCI.isBeforeLegalizeOps());
1600 DCI.CommitTargetLoweringOpt(TLO);
1604 case Intrinsic::xcore_setpt: {
1612 !DCI.isBeforeLegalizeOps());
1616 DCI.CommitTargetLoweringOpt(TLO);
1645 if (N1C && N1C->
isZero() &&
N->hasNUsesOfValue(0, 1)) {
1649 if ((Known.
Zero & Mask) == Mask) {
1671 if ((Known.
Zero & Mask) == Mask) {
1682 if (N1C && N1C->
isZero() &&
N->hasNUsesOfValue(0, 1)) {
1686 if ((Known.
Zero & Mask) == Mask) {
1705 if ((N0C && !N1C) ||
1711 if (N1C && N1C->
isZero()) {
1713 if (
N->hasNUsesOfValue(0, 0)) {
1732 SDValue Mul0, Mul1, Addend0, Addend1;
1733 if (
N->getValueType(0) == MVT::i32 &&
1736 DAG.
getVTList(MVT::i32, MVT::i32), Mul0,
1737 Mul1, Addend0, Addend1);
1746 if (
N->getValueType(0) == MVT::i64 &&
1761 DAG.
getVTList(MVT::i32, MVT::i32), Mul0L, Mul1L,
1762 Addend0L, Addend1L);
1771 if (!DCI.isBeforeLegalize() ||
1774 *
ST->getMemOperand()) ||
1775 ST->isVolatile() ||
ST->isIndexed()) {
1780 unsigned StoreBits =
ST->getMemoryVT().getStoreSizeInBits();
1781 assert((StoreBits % 8) == 0 &&
1782 "Store size in bits must be a multiple of 8");
1783 Align Alignment =
ST->getAlign();
1785 if (
LoadSDNode *LD = dyn_cast<LoadSDNode>(
ST->getValue())) {
1786 if (
LD->hasNUsesOfValue(1, 0) &&
ST->getMemoryVT() ==
LD->getMemoryVT() &&
1787 LD->getAlign() == Alignment &&
1788 !
LD->isVolatile() && !
LD->isIndexed() &&
1791 return DAG.
getMemmove(Chain, dl,
ST->getBasePtr(),
LD->getBasePtr(),
1793 Alignment,
false, isTail,
1794 ST->getPointerInfo(),
LD->getPointerInfo());
1803void XCoreTargetLowering::computeKnownBitsForTargetNode(
const SDValue Op,
1805 const APInt &DemandedElts,
1807 unsigned Depth)
const {
1809 switch (
Op.getOpcode()) {
1813 if (
Op.getResNo() == 1) {
1821 unsigned IntNo = cast<ConstantSDNode>(
Op.getOperand(1))->getZExtValue();
1823 case Intrinsic::xcore_getts:
1828 case Intrinsic::xcore_int:
1829 case Intrinsic::xcore_inct:
1834 case Intrinsic::xcore_testct:
1839 case Intrinsic::xcore_testwct:
1856 return (val >= 0 && val <= 11);
1861 return (val%2 == 0 &&
isImmUs(val/2));
1866 return (val%4 == 0 &&
isImmUs(val/4));
1878 unsigned Size =
DL.getTypeAllocSize(Ty);
1887 if (AM.
Scale == 0) {
1895 if (AM.
Scale == 0) {
1902 if (AM.
Scale == 0) {
1914std::pair<unsigned, const TargetRegisterClass *>
1918 if (Constraint.
size() == 1) {
1919 switch (Constraint[0]) {
1922 return std::make_pair(0U, &XCore::GRRegsRegClass);
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Function Alias Analysis Results
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
This file contains the declarations for the subclasses of Constant, which represent the different fla...
Returns the sub type a function will return at a given Idx Should correspond to the result type of an ExtractValue instruction executed with just that one unsigned Idx
const HexagonInstrInfo * TII
unsigned const TargetRegisterInfo * TRI
const char LLVMTargetMachineRef TM
assert(ImpDefSCC.getReg()==AMDGPU::SCC &&ImpDefSCC.isDef())
static SDValue LowerCallResult(SDValue Chain, SDValue InGlue, const SmallVectorImpl< CCValAssign > &RVLocs, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl< SDValue > &InVals)
LowerCallResult - Lower the result values of a call into the appropriate copies out of appropriate ph...
static bool isImmUs(int64_t val)
static bool isImmUs4(int64_t val)
static bool IsSmallObject(const GlobalValue *GV, const XCoreTargetLowering &XTL)
static bool isWordAligned(SDValue Value, SelectionDAG &DAG)
static bool isADDADDMUL(SDValue Op, SDValue &Mul0, SDValue &Mul1, SDValue &Addend0, SDValue &Addend1, bool requireIntermediatesHaveOneUse)
isADDADDMUL - Return whether Op is in a form that is equivalent to add(add(mul(x,y),...
static bool isImmUs2(int64_t val)
static constexpr uint32_t Opcode
Class for arbitrary precision integers.
static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet)
Constructs an APInt value that has the bottom loBitsSet bits set.
static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet)
Constructs an APInt value that has the top hiBitsSet bits set.
This is an SDNode representing atomic operations.
LLVM Basic Block Representation.
The address of a basic block.
CCState - This class holds information needed while lowering arguments and return values.
CCValAssign - Represent assignment of one arg/retval to a location.
Register getLocReg() const
LocInfo getLocInfo() const
int64_t getLocMemOffset() const
static Constant * getGetElementPtr(Type *Ty, Constant *C, ArrayRef< Constant * > IdxList, bool InBounds=false, std::optional< unsigned > InRangeIndex=std::nullopt, Type *OnlyIfReducedTy=nullptr)
Getelementptr form.
static Constant * get(Type *Ty, uint64_t V, bool IsSigned=false)
If Ty is a vector type, return a Constant with a splat of the given value.
uint64_t getZExtValue() const
This is an important base class in LLVM.
This class represents an Operation in the Expression.
A parsed version of the target data layout string in and methods for querying it.
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.
int64_t getOffset() const
const GlobalValue * getGlobal() const
bool hasLocalLinkage() const
StringRef getSection() const
Module * getParent()
Get the module that this global value is contained inside of...
Type * getValueType() const
This is an important class for using LLVM in a threaded context.
This class is used to represent ISD::LOAD nodes.
static auto integer_valuetypes()
TypeSize getSizeInBits() const
Returns the size of the specified MVT in bits.
void transferSuccessorsAndUpdatePHIs(MachineBasicBlock *FromMBB)
Transfers all the successors, as in transferSuccessors, and update PHI operands in the successor bloc...
const BasicBlock * getBasicBlock() const
Return the LLVM basic block that this instance corresponded to originally.
void addSuccessor(MachineBasicBlock *Succ, BranchProbability Prob=BranchProbability::getUnknown())
Add Succ as a successor of this MachineBasicBlock.
const MachineFunction * getParent() const
Return the MachineFunction containing this basic block.
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 '...
The MachineFrameInfo class represents an abstract stack frame until prolog/epilog code is inserted.
int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool IsImmutable, bool isAliased=false)
Create a new object at a fixed location on the stack.
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.
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
Ty * getInfo()
getInfo - Keep track of various per-function pieces of information for backends that would like to do...
const MachineJumpTableInfo * getJumpTableInfo() const
getJumpTableInfo - Return the jump table info object for the current function.
const MachineInstrBuilder & addReg(Register RegNo, unsigned flags=0, unsigned SubReg=0) const
Add a new virtual register operand.
const MachineInstrBuilder & addMBB(MachineBasicBlock *MBB, unsigned TargetFlags=0) const
Representation of each machine instruction.
@ EK_Inline
EK_Inline - Jump table entries are emitted inline at their point of use.
const std::vector< MachineJumpTableEntry > & getJumpTables() const
Flags
Flags values. These may be or'd together.
@ MOVolatile
The memory access is volatile.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
const DataLayout & getDataLayout() const
Get the data layout for the module's target platform.
Wrapper class representing virtual and physical registers.
Wrapper class for IR location info (IR ordering and DebugLoc) to be passed into SDNode creation funct...
Represents one node in the SelectionDAG.
unsigned getNumValues() const
Return the number of values defined/returned by this operator.
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.
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
unsigned getOpcode() const
This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representa...
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 AAMDNodes &AAInfo=AAMDNodes())
SDValue getTargetGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, int64_t offset=0, unsigned TargetFlags=0)
SDValue getMemmove(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Align Alignment, bool isVol, bool isTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo, const AAMDNodes &AAInfo=AAMDNodes(), AAResults *AA=nullptr)
SDValue getMergeValues(ArrayRef< SDValue > Ops, const SDLoc &dl)
Create a MERGE_VALUES node from the given operands.
SDVTList getVTList(EVT VT)
Return an SDVTList that represents the list of values specified.
SDValue getConstantPool(const Constant *C, EVT VT, MaybeAlign Align=std::nullopt, int Offs=0, bool isT=false, unsigned TargetFlags=0)
SDValue getLoad(EVT VT, const SDLoc &dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, MaybeAlign Alignment=MaybeAlign(), MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const AAMDNodes &AAInfo=AAMDNodes(), const MDNode *Ranges=nullptr)
Loads are not normal binary operators: their result type is not determined by their operands,...
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).
SDValue getMemcpy(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Align Alignment, bool isVol, bool AlwaysInline, bool isTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo, const AAMDNodes &AAInfo=AAMDNodes(), AAResults *AA=nullptr)
const DataLayout & getDataLayout() const
SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
Create a ConstantSDNode wrapping a constant value.
SDValue getGlobalAddress(const GlobalValue *GV, const SDLoc &DL, EVT VT, int64_t offset=0, bool isTargetGA=false, unsigned TargetFlags=0)
SDValue getTruncStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, EVT SVT, Align Alignment, MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const AAMDNodes &AAInfo=AAMDNodes())
SDValue getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, Align Alignment, MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const AAMDNodes &AAInfo=AAMDNodes())
Helper function to build ISD::STORE nodes.
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 ...
SDValue getRegister(unsigned Reg, EVT VT)
SDValue getExternalSymbol(const char *Sym, EVT VT)
SDValue getCopyToReg(SDValue Chain, const SDLoc &dl, unsigned Reg, SDValue N)
SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, bool isTarget=false)
SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDUse > Ops)
Gets or creates the specified node.
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.
SDValue getTargetBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset=0, unsigned TargetFlags=0)
bool isBaseWithConstantOffset(SDValue Op) const
Return true if the specified operand is an ISD::ADD with a ConstantSDNode on the right-hand side,...
MachineFunction & getMachineFunction() const
SDValue getCopyFromReg(SDValue Chain, const SDLoc &dl, unsigned Reg, EVT VT)
SDValue getFrameIndex(int FI, EVT VT, bool isTarget=false)
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.
bool MaskedValueIsZero(SDValue Op, const APInt &Mask, unsigned Depth=0) const
Return true if 'Op & Mask' is known to be zero.
LLVMContext * getContext() const
SDValue getTargetExternalSymbol(const char *Sym, EVT VT, unsigned TargetFlags=0)
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...
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.
StringRef - Represent a constant reference to a string, i.e.
constexpr size_t size() const
size - Get the string size.
bool startswith(StringRef Prefix) const
TargetInstrInfo - Interface to description of machine instruction set.
void setBooleanVectorContents(BooleanContent Ty)
Specify how the target extends the result of a vector boolean value from a vector of i1 to a wider ty...
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...
unsigned MaxStoresPerMemcpyOptSize
Likewise for functions with the OptSize attribute.
const TargetMachine & getTargetMachine() const
void setMinFunctionAlignment(Align Alignment)
Set the target's minimum function alignment.
unsigned MaxStoresPerMemsetOptSize
Likewise for functions with the OptSize attribute.
void setBooleanContents(BooleanContent Ty)
Specify how the target extends the result of integer and floating point boolean values from i1 to a w...
unsigned MaxStoresPerMemmove
Specify maximum number of store instructions per memmove call.
void computeRegisterProperties(const TargetRegisterInfo *TRI)
Once all of the register classes are added, this allows us to compute derived properties we expose.
unsigned MaxStoresPerMemmoveOptSize
Likewise for functions with the OptSize attribute.
void addRegisterClass(MVT VT, const TargetRegisterClass *RC)
Add the specified register class as an available regclass 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...
void setPrefFunctionAlignment(Align Alignment)
Set the target's preferred function alignment.
unsigned MaxStoresPerMemset
Specify maximum number of store instructions per memset call.
@ ZeroOrOneBooleanContent
void setStackPointerRegisterToSaveRestore(Register R)
If set to a physical register, this specifies the register that llvm.savestack/llvm....
void setTargetDAGCombine(ArrayRef< ISD::NodeType > NTs)
Targets should invoke this method for each target independent node that they want to provide a custom...
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
bool allowsMemoryAccessForAlignment(LLVMContext &Context, const DataLayout &DL, EVT VT, unsigned AddrSpace=0, Align Alignment=Align(1), MachineMemOperand::Flags Flags=MachineMemOperand::MONone, unsigned *Fast=nullptr) const
This function returns true if the memory access is aligned or if the target allows this specific unal...
unsigned MaxStoresPerMemcpy
Specify maximum number of store instructions per memcpy call.
void setSchedulingPreference(Sched::Preference Pref)
Specify the target scheduling preference.
This class defines information used to lower LLVM code to legal SelectionDAG operators that the targe...
bool ShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, TargetLoweringOpt &TLO) const
Check to see if the specified operand of the specified instruction is a constant integer.
std::pair< SDValue, SDValue > LowerCallTo(CallLoweringInfo &CLI) const
This function lowers an abstract call to a function into an actual call.
virtual std::pair< unsigned, const TargetRegisterClass * > getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const
Given a physical register constraint (e.g.
bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, KnownBits &Known, TargetLoweringOpt &TLO, unsigned Depth=0, bool AssumeSingleUse=false) const
Look at Op.
bool isInTailCallPosition(SelectionDAG &DAG, SDNode *Node, SDValue &Chain) const
Check whether a given call node is in tail position within its function.
virtual bool isGAPlusOffset(SDNode *N, const GlobalValue *&GA, int64_t &Offset) const
Returns true (and the GlobalValue and the offset) if the node is a GlobalAddress + offset.
Primary interface to the complete machine description for the target machine.
CodeModel::Model getCodeModel() const
Returns the code model.
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.
@ VoidTyID
type with no size
static Type * getVoidTy(LLVMContext &C)
bool isSized(SmallPtrSetImpl< Type * > *Visited=nullptr) const
Return true if it makes sense to take the size of this type.
static IntegerType * getInt8Ty(LLVMContext &C)
bool isFunctionTy() const
True if this is an instance of FunctionType.
static IntegerType * getInt32Ty(LLVMContext &C)
TypeID getTypeID() const
Return the type id for the type.
LLVM Value Representation.
Align getPointerAlignment(const DataLayout &DL) const
Returns an alignment of the pointer value.
static int stackSlotSize()
Stack slot size (4 bytes)
XCoreFunctionInfo - This class is derived from MachineFunction private XCore target-specific informat...
void setVarArgsFrameIndex(int off)
void setReturnStackOffset(unsigned value)
int getVarArgsFrameIndex() const
int createLRSpillSlot(MachineFunction &MF)
unsigned getReturnStackOffset() const
const TargetRegisterInfo * getRegisterInfo() const override
const XCoreInstrInfo * getInstrInfo() const override
bool isZExtFree(SDValue Val, EVT VT2) const override
Return true if zero-extending the specific node Val to type VT2 is free (either because it's implicit...
MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr &MI, MachineBasicBlock *MBB) const override
This method should be implemented by targets that mark instructions with the 'usesCustomInserter' fla...
bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I=nullptr) const override
isLegalAddressingMode - Return true if the addressing mode represented by AM is legal for this target...
SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override
LowerOperation - Provide custom lowering hooks for some operations.
void ReplaceNodeResults(SDNode *N, SmallVectorImpl< SDValue > &Results, SelectionDAG &DAG) const override
ReplaceNodeResults - Replace the results of node with an illegal result type with new values built ou...
unsigned getJumpTableEncoding() const override
Return the entry encoding for a jump table in the current function.
XCoreTargetLowering(const TargetMachine &TM, const XCoreSubtarget &Subtarget)
const char * getTargetNodeName(unsigned Opcode) const override
getTargetNodeName - This method returns the name of a target specific
self_iterator getIterator()
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
constexpr char Args[]
Key for Kernel::Metadata::mArgs.
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.
@ Fast
Attempts to make calls as fast as possible (e.g.
@ C
The default llvm calling convention, compatible with C.
@ 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...
@ VAEND
VAEND, VASTART - VAEND and VASTART have three operands: an input chain, pointer, and a SRCVALUE.
@ ATOMIC_STORE
OUTCHAIN = ATOMIC_STORE(INCHAIN, ptr, val) This corresponds to "store atomic" instruction.
@ FRAME_TO_ARGS_OFFSET
FRAME_TO_ARGS_OFFSET - This node represents offset from frame pointer to first (possible) on-stack ar...
@ 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.
@ INTRINSIC_VOID
OUTCHAIN = INTRINSIC_VOID(INCHAIN, INTRINSICID, arg1, arg2, ...) This node represents a target intrin...
@ MEMBARRIER
MEMBARRIER - Compiler barrier only; generate a no-op.
@ ATOMIC_FENCE
OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope) This corresponds to the fence instruction.
@ BUILD_PAIR
BUILD_PAIR - This is the opposite of EXTRACT_ELEMENT in some ways.
@ INIT_TRAMPOLINE
INIT_TRAMPOLINE - This corresponds to the init_trampoline intrinsic.
@ EH_RETURN
OUTCHAIN = EH_RETURN(INCHAIN, OFFSET, HANDLER) - This node represents 'eh_return' gcc dwarf builtin,...
@ SIGN_EXTEND
Conversion operators.
@ BR_CC
BR_CC - Conditional branch.
@ BR_JT
BR_JT - Jumptable branch.
@ ATOMIC_LOAD
Val, OUTCHAIN = ATOMIC_LOAD(INCHAIN, ptr) This corresponds to "load atomic" instruction.
@ EXTRACT_ELEMENT
EXTRACT_ELEMENT - This is used to get the lower or upper (determined by a Constant,...
@ VACOPY
VACOPY - VACOPY has 5 operands: an input chain, a destination pointer, a source pointer,...
@ 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) ...
@ DYNAMIC_STACKALLOC
DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned to a specified boundary.
@ FRAMEADDR
FRAMEADDR, RETURNADDR - These nodes represent llvm.frameaddress and llvm.returnaddress on the DAG.
@ AND
Bitwise operators - logical and, logical or, logical xor.
@ TRAP
TRAP - Trapping instruction.
@ INTRINSIC_WO_CHAIN
RESULT = INTRINSIC_WO_CHAIN(INTRINSICID, arg1, arg2, ...) This node represents a target intrinsic fun...
@ TokenFactor
TokenFactor - This node takes multiple tokens as input and produces a single token result.
@ 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.
@ ADJUST_TRAMPOLINE
ADJUST_TRAMPOLINE - This corresponds to the adjust_trampoline intrinsic.
@ INTRINSIC_W_CHAIN
RESULT,OUTCHAIN = INTRINSIC_W_CHAIN(INCHAIN, INTRINSICID, arg1, ...) This node represents a target in...
This is an optimization pass for GlobalISel generic memory operations.
@ Low
Lower the current thread's priority such that it does not affect foreground tasks significantly.
MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, const MCInstrDesc &MCID)
Builder interface. Specify how to create the initial instruction itself.
static const unsigned CodeModelLargeSize
void report_fatal_error(Error Err, bool gen_crash_diag=true)
Report a serious error, calling any installed error handler.
raw_fd_ostream & errs()
This returns a reference to a raw_ostream for standard error.
@ Mul
Product of integers.
uint64_t alignTo(uint64_t Size, Align A)
Returns a multiple of A needed to store Size bytes.
constexpr unsigned BitWidth
This struct is a compact representation of a valid (non-zero power of two) alignment.
bool isSimple() const
Test if the given EVT is simple (as opposed to being extended).
TypeSize getSizeInBits() const
Return the size of the specified value type in bits.
MVT getSimpleVT() const
Return the SimpleValueType held in the specified simple EVT.
bool isInteger() const
Return true if this is an integer or a vector integer type.
unsigned countMinTrailingZeros() const
Returns the minimum number of trailing zero bits.
unsigned getBitWidth() const
Get the bit width of this value.
void resetAll()
Resets the known state of all bits.
This class contains a discriminated union of information about pointers in memory operands,...
static 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 represents an addressing mode of: BaseGV + BaseOffs + BaseReg + Scale*ScaleReg If BaseGV is null...
This structure contains all information that is necessary for lowering calls.
SmallVector< ISD::InputArg, 32 > Ins
SmallVector< ISD::OutputArg, 32 > Outs
SmallVector< SDValue, 32 > OutVals
A convenience struct that encapsulates a DAG, and two SDValues for returning information from TargetL...