35#define DEBUG_TYPE "xtensa-lower"
49 if (Reg >= Xtensa::A2 && Reg <= Xtensa::A7)
50 return Reg - Xtensa::A2 + Xtensa::A10;
196 for (
unsigned I = MVT::FIRST_FP_VALUETYPE;
I <= MVT::LAST_FP_VALUETYPE; ++
I) {
273 bool ForCodeSize)
const {
282 if (Constraint.
size() == 1) {
283 switch (Constraint[0]) {
297 Value *CallOperandVal =
Info.CallOperandVal;
306 switch (*Constraint) {
318std::pair<unsigned, const TargetRegisterClass *>
321 if (Constraint.
size() == 1) {
323 switch (Constraint[0]) {
327 return std::make_pair(0U, &Xtensa::ARRegClass);
339 if (Constraint.
size() > 1)
349#include "XtensaGenCallingConv.inc"
352 Xtensa::A5, Xtensa::A6, Xtensa::A7};
364 if (ByValAlign <
Align(4)) {
365 ByValAlign =
Align(4);
377 if (LocVT == MVT::i8 || LocVT == MVT::i16) {
381 else if (ArgFlags.
isZExt())
390 bool needs64BitAlign = (ValVT == MVT::i32 && OrigAlign ==
Align(8));
391 bool needs128BitAlign = (ValVT == MVT::i32 && OrigAlign ==
Align(16));
393 if (ValVT == MVT::i32) {
402 if (needs128BitAlign && (
Register != Xtensa::A2))
406 }
else if (ValVT == MVT::f64) {
439 bool IsVarArg)
const {
452 std::vector<SDValue> OutChains;
461 for (
unsigned i = 0, e = ArgLocs.
size(); i != e; ++i) {
467 if (RegVT != MVT::i32)
478 Reg = MF.
addLiveIn(Xtensa::A8, &Xtensa::ARRegClass);
496 ArgValue = DAG.
getNode(Opcode,
DL, RegVT, ArgValue,
514 if (Ins[VA.
getValNo()].Flags.isByVal()) {
523 ValVT,
DL, Chain, FIN,
531 unsigned ArgRegsNum = std::size(
IntRegs);
536 MVT RegTy = MVT::i32;
547 int VaArgOffset, VarArgsSaveSize;
551 if (ArgRegsNum ==
Idx) {
555 VarArgsSaveSize =
RegSize * (ArgRegsNum -
Idx);
556 VaArgOffset = -VarArgsSaveSize;
565 for (
unsigned I =
Idx;
I < ArgRegsNum; ++
I, VaArgOffset +=
RegSize) {
574 OutChains.push_back(Store);
581 if (!OutChains.empty()) {
582 OutChains.push_back(Chain);
614 CCAssignFn *CC = CCAssignFnForCall(CallConv, IsVarArg);
622 unsigned NextStackOffset =
alignTo(NumBytes, StackAlignment);
627 std::deque<std::pair<unsigned, SDValue>> RegsToPass;
630 for (
unsigned I = 0, E = ArgLocs.
size();
I != E; ++
I) {
638 else if (Flags.isByVal()) {
640 assert(Flags.getByValSize() &&
641 "ByVal args of size 0 should have been ignored by front-end.");
643 "Do not tail-call optimize if there is a byval argument.");
645 if (!StackPtr.getNode())
652 Chain,
DL,
Address, ArgValue, SizeNode, Flags.getNonZeroByValAlign(),
662 if (!StackPtr.getNode())
675 if (!MemOpChains.
empty())
680 for (
unsigned I = 0, E = RegsToPass.size();
I != E; ++
I) {
681 unsigned Reg = RegsToPass[
I].first;
688 unsigned char TF = 0;
693 name = E->getSymbol();
694 TF = E->getTargetFlags();
716 SDValue CPWrap = getAddrPCRel(CPAddr, DAG);
729 const uint32_t *Mask =
TRI->getCallPreservedMask(MF, CallConv);
730 assert(Mask &&
"Missing call preserved mask for calling convention");
735 for (
unsigned I = 0, E = RegsToPass.size();
I != E; ++
I) {
736 unsigned Reg = RegsToPass[
I].first;
764 for (
unsigned I = 0, E = RetLocs.
size();
I != E; ++
I) {
805 DL, MVT::Other, Chain);
810 for (
unsigned I = 0, E = RetLocs.
size();
I != E; ++
I) {
831 DL, MVT::Other, RetOps);
864 return std::make_pair(Xtensa::BF, Xtensa::OEQ_S);
866 return std::make_pair(Xtensa::BT, Xtensa::UN_S);
868 return std::make_pair(Xtensa::BF, Xtensa::UN_S);
870 return std::make_pair(Xtensa::BT, Xtensa::UEQ_S);
872 return std::make_pair(Xtensa::BT, Xtensa::ULE_S);
874 return std::make_pair(Xtensa::BT, Xtensa::ULT_S);
877 return std::make_pair(Xtensa::BT, Xtensa::OEQ_S);
879 return std::make_pair(Xtensa::BF, Xtensa::OEQ_S);
882 return std::make_pair(Xtensa::BT, Xtensa::OLE_S);
885 return std::make_pair(Xtensa::BT, Xtensa::OLT_S);
887 return std::make_pair(Xtensa::BF, Xtensa::OLT_S);
889 return std::make_pair(Xtensa::BF, Xtensa::OLE_S);
898 EVT Ty =
Op.getValueType();
905 if (
LHS.getValueType() == MVT::i32) {
910 FalseValue, TargetCC,
Op->getFlags());
914 "We expect MVT::f32 type of the LHS Operand in SELECT_CC");
921 {
LHS,
RHS, TrueValue, FalseValue, TargetCC, TargetBC},
932 if (
Op.getConstantOperandVal(0) != 0)
937 EVT VT =
Op.getValueType();
952 if (
Op.getValueType() == MVT::i32) {
959 isShiftedInt<8, 8>(
Value))
975 auto PtrVT =
Op.getValueType();
979 SDValue CPWrap = getAddrPCRel(CPAddr, DAG);
990 EVT PtrVT =
Op.getValueType();
1019 SDValue CPWrap = getAddrPCRel(CPAddr, DAG);
1033 "only local-exec and initial-exec TLS mode supported",
DL.getDebugLoc()));
1043 EVT PtrVT =
Op.getValueType();
1051 SDValue CPWrap = getAddrPCRel(CPAddr, DAG);
1089 EVT PtrVT =
Op.getValueType();
1108 EVT Ty =
Op.getValueType();
1114 EVT PtrVT =
Op.getValueType();
1118 if (!
CP->isMachineConstantPoolEntry()) {
1125 return getAddrPCRel(Result, DAG);
1153 if (
Op.getConstantOperandVal(0) != 0)
1159 EVT VT =
Op.getValueType();
1172 EVT VT =
Size->getValueType(0);
1194 SDValue Ops[2] = {NewVal, Chain};
1204 EVT PtrVT =
Addr.getValueType();
1231 const Value *SV = cast<SrcValueSDNode>(
Op.getOperand(2))->getValue();
1247 NextOffset += FrameOffset;
1251 return DAG.
getStore(StoreRegPtr,
DL, VAIndex, NextPtr,
1257 constexpr unsigned VAListSize = 3 * 4;
1261 const Value *DstSV = cast<SrcValueSDNode>(
Op.getOperand(3))->getValue();
1262 const Value *SrcSV = cast<SrcValueSDNode>(
Op.getOperand(4))->getValue();
1267 Align(4),
false,
true,
1274 EVT VT =
Node->getValueType(0);
1276 EVT PtrVT =
Op.getValueType();
1279 const Value *SV = cast<SrcValueSDNode>(
Node->getOperand(2))->getValue();
1283 unsigned ArgAlignInBytes = ArgAlignment.
value();
1308 if (ArgAlignInBytes > 4) {
1338 InChain = VAIndexStore;
1363 SDValue ShamtMinusRegisterSize =
1405 SDValue ShamtMinusRegisterSize =
1412 DAG.
getNode(ShiftRightOp,
DL, VT,
Hi, ShamtMinusRegisterSize);
1416 HiFalse = DAG.
getNode(ShiftRightOp,
DL, VT,
Hi, RegisterSizeMinus1);
1436 unsigned EltSizeInBits;
1442 if (
auto *ConstNode = dyn_cast<ConstantSDNode>(
C.getNode()))
1443 Imm = ConstNode->getAPIntValue();
1451 if (EltSizeInBits > 32)
1455 if (Imm.isPowerOf2() && Imm.isIntN(5))
1463 switch (
Op.getOpcode()) {
1465 return LowerBR_JT(
Op, DAG);
1467 return LowerImmediate(
Op, DAG);
1469 return LowerRETURNADDR(
Op, DAG);
1471 return LowerGlobalAddress(
Op, DAG);
1473 return LowerGlobalTLSAddress(
Op, DAG);
1475 return LowerBlockAddress(
Op, DAG);
1477 return LowerJumpTable(
Op, DAG);
1479 return LowerCTPOP(
Op, DAG);
1481 return LowerConstantPool(
Op, DAG);
1483 return LowerSELECT_CC(
Op, DAG);
1485 return LowerSTACKSAVE(
Op, DAG);
1487 return LowerSTACKRESTORE(
Op, DAG);
1489 return LowerFRAMEADDR(
Op, DAG);
1491 return LowerDYNAMIC_STACKALLOC(
Op, DAG);
1493 return LowerVASTART(
Op, DAG);
1495 return LowerVAARG(
Op, DAG);
1497 return LowerVACOPY(
Op, DAG);
1499 return LowerShiftLeftParts(
Op, DAG);
1501 return LowerShiftRightParts(
Op, DAG,
true);
1503 return LowerShiftRightParts(
Op, DAG,
false);
1512 return "XtensaISD::BR_JT";
1514 return "XtensaISD::CALL";
1516 return "XtensaISD::CALLW8";
1518 return "XtensaISD::EXTUI";
1520 return "XtensaISD::MOVSP";
1522 return "XtensaISD::PCREL_WRAPPER";
1524 return "XtensaISD::RET";
1526 return "XtensaISD::RETW";
1528 return "XtensaISD::RUR";
1530 return "XtensaISD::SELECT_CC";
1532 return "XtensaISD::SELECT_CC_FP";
1534 return "XtensaISD::SRCL";
1536 return "XtensaISD::SRCR";
1538 return "XtensaISD::CMPUO";
1540 return "XtensaISD::CMPUEQ";
1542 return "XtensaISD::CMPULE";
1544 return "XtensaISD::CMPULT";
1546 return "XtensaISD::CMPOEQ";
1548 return "XtensaISD::CMPOLE";
1550 return "XtensaISD::CMPOLT";
1552 return "XtensaISD::MADD";
1554 return "XtensaISD::MSUB";
1556 return "XtensaISD::MOVS";
1600 F->insert(It, CopyMBB);
1601 F->insert(It, SinkMBB);
1611 if (
MI.getOpcode() == Xtensa::SELECT_CC_FP_FP ||
1612 MI.getOpcode() == Xtensa::SELECT_CC_FP_INT) {
1613 unsigned CmpKind =
MI.getOperand(5).getImm();
1614 unsigned BrKind =
MI.getOperand(6).getImm();
1624 unsigned BrKind =
MI.getOperand(5).getImm();
1638 MI.getOperand(0).getReg())
1644 MI.eraseFromParent();
1653 switch (
MI.getOpcode()) {
1654 case Xtensa::BRCC_FP: {
1659 unsigned BrKind = 0;
1660 unsigned CmpKind = 0;
1672 MI.eraseFromParent();
1675 case Xtensa::SELECT_CC_FP_FP:
1676 case Xtensa::SELECT_CC_FP_INT:
1677 case Xtensa::SELECT_CC_INT_FP:
1678 case Xtensa::SELECT:
1679 return emitSelectCC(
MI,
MBB);
1683 case Xtensa::S32I_N:
1692 case Xtensa::L32I_N:
1696 case Xtensa::LSXP: {
1700 if (
MI.memoperands_empty() || (*
MI.memoperands_begin())->isVolatile()) {
1705 case Xtensa::MOVSP_P: {
1710 MI.eraseFromParent();
1714 case Xtensa::ATOMIC_CMP_SWAP_32_P: {
1728 MI.eraseFromParent();
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Analysis containing CSE Info
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
Register const TargetRegisterInfo * TRI
static constexpr MCPhysReg SPReg
const SmallVectorImpl< MachineOperand > & Cond
SI optimize exec mask operations pre RA
static const MCPhysReg IntRegs[32]
static unsigned toCallerWindow(unsigned Reg)
static bool isLongCall(const char *str)
static unsigned toCallerWindow(unsigned Reg)
static std::pair< unsigned, unsigned > getFPBranchKind(ISD::CondCode Cond)
static unsigned getBranchOpcode(ISD::CondCode Cond)
static bool CC_Xtensa_Custom(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, Type *OrigTy, CCState &State)
Class for arbitrary precision integers.
int64_t getSExtValue() const
Get sign extended value.
an instruction that atomically reads a memory location, combines it with another value,...
LLVM Basic Block Representation.
The address of a basic block.
CCState - This class holds information needed while lowering arguments and return values.
unsigned getFirstUnallocated(ArrayRef< MCPhysReg > Regs) const
getFirstUnallocated - Return the index of the first unallocated register in the set,...
LLVM_ABI void AnalyzeCallResult(const SmallVectorImpl< ISD::InputArg > &Ins, CCAssignFn Fn)
AnalyzeCallResult - Analyze the return values of a call, incorporating info about the passed values i...
MCRegister AllocateReg(MCPhysReg Reg)
AllocateReg - Attempt to allocate one register.
LLVM_ABI bool CheckReturn(const SmallVectorImpl< ISD::OutputArg > &Outs, CCAssignFn Fn)
CheckReturn - Analyze the return values of a function, returning true if the return can be performed ...
LLVM_ABI void AnalyzeReturn(const SmallVectorImpl< ISD::OutputArg > &Outs, CCAssignFn Fn)
AnalyzeReturn - Analyze the returned values of a return, incorporating info about the result values i...
int64_t AllocateStack(unsigned Size, Align Alignment)
AllocateStack - Allocate a chunk of stack space with the specified size and alignment.
LLVM_ABI void AnalyzeCallOperands(const SmallVectorImpl< ISD::OutputArg > &Outs, CCAssignFn Fn)
AnalyzeCallOperands - Analyze the outgoing arguments to a call, incorporating info about the passed v...
uint64_t getStackSize() const
Returns the size of the currently allocated portion of the stack.
LLVM_ABI void AnalyzeFormalArguments(const SmallVectorImpl< ISD::InputArg > &Ins, CCAssignFn Fn)
AnalyzeFormalArguments - Analyze an array of argument values, incorporating info about the formals in...
void addLoc(const CCValAssign &V)
CCValAssign - Represent assignment of one arg/retval to a location.
Register getLocReg() const
LocInfo getLocInfo() const
static CCValAssign getReg(unsigned ValNo, MVT ValVT, MCRegister Reg, MVT LocVT, LocInfo HTP, bool IsCustom=false)
static CCValAssign getMem(unsigned ValNo, MVT ValVT, int64_t Offset, MVT LocVT, LocInfo HTP, bool IsCustom=false)
int64_t getLocMemOffset() const
unsigned getValNo() const
const APInt & getAPIntValue() 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.
LLVM_ABI Align getABITypeAlign(Type *Ty) const
Returns the minimum ABI-required alignment for the specified type.
TypeSize getTypeAllocSize(Type *Ty) const
Returns the offset in bytes between successive objects of the specified type, including alignment pad...
Diagnostic information for unsupported feature in backend.
LinkageTypes getLinkage() const
static bool isPrivateLinkage(LinkageTypes Linkage)
This is an important class for using LLVM in a threaded context.
LLVM_ABI void diagnose(const DiagnosticInfo &DI)
Report a message to the currently installed diagnostic handler.
Wrapper class representing physical registers. Should be passed by value.
static auto integer_valuetypes()
TypeSize getSizeInBits() const
Returns the size of the specified MVT in bits.
TypeSize getStoreSize() const
Return the number of bytes overwritten by a store of the specified value type.
LLVM_ABI 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.
LLVM_ABI 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.
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 setFrameAddressIsTaken(bool T)
void setReturnAddressIsTaken(bool s)
MachineFrameInfo & getFrameInfo()
getFrameInfo - Return the frame info object for the current function.
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
Function & getFunction()
Return the LLVM function that this machine code represents.
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 MachineJumpTableInfo * getJumpTableInfo() const
getJumpTableInfo - Return the jump table info object for the current function.
const MachineInstrBuilder & addImm(int64_t Val) const
Add a new immediate operand.
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.
LLVM_ABI unsigned getEntrySize(const DataLayout &TD) const
getEntrySize - Return the size of each entry in the jump table.
MachineOperand class - Representation of each machine instruction operand.
Register getReg() const
getReg - Returns the register number.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
LLVM_ABI Register createVirtualRegister(const TargetRegisterClass *RegClass, StringRef Name="")
createVirtualRegister - Create and return a new virtual register in the function with the specified r...
void addLiveIn(MCRegister Reg, Register vreg=Register())
addLiveIn - Add the specified register as a live-in.
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 getOpcode() const
Return the SelectionDAG opcode value for this node.
bool hasOneUse() const
Return true if there is exactly one use of this node.
user_iterator user_begin() const
Provide iteration support to walk over all users of an SDNode.
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
SDValue getValue(unsigned R) const
EVT getValueType() const
Return the ValueType of the referenced return value.
This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representa...
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 getConstantPool(const Constant *C, EVT VT, MaybeAlign Align=std::nullopt, int Offs=0, bool isT=false, unsigned TargetFlags=0)
SDValue getSetCC(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond, SDValue Chain=SDValue(), bool IsSignaling=false)
Helper function to make it easier to build SetCC's if you just have an ISD::CondCode instead of an SD...
LLVM_ABI SDValue getRegister(Register Reg, EVT VT)
LLVM_ABI 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,...
LLVM_ABI SDValue getMemcpy(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src, SDValue Size, Align Alignment, 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).
SDValue getCopyFromReg(SDValue Chain, const SDLoc &dl, Register Reg, EVT VT)
const DataLayout & getDataLayout() const
LLVM_ABI SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
Create a ConstantSDNode wrapping a constant value.
LLVM_ABI SDValue 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.
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 ...
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.
MachineFunction & getMachineFunction() const
SDValue getPOISON(EVT VT)
Return a POISON node. POISON does not have a useful SDLoc.
LLVM_ABI SDValue getFrameIndex(int FI, EVT VT, bool isTarget=false)
LLVM_ABI SDValue getRegisterMask(const uint32_t *RegMask)
SDValue getObjectPtrOffset(const SDLoc &SL, SDValue Ptr, TypeSize Offset)
Create an add instruction with appropriate flags when used for addressing some offset of an object.
LLVMContext * getContext() const
LLVM_ABI SDValue 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.
StringRef - Represent a constant reference to a string, i.e.
std::string str() const
str - Get the contents as an std::string.
constexpr size_t size() const
size - Get the string size.
Information about stack frame layout on the target.
Align getStackAlign() const
getStackAlignment - This method returns the number of bytes to which the stack pointer must be aligne...
TargetInstrInfo - Interface to description of machine instruction set.
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
virtual MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC, EVT VT) const
Certain combinations of ABIs, Targets and features require that types are legal for some operations a...
void setMaxAtomicSizeInBitsSupported(unsigned SizeInBits)
Set the maximum atomic operation size supported by the backend.
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.
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 setTruncStoreAction(MVT ValVT, MVT MemVT, LegalizeAction Action)
Indicate that the specified truncating store does not work with the specified type and indicate what ...
@ ZeroOrOneBooleanContent
void setMinCmpXchgSizeInBits(unsigned SizeInBits)
Sets the minimum cmpxchg or ll/sc size supported by the backend.
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 setCondCodeAction(ArrayRef< ISD::CondCode > CCs, MVT VT, LegalizeAction Action)
Indicate that the specified condition code is or isn't supported on the target and indicate what to d...
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...
MVT getFrameIndexTy(const DataLayout &DL) const
Return the type for frame index, which is determined by the alloca address space specified through th...
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...
virtual ConstraintType getConstraintType(StringRef Constraint) const
Given a constraint, return the type of constraint it is for this target.
virtual SDValue LowerToTLSEmulatedModel(const GlobalAddressSDNode *GA, SelectionDAG &DAG) const
Lower TLS global address SDNode for target independent emulated TLS model.
SDValue expandCTPOP(SDNode *N, SelectionDAG &DAG) const
Expand CTPOP nodes.
bool isPositionIndependent() const
virtual ConstraintWeight getSingleConstraintMatchWeight(AsmOperandInfo &info, const char *constraint) const
Examine constraint string and operand type and determine a weight value.
virtual std::pair< unsigned, const TargetRegisterClass * > getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const
Given a physical register constraint (e.g.
virtual void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint, std::vector< SDValue > &Ops, SelectionDAG &DAG) const
Lower the specified operand into the Ops vector.
Primary interface to the complete machine description for the target machine.
TLSModel::Model getTLSModel(const GlobalValue *GV) const
Returns the TLS model which should be used for the given global variable.
bool useEmulatedTLS() const
Returns true if this target uses emulated TLS.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
static constexpr TypeSize getFixed(ScalarTy ExactSize)
The instances of the Type class are immutable: once they are created, they are never changed.
static LLVM_ABI IntegerType * getInt32Ty(LLVMContext &C)
bool isIntegerTy() const
True if this is an instance of IntegerType.
LLVM Value Representation.
Type * getType() const
All values are typed, get the type of this value.
LLVM_ABI StringRef getName() const
Return a constant reference to the value's name.
static XtensaConstantPoolConstant * Create(const Constant *C, unsigned ID, XtensaCP::XtensaCPKind Kind)
static XtensaConstantPoolJumpTable * Create(LLVMContext &C, unsigned Idx)
static XtensaConstantPoolSymbol * Create(LLVMContext &C, const char *S, unsigned ID, bool PrivLinkage, XtensaCP::XtensaCPModifier Modifier=XtensaCP::no_modifier)
XtensaConstantPoolValue - Xtensa specific constantpool value.
unsigned createCPLabelId()
int getVarArgsInRegsFrameIndex() const
void setVarArgsFirstGPR(unsigned GPR)
void setSaveFrameRegister()
int getVarArgsOnStackFrameIndex() const
unsigned getVarArgsFirstGPR() const
void setVarArgsInRegsFrameIndex(int FI)
void setVarArgsOnStackFrameIndex(int FI)
Register getFrameRegister(const MachineFunction &MF) const override
const XtensaInstrInfo * getInstrInfo() const override
bool isWindowedABI() const
bool hasTHREADPTR() const
bool hasForcedAtomics() const
const XtensaRegisterInfo * getRegisterInfo() const override
bool hasSingleFloat() const
bool hasMul32High() const
const TargetFrameLowering * getFrameLowering() const override
bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl< ISD::OutputArg > &Outs, LLVMContext &Context, const Type *RetTy) const override
This hook should be implemented to check whether the return values described by the Outs array can fi...
TargetLowering::ConstraintWeight getSingleConstraintMatchWeight(AsmOperandInfo &Info, const char *Constraint) const override
Examine constraint string and operand type and determine a weight value.
const char * getTargetNodeName(unsigned Opcode) const override
This method returns the name of a target specific DAG node.
TargetLowering::ConstraintType getConstraintType(StringRef Constraint) const override
Given a constraint, return the type of constraint it is for this target.
bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override
Return true if folding a constant offset with the given GlobalAddress is legal.
bool decomposeMulByConstant(LLVMContext &Context, EVT VT, SDValue C) const override
Return true if it is profitable to transform an integer multiplication-by-constant into simpler opera...
MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr &MI, MachineBasicBlock *BB) const override
This method should be implemented by targets that mark instructions with the 'usesCustomInserter' fla...
SDValue LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl< ISD::InputArg > &Ins, const SDLoc &DL, SelectionDAG &DAG, SmallVectorImpl< SDValue > &InVals) const override
This hook must be implemented to lower the incoming (formal) arguments, described by the Ins array,...
SDValue LowerCall(CallLoweringInfo &CLI, SmallVectorImpl< SDValue > &InVals) const override
This hook must be implemented to lower calls into the specified DAG.
bool isFPImmLegal(const APFloat &Imm, EVT VT, bool ForCodeSize) const override
Returns true if the target can instruction select the specified FP immediate natively.
XtensaTargetLowering(const TargetMachine &TM, const XtensaSubtarget &STI)
AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const override
Returns how the IR-level AtomicExpand pass should expand the given AtomicRMW, if at all.
void LowerAsmOperandForConstraint(SDValue Op, StringRef Constraint, std::vector< SDValue > &Ops, SelectionDAG &DAG) const override
Lower the specified operand into the Ops vector.
std::pair< unsigned, const TargetRegisterClass * > getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const override
Given a physical register constraint (e.g.
SDValue LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl< ISD::OutputArg > &Outs, const SmallVectorImpl< SDValue > &OutVals, const SDLoc &DL, SelectionDAG &DAG) const override
This hook must be implemented to lower outgoing return values, described by the Outs array,...
MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC, EVT VT) const override
Return the register type for a given MVT.
SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override
This callback is invoked for operations that are unsupported by the target, which are registered to u...
self_iterator getIterator()
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
@ C
The default llvm calling convention, compatible with C.
@ SETCC
SetCC operator - This evaluates to a true value iff the condition is true.
@ 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.
@ ADD
Simple integer binary arithmetic operators.
@ FMA
FMA - Perform a * b + c with no intermediate rounding step.
@ SINT_TO_FP
[SU]INT_TO_FP - These operators convert integers (whose interpreted sign depends on the first letter)...
@ FADD
Simple binary floating point operators.
@ 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...
@ CTTZ_ZERO_UNDEF
Bit counting operators with an undefined result for zero inputs.
@ FNEG
Perform various unary floating-point operations inspired by libm.
@ BR_CC
BR_CC - Conditional branch.
@ 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,...
@ MULHU
MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing an unsigned/signed value of...
@ SHL
Shift and rotation operations.
@ 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.
@ SIGN_EXTEND_INREG
SIGN_EXTEND_INREG - This operator atomically performs a SHL/SRA pair to sign extend a small value in ...
@ SMIN
[US]{MIN/MAX} - Binary minimum or maximum of signed or unsigned integers.
@ FRAMEADDR
FRAMEADDR, RETURNADDR - These nodes represent llvm.frameaddress and llvm.returnaddress on the DAG.
@ FP_TO_SINT
FP_TO_[US]INT - Convert a floating point value to a signed or unsigned integer.
@ AND
Bitwise operators - logical and, logical or, logical xor.
@ TokenFactor
TokenFactor - This node takes multiple tokens as input and produces a single token result.
@ TRUNCATE
TRUNCATE - Completely drop the high bits.
@ VAARG
VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE, and the alignment.
@ SHL_PARTS
SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded integer shift operations.
@ AssertSext
AssertSext, AssertZext - These nodes record if a register contains a value that has already been zero...
@ FCOPYSIGN
FCOPYSIGN(X, Y) - Return the value of X with the sign of Y.
LLVM_ABI bool isConstantSplatVector(const SDNode *N, APInt &SplatValue)
Node predicates.
CondCode
ISD::CondCode enum - These are ordered carefully to make the bitfields below work out,...
@ Kill
The last use of a register.
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.
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.
unsigned Log2_32(uint32_t Value)
Return the floor log base 2 of the specified value, -1 if the value is zero.
LLVM_ABI void report_fatal_error(Error Err, bool gen_crash_diag=true)
uint64_t alignTo(uint64_t Size, Align A)
Returns a multiple of A needed to store Size bytes.
DWARFExpression::Operation Op
This struct is a compact representation of a valid (non-zero power of two) alignment.
uint64_t value() const
This is a hole in the type system and should not be abused.
TypeSize getStoreSize() const
Return the number of bytes overwritten by a store of the specified value type.
bool isFloatingPoint() const
Return true if this is a FP or a vector FP type.
TypeSize getSizeInBits() const
Return the size of the specified value type in bits.
uint64_t getScalarSizeInBits() const
LLVM_ABI Type * getTypeForEVT(LLVMContext &Context) const
This method returns an LLVM type corresponding to the specified EVT.
bool isScalarInteger() const
Return true if this is an integer, but not a vector.
Align getNonZeroOrigAlign() const
unsigned getByValSize() const
Align getNonZeroByValAlign() const
This class contains a discriminated union of information about pointers in memory operands,...
static LLVM_ABI MachinePointerInfo getJumpTable(MachineFunction &MF)
Return a MachinePointerInfo record that refers to a jump table entry.
static LLVM_ABI MachinePointerInfo getConstantPool(MachineFunction &MF)
Return a MachinePointerInfo record that refers to the constant pool.
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 contains information for each constraint that we are lowering.
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