LLVM  3.7.0
Classes | Namespaces | Macros
Instruction.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/SymbolTableListTraits.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Instruction.def"
Include dependency graph for Instruction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::ilist_traits< Instruction >
 
class  llvm::Instruction
 
class  llvm::PointerLikeTypeTraits< Instruction * >
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define FIRST_TERM_INST(N)   TermOpsBegin = N,
 
#define HANDLE_TERM_INST(N, OPC, CLASS)   OPC = N,
 
#define LAST_TERM_INST(N)   TermOpsEnd = N+1
 
#define FIRST_BINARY_INST(N)   BinaryOpsBegin = N,
 
#define HANDLE_BINARY_INST(N, OPC, CLASS)   OPC = N,
 
#define LAST_BINARY_INST(N)   BinaryOpsEnd = N+1
 
#define FIRST_MEMORY_INST(N)   MemoryOpsBegin = N,
 
#define HANDLE_MEMORY_INST(N, OPC, CLASS)   OPC = N,
 
#define LAST_MEMORY_INST(N)   MemoryOpsEnd = N+1
 
#define FIRST_CAST_INST(N)   CastOpsBegin = N,
 
#define HANDLE_CAST_INST(N, OPC, CLASS)   OPC = N,
 
#define LAST_CAST_INST(N)   CastOpsEnd = N+1
 
#define FIRST_OTHER_INST(N)   OtherOpsBegin = N,
 
#define HANDLE_OTHER_INST(N, OPC, CLASS)   OPC = N,
 
#define LAST_OTHER_INST(N)   OtherOpsEnd = N+1
 

Macro Definition Documentation

#define FIRST_BINARY_INST (   N)    BinaryOpsBegin = N,

Definition at line 451 of file Instruction.h.

#define FIRST_CAST_INST (   N)    CastOpsBegin = N,

Definition at line 465 of file Instruction.h.

#define FIRST_MEMORY_INST (   N)    MemoryOpsBegin = N,

Definition at line 458 of file Instruction.h.

#define FIRST_OTHER_INST (   N)    OtherOpsBegin = N,

Definition at line 472 of file Instruction.h.

#define FIRST_TERM_INST (   N)    TermOpsBegin = N,

Definition at line 444 of file Instruction.h.

#define HANDLE_BINARY_INST (   N,
  OPC,
  CLASS 
)    OPC = N,

Definition at line 452 of file Instruction.h.

#define HANDLE_CAST_INST (   N,
  OPC,
  CLASS 
)    OPC = N,

Definition at line 466 of file Instruction.h.

#define HANDLE_MEMORY_INST (   N,
  OPC,
  CLASS 
)    OPC = N,

Definition at line 459 of file Instruction.h.

#define HANDLE_OTHER_INST (   N,
  OPC,
  CLASS 
)    OPC = N,

Definition at line 473 of file Instruction.h.

#define HANDLE_TERM_INST (   N,
  OPC,
  CLASS 
)    OPC = N,

Definition at line 445 of file Instruction.h.

#define LAST_BINARY_INST (   N)    BinaryOpsEnd = N+1

Definition at line 453 of file Instruction.h.

#define LAST_CAST_INST (   N)    CastOpsEnd = N+1

Definition at line 467 of file Instruction.h.

#define LAST_MEMORY_INST (   N)    MemoryOpsEnd = N+1

Definition at line 460 of file Instruction.h.

#define LAST_OTHER_INST (   N)    OtherOpsEnd = N+1

Definition at line 474 of file Instruction.h.

#define LAST_TERM_INST (   N)    TermOpsEnd = N+1

Definition at line 446 of file Instruction.h.