llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
X86Matcher Class Reference

#include <emitter/x86/x86isel.h>

Inheritance diagram for X86Matcher:
Inheritance graph
[legend]
Collaboration diagram for X86Matcher:
Collaboration graph
[legend]

Public Member Functions

 X86Matcher (llvm::X86TargetMachine &tm, llvm::CodeGenOpt::Level ol, llvm::MachineFunction &mf)
 Construct a new wrapper around the LLVM selector.
 
 ~X86Matcher ()
 Delete the matcher.
 
llvm::SelectionDAG & GetDAG () const
 Return the current DAG.
 
const llvm::X86TargetMachine & getTargetMachine () const override
 Return the X86 target machine.
 

Detailed Description

Implementation of the DAG matcher.


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