LLVM  4.0.0
Classes | Namespaces | Macros
Instruction.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/ADT/None.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/SymbolTableListTraits.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <utility>
#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

class  llvm::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_FUNCLETPAD_INST(N)   FuncletPadOpsBegin = N,
 
#define HANDLE_FUNCLETPAD_INST(N, OPC, CLASS)   OPC = N,
 
#define LAST_FUNCLETPAD_INST(N)   FuncletPadOpsEnd = 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 524 of file Instruction.h.

#define FIRST_CAST_INST (   N)    CastOpsBegin = N,

Definition at line 538 of file Instruction.h.

#define FIRST_FUNCLETPAD_INST (   N)    FuncletPadOpsBegin = N,

Definition at line 545 of file Instruction.h.

#define FIRST_MEMORY_INST (   N)    MemoryOpsBegin = N,

Definition at line 531 of file Instruction.h.

#define FIRST_OTHER_INST (   N)    OtherOpsBegin = N,

Definition at line 552 of file Instruction.h.

#define FIRST_TERM_INST (   N)    TermOpsBegin = N,

Definition at line 517 of file Instruction.h.

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

Definition at line 525 of file Instruction.h.

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

Definition at line 539 of file Instruction.h.

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

Definition at line 546 of file Instruction.h.

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

Definition at line 532 of file Instruction.h.

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

Definition at line 553 of file Instruction.h.

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

Definition at line 518 of file Instruction.h.

#define LAST_BINARY_INST (   N)    BinaryOpsEnd = N+1

Definition at line 526 of file Instruction.h.

#define LAST_CAST_INST (   N)    CastOpsEnd = N+1

Definition at line 540 of file Instruction.h.

#define LAST_FUNCLETPAD_INST (   N)    FuncletPadOpsEnd = N+1

Definition at line 547 of file Instruction.h.

#define LAST_MEMORY_INST (   N)    MemoryOpsEnd = N+1

Definition at line 533 of file Instruction.h.

#define LAST_OTHER_INST (   N)    OtherOpsEnd = N+1

Definition at line 554 of file Instruction.h.

#define LAST_TERM_INST (   N)    TermOpsEnd = N+1

Definition at line 519 of file Instruction.h.