|
LLVM
4.0.0
|
The goal of this helper class is to gather the accessor to all the APIs related to GlobalISel. More...
#include <GISelAccessor.h>
Public Member Functions | |
| virtual | ~GISelAccessor () |
| virtual const CallLowering * | getCallLowering () const |
| virtual const InstructionSelector * | getInstructionSelector () const |
| virtual const LegalizerInfo * | getLegalizerInfo () const |
| virtual const RegisterBankInfo * | getRegBankInfo () const |
The goal of this helper class is to gather the accessor to all the APIs related to GlobalISel.
It should be derived to feature an actual accessor to the GISel APIs. The reason why this is not simply done into the subtarget is to avoid spreading ifdefs around.
Definition at line 29 of file GISelAccessor.h.
|
inlinevirtual |
Definition at line 30 of file GISelAccessor.h.
|
inlinevirtual |
Definition at line 31 of file GISelAccessor.h.
|
inlinevirtual |
Definition at line 32 of file GISelAccessor.h.
|
inlinevirtual |
Definition at line 35 of file GISelAccessor.h.
|
inlinevirtual |
Definition at line 36 of file GISelAccessor.h.
1.8.6