LLVM: lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

14

15using namespace llvm;

16

18

20

~SelectionDAGGenTargetInfo() override

virtual bool isTargetStrictFPOpcode(unsigned Opcode) const

Returns true if a node with the given target-specific opcode has strict floating-point semantics.

virtual bool mayRaiseFPException(unsigned Opcode) const

Returns true if a node with the given target-specific opcode may raise a floating-point exception.

Definition SelectionDAGTargetInfo.cpp:21

virtual bool isTargetMemoryOpcode(unsigned Opcode) const

Returns true if a node with the given target-specific opcode has a memory operand.

virtual ~SelectionDAGTargetInfo()

This is an optimization pass for GlobalISel generic memory operations.