llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <emitter/x86/x86isel.h>
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. | |
Implementation of the DAG matcher.