LLVM 22.0.0git
|
#include "Target/LoongArch/LoongArchISelDAGToDAG.h"
Public Member Functions | |
LoongArchDAGToDAGISel ()=delete | |
LoongArchDAGToDAGISel (LoongArchTargetMachine &TM, CodeGenOptLevel OptLevel) | |
bool | runOnMachineFunction (MachineFunction &MF) override |
void | Select (SDNode *Node) override |
Main hook for targets to transform nodes into machine nodes. | |
bool | SelectInlineAsmMemoryOperand (const SDValue &Op, InlineAsm::ConstraintCode ConstraintID, std::vector< SDValue > &OutOps) override |
SelectInlineAsmMemoryOperand - Select the specified address as a target addressing mode, according to the specified constraint. | |
bool | SelectBaseAddr (SDValue Addr, SDValue &Base) |
bool | SelectAddrConstant (SDValue Addr, SDValue &Base, SDValue &Offset) |
bool | selectNonFIBaseAddr (SDValue Addr, SDValue &Base) |
bool | SelectAddrRegImm12 (SDValue Addr, SDValue &Base, SDValue &Offset) |
bool | selectShiftMask (SDValue N, unsigned ShiftWidth, SDValue &ShAmt) |
bool | selectShiftMaskGRLen (SDValue N, SDValue &ShAmt) |
bool | selectShiftMask32 (SDValue N, SDValue &ShAmt) |
bool | selectSExti32 (SDValue N, SDValue &Val) |
bool | selectZExti32 (SDValue N, SDValue &Val) |
bool | selectVSplat (SDNode *N, APInt &Imm, unsigned MinSizeInBits) const |
template<unsigned ImmSize, bool IsSigned = false> | |
bool | selectVSplatImm (SDValue N, SDValue &SplatVal) |
bool | selectVSplatUimmInvPow2 (SDValue N, SDValue &SplatImm) const |
bool | selectVSplatUimmPow2 (SDValue N, SDValue &SplatImm) const |
![]() | |
SelectionDAGISel (TargetMachine &tm, CodeGenOptLevel OL=CodeGenOptLevel::Default) | |
virtual | ~SelectionDAGISel () |
BatchAAResults * | getBatchAA () const |
Returns a (possibly null) pointer to the current BatchAAResults. | |
const TargetLowering * | getTargetLowering () const |
void | initializeAnalysisResults (MachineFunctionAnalysisManager &MFAM) |
void | initializeAnalysisResults (MachineFunctionPass &MFP) |
virtual bool | runOnMachineFunction (MachineFunction &mf) |
virtual void | emitFunctionEntryCode () |
virtual void | PreprocessISelDAG () |
PreprocessISelDAG - This hook allows targets to hack on the graph before instruction selection starts. | |
virtual void | PostprocessISelDAG () |
PostprocessISelDAG() - This hook allows the target to hack on the graph right after selection. | |
virtual void | Select (SDNode *N)=0 |
Main hook for targets to transform nodes into machine nodes. | |
virtual bool | SelectInlineAsmMemoryOperand (const SDValue &Op, InlineAsm::ConstraintCode ConstraintID, std::vector< SDValue > &OutOps) |
SelectInlineAsmMemoryOperand - Select the specified address as a target addressing mode, according to the specified constraint. | |
virtual bool | IsProfitableToFold (SDValue N, SDNode *U, SDNode *Root) const |
IsProfitableToFold - Returns true if it's profitable to fold the specific operand node N of U during instruction selection that starts at Root. | |
bool | CheckAndMask (SDValue LHS, ConstantSDNode *RHS, int64_t DesiredMaskS) const |
CheckAndMask - The isel is trying to match something like (and X, 255). | |
bool | CheckOrMask (SDValue LHS, ConstantSDNode *RHS, int64_t DesiredMaskS) const |
CheckOrMask - The isel is trying to match something like (or X, 255). | |
virtual bool | CheckPatternPredicate (unsigned PredNo) const |
CheckPatternPredicate - This function is generated by tblgen in the target. | |
virtual bool | CheckNodePredicate (SDValue Op, unsigned PredNo) const |
CheckNodePredicate - This function is generated by tblgen in the target. | |
virtual bool | CheckNodePredicateWithOperands (SDValue Op, unsigned PredNo, ArrayRef< SDValue > Operands) const |
CheckNodePredicateWithOperands - This function is generated by tblgen in the target. | |
virtual bool | CheckComplexPattern (SDNode *Root, SDNode *Parent, SDValue N, unsigned PatternNo, SmallVectorImpl< std::pair< SDValue, SDNode * > > &Result) |
virtual SDValue | RunSDNodeXForm (SDValue V, unsigned XFormNo) |
void | SelectCodeCommon (SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) |
virtual bool | ComplexPatternFuncMutatesDAG () const |
Return true if complex patterns for this target can mutate the DAG. | |
bool | mayRaiseFPException (SDNode *Node) const |
Return whether the node may raise an FP exception. | |
bool | isOrEquivalentToAdd (const SDNode *N) const |
Static Public Member Functions | |
static unsigned | getBranchOpcForIntCC (ISD::CondCode CC) |
![]() | |
static bool | IsLegalToFold (SDValue N, SDNode *U, SDNode *Root, CodeGenOptLevel OptLevel, bool IgnoreChains=false) |
IsLegalToFold - Returns true if the specific operand node N of U can be folded during instruction selection that starts at Root. | |
static void | InvalidateNodeId (SDNode *N) |
static int | getUninvalidatedNodeId (SDNode *N) |
static void | EnforceNodeIdInvariant (SDNode *N) |
static int | getNumFixedFromVariadicInfo (unsigned Flags) |
getNumFixedFromVariadicInfo - Transform an EmitNode flags word into the number of fixed arity values that should be skipped when copying from the root. | |
Definition at line 23 of file LoongArchISelDAGToDAG.h.
|
delete |
|
inlineexplicit |
Definition at line 29 of file LoongArchISelDAGToDAG.h.
|
inlinestatic |
Definition at line 71 of file LoongArchISelDAGToDAG.h.
References llvm_unreachable, llvm::ISD::SETEQ, llvm::ISD::SETGE, llvm::ISD::SETLT, llvm::ISD::SETNE, llvm::ISD::SETUGE, and llvm::ISD::SETULT.
|
inlineoverridevirtual |
Reimplemented from llvm::SelectionDAGISel.
Definition at line 33 of file LoongArchISelDAGToDAG.h.
References llvm::MachineFunction::getSubtarget(), llvm::SelectionDAGISel::MF, and llvm::SelectionDAGISel::runOnMachineFunction().
|
overridevirtual |
Main hook for targets to transform nodes into machine nodes.
Implements llvm::SelectionDAGISel.
Definition at line 223 of file LoongArchISelDAGToDAG.cpp.
References Addr, llvm::sampleprof::Base, llvm::SelectionDAGISel::CurDAG, DL, llvm::SelectionDAG::getRegister(), llvm::SelectionDAG::getSignedTargetConstant(), and llvm::Offset.
Definition at line 249 of file LoongArchISelDAGToDAG.cpp.
References Addr, llvm::sampleprof::Base, llvm::SelectionDAGISel::CurDAG, DL, llvm::SelectionDAG::getSignedTargetConstant(), llvm::SelectionDAG::getTargetConstant(), llvm::SelectionDAG::isBaseWithConstantOffset(), and llvm::Offset.
Definition at line 211 of file LoongArchISelDAGToDAG.cpp.
References Addr, llvm::sampleprof::Base, llvm::SelectionDAGISel::CurDAG, llvm::LoongArchSubtarget::getGRLenVT(), and llvm::SelectionDAG::getTargetFrameIndex().
|
overridevirtual |
SelectInlineAsmMemoryOperand - Select the specified address as a target addressing mode, according to the specified constraint.
If this does not match or is not implemented, return true. The resultant operands (which will appear in the machine instruction) should be added to the OutOps vector.
Reimplemented from llvm::SelectionDAGISel.
Definition at line 165 of file LoongArchISelDAGToDAG.cpp.
References llvm::sampleprof::Base, llvm::SelectionDAGISel::CurDAG, llvm::LoongArchSubtarget::getGRLenVT(), llvm::ConstantSDNode::getSExtValue(), llvm::SelectionDAG::getTargetConstant(), llvm::ConstantSDNode::getZExtValue(), llvm::isAligned(), llvm::SelectionDAG::isBaseWithConstantOffset(), llvm::isIntN(), llvm::InlineAsm::k, llvm_unreachable, llvm::InlineAsm::m, llvm::Offset, llvm::InlineAsm::ZB, and llvm::InlineAsm::ZC.
Definition at line 241 of file LoongArchISelDAGToDAG.cpp.
References Addr, and llvm::sampleprof::Base.
Definition at line 329 of file LoongArchISelDAGToDAG.cpp.
References llvm::LoongArchISD::BSTRPICK, llvm::SelectionDAG::ComputeNumSignBits(), llvm::SelectionDAGISel::CurDAG, llvm::MVT::getSizeInBits(), N, and llvm::ISD::SIGN_EXTEND_INREG.
Definition at line 271 of file LoongArchISelDAGToDAG.cpp.
References llvm::ISD::AND, assert(), llvm::LoongArchISD::BSTRPICK, llvm::SelectionDAG::computeKnownBits(), llvm::SelectionDAGISel::CurDAG, DL, llvm::APInt::getBitWidth(), llvm::SelectionDAG::getCopyFromReg(), llvm::SelectionDAG::getEntryNode(), llvm::SelectionDAG::getMachineNode(), llvm::isPowerOf2_32(), llvm::APInt::isSubsetOf(), llvm::Log2_32(), N, llvm::ISD::SUB, and llvm::KnownBits::Zero.
Referenced by selectShiftMask32(), and selectShiftMaskGRLen().
Definition at line 53 of file LoongArchISelDAGToDAG.h.
References N, and selectShiftMask().
Definition at line 50 of file LoongArchISelDAGToDAG.h.
References llvm::LoongArchSubtarget::getGRLen(), N, and selectShiftMask().
Definition at line 368 of file LoongArchISelDAGToDAG.cpp.
References N.
Referenced by selectVSplatImm(), selectVSplatUimmInvPow2(), and selectVSplatUimmPow2().
Definition at line 392 of file LoongArchISelDAGToDAG.cpp.
References llvm::ISD::BITCAST, llvm::SelectionDAGISel::CurDAG, llvm::APInt::getBitWidth(), llvm::LoongArchSubtarget::getGRLenVT(), llvm::APInt::getSExtValue(), llvm::SelectionDAG::getSignedTargetConstant(), llvm::EVT::getSizeInBits(), llvm::SelectionDAG::getTargetConstant(), llvm::APInt::getZExtValue(), llvm::APInt::isIntN(), llvm::APInt::isSignedIntN(), N, and selectVSplat().
Definition at line 416 of file LoongArchISelDAGToDAG.cpp.
References llvm::ISD::BITCAST, llvm::SelectionDAGISel::CurDAG, llvm::APInt::getBitWidth(), llvm::SelectionDAG::getSignedTargetConstant(), llvm::EVT::getSizeInBits(), llvm::Log2(), N, and selectVSplat().
Definition at line 437 of file LoongArchISelDAGToDAG.cpp.
References llvm::ISD::BITCAST, llvm::SelectionDAGISel::CurDAG, llvm::APInt::exactLogBase2(), llvm::APInt::getBitWidth(), llvm::SelectionDAG::getSignedTargetConstant(), llvm::EVT::getSizeInBits(), llvm::Log2(), N, and selectVSplat().
Definition at line 350 of file LoongArchISelDAGToDAG.cpp.
References llvm::ISD::AND, llvm::CallingConv::C, llvm::SelectionDAGISel::CurDAG, llvm::APInt::getHighBitsSet(), llvm::MVT::getSizeInBits(), llvm::SelectionDAG::MaskedValueIsZero(), and N.