LLVM  8.0.1
Public Member Functions | Friends | List of all members
llvm::HexagonDAGToDAGISel Class Reference

#include "Target/Hexagon/HexagonISelDAGToDAG.h"

Inheritance diagram for llvm::HexagonDAGToDAGISel:
Inheritance graph
[legend]
Collaboration diagram for llvm::HexagonDAGToDAGISel:
Collaboration graph
[legend]

Public Member Functions

 HexagonDAGToDAGISel (HexagonTargetMachine &tm, CodeGenOpt::Level OptLevel)
 
bool runOnMachineFunction (MachineFunction &MF) override
 runOnMachineFunction - This method must be overloaded to perform the desired machine code transformation or analysis. More...
 
bool ComplexPatternFuncMutatesDAG () const override
 Return true if complex patterns for this target can mutate the DAG. More...
 
void PreprocessISelDAG () override
 PreprocessISelDAG - This hook allows targets to hack on the graph before instruction selection starts. More...
 
void EmitFunctionEntryCode () override
 
void Select (SDNode *N) override
 Main hook for targets to transform nodes into machine nodes. More...
 
bool SelectAddrGA (SDValue &N, SDValue &R)
 
bool SelectAddrGP (SDValue &N, SDValue &R)
 
bool SelectAnyImm (SDValue &N, SDValue &R)
 
bool SelectAnyInt (SDValue &N, SDValue &R)
 
bool SelectAnyImmediate (SDValue &N, SDValue &R, uint32_t LogAlign)
 
bool SelectGlobalAddress (SDValue &N, SDValue &R, bool UseGP, uint32_t LogAlign)
 
bool SelectAddrFI (SDValue &N, SDValue &R)
 
bool DetectUseSxtw (SDValue &N, SDValue &R)
 
bool SelectAnyImm0 (SDValue &N, SDValue &R)
 
bool SelectAnyImm1 (SDValue &N, SDValue &R)
 
bool SelectAnyImm2 (SDValue &N, SDValue &R)
 
bool SelectAnyImm3 (SDValue &N, SDValue &R)
 
StringRef getPassName () const override
 getPassName - Return a nice clean name for a pass. More...
 
MachineSDNodeLoadInstrForLoadIntrinsic (SDNode *IntN)
 
SDNodeStoreInstrForLoadIntrinsic (MachineSDNode *LoadN, SDNode *IntN)
 
void SelectFrameIndex (SDNode *N)
 
bool SelectInlineAsmMemoryOperand (const SDValue &Op, unsigned ConstraintID, std::vector< SDValue > &OutOps) override
 SelectInlineAsmMemoryOperand - Implement addressing mode selection for inline asm expressions. More...
 
bool tryLoadOfLoadIntrinsic (LoadSDNode *N)
 
bool SelectBrevLdIntrinsic (SDNode *IntN)
 
bool SelectNewCircIntrinsic (SDNode *IntN)
 Generate a machine instruction node for the new circlar buffer intrinsics. More...
 
void SelectLoad (SDNode *N)
 
void SelectIndexedLoad (LoadSDNode *LD, const SDLoc &dl)
 
void SelectIndexedStore (StoreSDNode *ST, const SDLoc &dl)
 
void SelectStore (SDNode *N)
 
void SelectSHL (SDNode *N)
 
void SelectZeroExtend (SDNode *N)
 
void SelectIntrinsicWChain (SDNode *N)
 
void SelectIntrinsicWOChain (SDNode *N)
 
void SelectConstant (SDNode *N)
 
void SelectConstantFP (SDNode *N)
 
void SelectV65Gather (SDNode *N)
 
void SelectV65GatherPred (SDNode *N)
 
void SelectHVXDualOutput (SDNode *N)
 
void SelectAddSubCarry (SDNode *N)
 
void SelectVAlign (SDNode *N)
 
void SelectVAlignAddr (SDNode *N)
 
void SelectTypecast (SDNode *N)
 
void SelectP2D (SDNode *N)
 
void SelectD2P (SDNode *N)
 
void SelectQ2V (SDNode *N)
 
void SelectV2Q (SDNode *N)
 
- Public Member Functions inherited from llvm::SelectionDAGISel
 SelectionDAGISel (TargetMachine &tm, CodeGenOpt::Level OL=CodeGenOpt::Default)
 
 ~SelectionDAGISel () override
 
const TargetLoweringgetTargetLowering () const
 
void getAnalysisUsage (AnalysisUsage &AU) const override
 getAnalysisUsage - Subclasses that override getAnalysisUsage must call this. More...
 
virtual void PostprocessISelDAG ()
 PostprocessISelDAG() - This hook allows the target to hack on the graph right after selection. More...
 
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. More...
 
bool CheckAndMask (SDValue LHS, ConstantSDNode *RHS, int64_t DesiredMaskS) const
 CheckAndMask - The isel is trying to match something like (and X, 255). More...
 
bool CheckOrMask (SDValue LHS, ConstantSDNode *RHS, int64_t DesiredMaskS) const
 CheckOrMask - The isel is trying to match something like (or X, 255). More...
 
virtual bool CheckPatternPredicate (unsigned PredNo) const
 CheckPatternPredicate - This function is generated by tblgen in the target. More...
 
virtual bool CheckNodePredicate (SDNode *N, unsigned PredNo) const
 CheckNodePredicate - This function is generated by tblgen in the target. More...
 
virtual bool CheckNodePredicateWithOperands (SDNode *N, unsigned PredNo, const SmallVectorImpl< SDValue > &Operands) const
 CheckNodePredicateWithOperands - This function is generated by tblgen in the target. More...
 
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)
 
bool isOrEquivalentToAdd (const SDNode *N) const
 
- Public Member Functions inherited from llvm::MachineFunctionPass
bool doInitialization (Module &) override
 doInitialization - Virtual method overridden by subclasses to do any necessary initialization before any pass is run. More...
 
- Public Member Functions inherited from llvm::FunctionPass
 FunctionPass (char &pid)
 
PasscreatePrinterPass (raw_ostream &OS, const std::string &Banner) const override
 createPrinterPass - Get a function printer pass. More...
 
void assignPassManager (PMStack &PMS, PassManagerType T) override
 Find appropriate Function Pass Manager or Call Graph Pass Manager in the PM Stack and add self into that manager. More...
 
PassManagerType getPotentialPassManagerType () const override
 Return what kind of Pass Manager can manage this pass. More...
 
- Public Member Functions inherited from llvm::Pass
 Pass (PassKind K, char &pid)
 
 Pass (const Pass &)=delete
 
Passoperator= (const Pass &)=delete
 
virtual ~Pass ()
 
PassKind getPassKind () const
 
AnalysisID getPassID () const
 getPassID - Return the PassID number that corresponds to this pass. More...
 
virtual bool doFinalization (Module &)
 doFinalization - Virtual method overriden by subclasses to do any necessary clean up after all passes have run. More...
 
virtual void print (raw_ostream &OS, const Module *M) const
 print - Print out the internal state of the pass. More...
 
void dump () const
 
virtual void preparePassManager (PMStack &)
 Check if available pass managers are suitable for this pass or not. More...
 
void setResolver (AnalysisResolver *AR)
 
AnalysisResolvergetResolver () const
 
virtual void releaseMemory ()
 releaseMemory() - This member can be implemented by a pass if it wants to be able to release its memory when it is no longer needed. More...
 
virtual void * getAdjustedAnalysisPointer (AnalysisID ID)
 getAdjustedAnalysisPointer - This method is used when a pass implements an analysis interface through multiple inheritance. More...
 
virtual ImmutablePassgetAsImmutablePass ()
 
virtual PMDataManagergetAsPMDataManager ()
 
virtual void verifyAnalysis () const
 verifyAnalysis() - This member can be implemented by a analysis pass to check state of analysis information. More...
 
virtual void dumpPassStructure (unsigned Offset=0)
 
template<typename AnalysisType >
AnalysisType * getAnalysisIfAvailable () const
 getAnalysisIfAvailable<AnalysisType>() - Subclasses use this function to get analysis information that might be around, for example to update it. More...
 
bool mustPreserveAnalysisID (char &AID) const
 mustPreserveAnalysisID - This method serves the same function as getAnalysisIfAvailable, but works if you just have an AnalysisID. More...
 
template<typename AnalysisType >
AnalysisType & getAnalysis () const
 getAnalysis<AnalysisType>() - This function is used by subclasses to get to the analysis information that they claim to use by overriding the getAnalysisUsage function. More...
 
template<typename AnalysisType >
AnalysisType & getAnalysis (Function &F)
 getAnalysis<AnalysisType>() - This function is used by subclasses to get to the analysis information that they claim to use by overriding the getAnalysisUsage function. More...
 
template<typename AnalysisType >
AnalysisType & getAnalysisID (AnalysisID PI) const
 
template<typename AnalysisType >
AnalysisType & getAnalysisID (AnalysisID PI, Function &F)
 

Friends

struct HvxSelector
 

Additional Inherited Members

- Public Types inherited from llvm::SelectionDAGISel
enum  BuiltinOpcodes {
  OPC_Scope, OPC_RecordNode, OPC_RecordChild0, OPC_RecordChild1,
  OPC_RecordChild2, OPC_RecordChild3, OPC_RecordChild4, OPC_RecordChild5,
  OPC_RecordChild6, OPC_RecordChild7, OPC_RecordMemRef, OPC_CaptureGlueInput,
  OPC_MoveChild, OPC_MoveChild0, OPC_MoveChild1, OPC_MoveChild2,
  OPC_MoveChild3, OPC_MoveChild4, OPC_MoveChild5, OPC_MoveChild6,
  OPC_MoveChild7, OPC_MoveParent, OPC_CheckSame, OPC_CheckChild0Same,
  OPC_CheckChild1Same, OPC_CheckChild2Same, OPC_CheckChild3Same, OPC_CheckPatternPredicate,
  OPC_CheckPredicate, OPC_CheckPredicateWithOperands, OPC_CheckOpcode, OPC_SwitchOpcode,
  OPC_CheckType, OPC_CheckTypeRes, OPC_SwitchType, OPC_CheckChild0Type,
  OPC_CheckChild1Type, OPC_CheckChild2Type, OPC_CheckChild3Type, OPC_CheckChild4Type,
  OPC_CheckChild5Type, OPC_CheckChild6Type, OPC_CheckChild7Type, OPC_CheckInteger,
  OPC_CheckChild0Integer, OPC_CheckChild1Integer, OPC_CheckChild2Integer, OPC_CheckChild3Integer,
  OPC_CheckChild4Integer, OPC_CheckCondCode, OPC_CheckValueType, OPC_CheckComplexPat,
  OPC_CheckAndImm, OPC_CheckOrImm, OPC_CheckFoldableChainNode, OPC_EmitInteger,
  OPC_EmitRegister, OPC_EmitRegister2, OPC_EmitConvertToTarget, OPC_EmitMergeInputChains,
  OPC_EmitMergeInputChains1_0, OPC_EmitMergeInputChains1_1, OPC_EmitMergeInputChains1_2, OPC_EmitCopyToReg,
  OPC_EmitNodeXForm, OPC_EmitNode, OPC_EmitNode0, OPC_EmitNode1,
  OPC_EmitNode2, OPC_MorphNodeTo, OPC_MorphNodeTo0, OPC_MorphNodeTo1,
  OPC_MorphNodeTo2, OPC_CompleteMatch, OPC_Coverage
}
 
enum  {
  OPFL_None = 0, OPFL_Chain = 1, OPFL_GlueInput = 2, OPFL_GlueOutput = 4,
  OPFL_MemRefs = 8, OPFL_Variadic0 = 1<<4, OPFL_Variadic1 = 2<<4, OPFL_Variadic2 = 3<<4,
  OPFL_Variadic3 = 4<<4, OPFL_Variadic4 = 5<<4, OPFL_Variadic5 = 6<<4, OPFL_Variadic6 = 7<<4,
  OPFL_VariadicInfo = OPFL_Variadic6
}
 
- Static Public Member Functions inherited from llvm::SelectionDAGISel
static bool IsLegalToFold (SDValue N, SDNode *U, SDNode *Root, CodeGenOpt::Level 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. More...
 
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. More...
 
- Static Public Member Functions inherited from llvm::Pass
static const PassInfolookupPassInfo (const void *TI)
 
static const PassInfolookupPassInfo (StringRef Arg)
 
static PasscreatePass (AnalysisID ID)
 
- Public Attributes inherited from llvm::SelectionDAGISel
TargetMachineTM
 
const TargetLibraryInfoLibInfo
 
FunctionLoweringInfoFuncInfo
 
MachineFunctionMF
 
MachineRegisterInfoRegInfo
 
SelectionDAGCurDAG
 
SelectionDAGBuilderSDB
 
AliasAnalysisAA
 
GCFunctionInfoGFI
 
CodeGenOpt::Level OptLevel
 
const TargetInstrInfoTII
 
const TargetLoweringTLI
 
bool FastISelFailed
 
SmallPtrSet< const Instruction *, 4 > ElidedArgCopyInstrs
 
std::unique_ptr< OptimizationRemarkEmitterORE
 Current optimization remark emitter. More...
 
- Static Public Attributes inherited from llvm::SelectionDAGISel
static char ID = 0
 
- Protected Member Functions inherited from llvm::SelectionDAGISel
void ReplaceUses (SDValue F, SDValue T)
 ReplaceUses - replace all uses of the old node F with the use of the new node T. More...
 
void ReplaceUses (const SDValue *F, const SDValue *T, unsigned Num)
 ReplaceUses - replace all uses of the old nodes F with the use of the new nodes T. More...
 
void ReplaceUses (SDNode *F, SDNode *T)
 ReplaceUses - replace all uses of the old node F with the use of the new node T. More...
 
void ReplaceNode (SDNode *F, SDNode *T)
 Replace all uses of F with T, then remove F from the DAG. More...
 
void SelectInlineAsmMemoryOperands (std::vector< SDValue > &Ops, const SDLoc &DL)
 SelectInlineAsmMemoryOperands - Calls to this are automatically generated by tblgen. More...
 
virtual StringRef getPatternForIndex (unsigned index)
 getPatternForIndex - Patterns selected by tablegen during ISEL More...
 
virtual StringRef getIncludePathForIndex (unsigned index)
 getIncludePathForIndex - get the td source location of pattern instantiation More...
 
- Protected Member Functions inherited from llvm::MachineFunctionPass
 MachineFunctionPass (char &ID)
 
virtual MachineFunctionProperties getRequiredProperties () const
 
virtual MachineFunctionProperties getSetProperties () const
 
virtual MachineFunctionProperties getClearedProperties () const
 
- Protected Member Functions inherited from llvm::FunctionPass
bool skipFunction (const Function &F) const
 Optional passes call this function to check whether the pass should be skipped. More...
 
- Protected Attributes inherited from llvm::SelectionDAGISel
unsigned DAGSize
 DAGSize - Size of DAG being instruction selected. More...
 

Detailed Description

Definition at line 31 of file HexagonISelDAGToDAG.h.

Constructor & Destructor Documentation

◆ HexagonDAGToDAGISel()

llvm::HexagonDAGToDAGISel::HexagonDAGToDAGISel ( HexagonTargetMachine tm,
CodeGenOpt::Level  OptLevel 
)
inlineexplicit

Definition at line 36 of file HexagonISelDAGToDAG.h.

Member Function Documentation

◆ ComplexPatternFuncMutatesDAG()

bool llvm::HexagonDAGToDAGISel::ComplexPatternFuncMutatesDAG ( ) const
inlineoverridevirtual

◆ DetectUseSxtw()

bool HexagonDAGToDAGISel::DetectUseSxtw ( SDValue N,
SDValue R 
)

◆ EmitFunctionEntryCode()

void HexagonDAGToDAGISel::EmitFunctionEntryCode ( )
overridevirtual

◆ getPassName()

StringRef llvm::HexagonDAGToDAGISel::getPassName ( ) const
inlineoverridevirtual

◆ LoadInstrForLoadIntrinsic()

MachineSDNode * HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic ( SDNode IntN)

◆ PreprocessISelDAG()

void HexagonDAGToDAGISel::PreprocessISelDAG ( )
overridevirtual

PreprocessISelDAG - This hook allows targets to hack on the graph before instruction selection starts.

Reimplemented from llvm::SelectionDAGISel.

Definition at line 1202 of file HexagonISelDAGToDAG.cpp.

References llvm::SelectionDAG::allnodes(), llvm::SelectionDAG::allnodes_size(), llvm::SelectionDAGISel::CurDAG, llvm::dbgs(), DEBUG_WITH_TYPE, llvm::SelectionDAG::dump(), EnableAddressRebalancing, N, and T.

Referenced by ComplexPatternFuncMutatesDAG().

◆ runOnMachineFunction()

bool llvm::HexagonDAGToDAGISel::runOnMachineFunction ( MachineFunction MF)
inlineoverridevirtual

runOnMachineFunction - This method must be overloaded to perform the desired machine code transformation or analysis.

Reimplemented from llvm::SelectionDAGISel.

Definition at line 41 of file HexagonISelDAGToDAG.h.

References llvm::HexagonSubtarget::getInstrInfo(), llvm::HexagonSubtarget::getRegisterInfo(), llvm::MachineFunction::getSubtarget(), and llvm::SelectionDAGISel::runOnMachineFunction().

◆ Select()

void HexagonDAGToDAGISel::Select ( SDNode N)
overridevirtual

◆ SelectAddrFI()

bool HexagonDAGToDAGISel::SelectAddrFI ( SDValue N,
SDValue R 
)

◆ SelectAddrGA()

bool HexagonDAGToDAGISel::SelectAddrGA ( SDValue N,
SDValue R 
)
inline

Definition at line 1287 of file HexagonISelDAGToDAG.cpp.

References SelectGlobalAddress().

Referenced by ComplexPatternFuncMutatesDAG().

◆ SelectAddrGP()

bool HexagonDAGToDAGISel::SelectAddrGP ( SDValue N,
SDValue R 
)
inline

Definition at line 1291 of file HexagonISelDAGToDAG.cpp.

References SelectGlobalAddress().

Referenced by ComplexPatternFuncMutatesDAG().

◆ SelectAddSubCarry()

void HexagonDAGToDAGISel::SelectAddSubCarry ( SDNode N)

◆ SelectAnyImm()

bool HexagonDAGToDAGISel::SelectAnyImm ( SDValue N,
SDValue R 
)
inline

Definition at line 1295 of file HexagonISelDAGToDAG.cpp.

References SelectAnyImmediate().

Referenced by ComplexPatternFuncMutatesDAG().

◆ SelectAnyImm0()

bool HexagonDAGToDAGISel::SelectAnyImm0 ( SDValue N,
SDValue R 
)
inline

Definition at line 1299 of file HexagonISelDAGToDAG.cpp.

References SelectAnyImmediate().

Referenced by ComplexPatternFuncMutatesDAG().

◆ SelectAnyImm1()

bool HexagonDAGToDAGISel::SelectAnyImm1 ( SDValue N,
SDValue R 
)
inline

Definition at line 1302 of file HexagonISelDAGToDAG.cpp.

References SelectAnyImmediate().

Referenced by ComplexPatternFuncMutatesDAG().

◆ SelectAnyImm2()

bool HexagonDAGToDAGISel::SelectAnyImm2 ( SDValue N,
SDValue R 
)
inline

Definition at line 1305 of file HexagonISelDAGToDAG.cpp.

References SelectAnyImmediate().

Referenced by ComplexPatternFuncMutatesDAG().

◆ SelectAnyImm3()

bool HexagonDAGToDAGISel::SelectAnyImm3 ( SDValue N,
SDValue R 
)
inline

Definition at line 1308 of file HexagonISelDAGToDAG.cpp.

References SelectAnyImmediate().

Referenced by ComplexPatternFuncMutatesDAG().

◆ SelectAnyImmediate()

bool HexagonDAGToDAGISel::SelectAnyImmediate ( SDValue N,
SDValue R,
uint32_t  LogAlign 
)

◆ SelectAnyInt()

bool HexagonDAGToDAGISel::SelectAnyInt ( SDValue N,
SDValue R 
)
inline

◆ SelectBrevLdIntrinsic()

bool HexagonDAGToDAGISel::SelectBrevLdIntrinsic ( SDNode IntN)

◆ SelectConstant()

void HexagonDAGToDAGISel::SelectConstant ( SDNode N)

◆ SelectConstantFP()

void HexagonDAGToDAGISel::SelectConstantFP ( SDNode N)

◆ SelectD2P()

void HexagonDAGToDAGISel::SelectD2P ( SDNode N)

◆ SelectFrameIndex()

void HexagonDAGToDAGISel::SelectFrameIndex ( SDNode N)

◆ SelectGlobalAddress()

bool HexagonDAGToDAGISel::SelectGlobalAddress ( SDValue N,
SDValue R,
bool  UseGP,
uint32_t  LogAlign 
)

◆ SelectHVXDualOutput()

void HexagonDAGToDAGISel::SelectHVXDualOutput ( SDNode N)

◆ SelectIndexedLoad()

void HexagonDAGToDAGISel::SelectIndexedLoad ( LoadSDNode LD,
const SDLoc dl 
)

◆ SelectIndexedStore()

void HexagonDAGToDAGISel::SelectIndexedStore ( StoreSDNode ST,
const SDLoc dl 
)

◆ SelectInlineAsmMemoryOperand()

bool HexagonDAGToDAGISel::SelectInlineAsmMemoryOperand ( const SDValue Op,
unsigned  ConstraintID,
std::vector< SDValue > &  OutOps 
)
overridevirtual

SelectInlineAsmMemoryOperand - Implement addressing mode selection for inline asm expressions.

Reimplemented from llvm::SelectionDAGISel.

Definition at line 907 of file HexagonISelDAGToDAG.cpp.

References llvm::InlineAsm::Constraint_i, llvm::InlineAsm::Constraint_m, llvm::InlineAsm::Constraint_o, llvm::InlineAsm::Constraint_v, llvm::SelectionDAGISel::CurDAG, llvm::SelectionDAG::getTargetConstant(), llvm::MVT::i32, and SelectAddrFI().

Referenced by getPassName(), and Select().

◆ SelectIntrinsicWChain()

void HexagonDAGToDAGISel::SelectIntrinsicWChain ( SDNode N)

◆ SelectIntrinsicWOChain()

void HexagonDAGToDAGISel::SelectIntrinsicWOChain ( SDNode N)

◆ SelectLoad()

void HexagonDAGToDAGISel::SelectLoad ( SDNode N)

◆ SelectNewCircIntrinsic()

bool HexagonDAGToDAGISel::SelectNewCircIntrinsic ( SDNode IntN)

Generate a machine instruction node for the new circlar buffer intrinsics.

The new versions use a CSx register instead of the K field.

Definition at line 360 of file HexagonISelDAGToDAG.cpp.

References llvm::SelectionDAGISel::CurDAG, llvm::SelectionDAG::getMachineNode(), llvm::SDNode::getNumOperands(), llvm::SDNode::getOpcode(), llvm::SDNode::getOperand(), llvm::SelectionDAG::getTargetConstant(), llvm::Intrinsic::hexagon_L2_loadrb_pci, llvm::Intrinsic::hexagon_L2_loadrb_pcr, llvm::Intrinsic::hexagon_L2_loadrd_pci, llvm::Intrinsic::hexagon_L2_loadrd_pcr, llvm::Intrinsic::hexagon_L2_loadrh_pci, llvm::Intrinsic::hexagon_L2_loadrh_pcr, llvm::Intrinsic::hexagon_L2_loadri_pci, llvm::Intrinsic::hexagon_L2_loadri_pcr, llvm::Intrinsic::hexagon_L2_loadrub_pci, llvm::Intrinsic::hexagon_L2_loadrub_pcr, llvm::Intrinsic::hexagon_L2_loadruh_pci, llvm::Intrinsic::hexagon_L2_loadruh_pcr, llvm::Intrinsic::hexagon_S2_storerb_pci, llvm::Intrinsic::hexagon_S2_storerb_pcr, llvm::Intrinsic::hexagon_S2_storerd_pci, llvm::Intrinsic::hexagon_S2_storerd_pcr, llvm::Intrinsic::hexagon_S2_storerf_pci, llvm::Intrinsic::hexagon_S2_storerf_pcr, llvm::Intrinsic::hexagon_S2_storerh_pci, llvm::Intrinsic::hexagon_S2_storerh_pcr, llvm::Intrinsic::hexagon_S2_storeri_pci, llvm::Intrinsic::hexagon_S2_storeri_pcr, I, llvm::MVT::i32, llvm::MVT::i64, llvm::ISD::INTRINSIC_W_CHAIN, llvm::MVT::Other, llvm::SelectionDAG::RemoveDeadNode(), and llvm::SelectionDAGISel::ReplaceUses().

Referenced by getPassName(), and SelectIntrinsicWChain().

◆ SelectP2D()

void HexagonDAGToDAGISel::SelectP2D ( SDNode N)

◆ SelectQ2V()

void HexagonDAGToDAGISel::SelectQ2V ( SDNode N)

◆ SelectSHL()

void HexagonDAGToDAGISel::SelectSHL ( SDNode N)

◆ SelectStore()

void HexagonDAGToDAGISel::SelectStore ( SDNode N)

◆ SelectTypecast()

void HexagonDAGToDAGISel::SelectTypecast ( SDNode N)

◆ SelectV2Q()

void HexagonDAGToDAGISel::SelectV2Q ( SDNode N)

◆ SelectV65Gather()

void HexagonDAGToDAGISel::SelectV65Gather ( SDNode N)

◆ SelectV65GatherPred()

void HexagonDAGToDAGISel::SelectV65GatherPred ( SDNode N)

◆ SelectVAlign()

void HexagonDAGToDAGISel::SelectVAlign ( SDNode N)

◆ SelectVAlignAddr()

void HexagonDAGToDAGISel::SelectVAlignAddr ( SDNode N)

◆ SelectZeroExtend()

void llvm::HexagonDAGToDAGISel::SelectZeroExtend ( SDNode N)

Referenced by getPassName().

◆ StoreInstrForLoadIntrinsic()

SDNode * HexagonDAGToDAGISel::StoreInstrForLoadIntrinsic ( MachineSDNode LoadN,
SDNode IntN 
)

◆ tryLoadOfLoadIntrinsic()

bool HexagonDAGToDAGISel::tryLoadOfLoadIntrinsic ( LoadSDNode N)

Friends And Related Function Documentation

◆ HvxSelector

friend struct HvxSelector
friend

Definition at line 125 of file HexagonISelDAGToDAG.h.


The documentation for this class was generated from the following files: