Lines Matching refs:subclass
78 * Create a subclass of the ``TargetMachine`` class that describes
88 additional code for a subclass of the ``TargetRegisterInfo`` class that
95 additional code for a subclass of the ``TargetInstrInfo`` class to represent
111 should also write code for a subclass of ``AsmPrinter`` that performs the
112 LLVM-to-assembly conversion and a trivial subclass of ``TargetAsmInfo``.
115 capabilities). You should also write code for a subclass of the
119 * Optionally, add JIT support and create a machine code emitter (subclass of
150 To make your target actually do something, you need to implement a subclass of
155 subclass of ``LLVMTargetMachine``. (To create a target from scratch, create a
156 subclass of ``TargetMachine``.)
171 virtual methods. ``LLVMTargetMachine`` is defined as a subclass of
176 To create a concrete target-specific subclass of ``LLVMTargetMachine``, start
424 a ``Register`` subclass, ``SparcReg``, and further subclasses: ``Ri``, ``Rf``,
626 Implement a subclass of ``TargetRegisterInfo``
733 as a subclass of the category with appropriate parameters such as the fixed
1069 Implement a subclass of ``TargetInstrInfo``
1250 declares the ``FunctionPass`` class or a subclass of ``FunctionPass``. In
1617 the ``XXXTargetAsmInfo`` class (a subclass of ``TargetAsmInfo``).
1650 ``MachineFunctionPass`` classes. The ``MachineFunctionPass`` is a subclass of
1837 implemented as a function pass (subclass of ``MachineFunctionPass``). The