LLVM: lib/Target/Mips/MipsSelectionDAGInfo.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

10

11#define GET_SDNODE_DESC

12#include "MipsGenSDNodeInfo.inc"

13

14using namespace llvm;

15

18

20

34

37 switch (N->getOpcode()) {

38 default:

39 break;

40 case MipsISD::ERet:

41

42 return;

43 }

44

46}

const char * getTargetNodeName(unsigned Opcode) const override

Returns the name of the given target-specific opcode, suitable for debug printing.

Definition MipsSelectionDAGInfo.cpp:21

void verifyTargetNode(const SelectionDAG &DAG, const SDNode *N) const override

Checks that the given target-specific node is valid. Aborts if it is not.

Definition MipsSelectionDAGInfo.cpp:35

~MipsSelectionDAGInfo() override

MipsSelectionDAGInfo()

Definition MipsSelectionDAGInfo.cpp:16

Represents one node in the SelectionDAG.

const char * getTargetNodeName(unsigned Opcode) const override

Returns the name of the given target-specific opcode, suitable for debug printing.

SelectionDAGGenTargetInfo(const SDNodeInfo &GenNodeInfo)

void verifyTargetNode(const SelectionDAG &DAG, const SDNode *N) const override

Checks that the given target-specific node is valid. Aborts if it is not.

This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representa...

This is an optimization pass for GlobalISel generic memory operations.