Lines Matching full:backend
109 <li><a href="#x86">The X86 backend</a></li>
110 <li><a href="#ppc">The PowerPC backend</a>
117 <li><a href="#ptx">The PTX backend</a></li>
184 want to add a backend for a new target, you will need
204 required to be defined for a backend to fit into the LLVM system, but the
210 C backend does not require register allocation, instruction selection, or any
213 a code generator like this is a (purely hypothetical) backend that converts
545 specific backend. All of the instructions for a target should be defined in
1241 add instruction. To perform this pattern match, the PowerPC backend includes
1276 backend.</li>
2011 compiler backend, LLVM also fully supports building a native assemblers too.
2120 backend, XOR8rr has two input GR8's and one output GR8 (where an input is tied
2178 <p>Note that this table does not include the C backend or Cpp backends, since
2394 <p id="feat_jit_arm">The ARM backend has basic support for integer code
2541 <a name="x86">The X86 backend</a>
2558 backend. This is not an exhaustive list, and it would be useful to add those
2587 <p>The following target-specific calling conventions are known to backend:</p>
2709 <a name="ppc">The PowerPC backend</a>
2917 <a name="ptx">The PTX backend</a>