Home | History | Annotate | Download | only in docs

Lines Matching full:backend

2 Writing an LLVM Backend
21 The backend of LLVM features a target-independent code generator that may
23 ARM, and SPARC. The backend may also be used to generate code targeted at SPUs
36 The audience for this document is anyone who needs to write an LLVM backend to
75 To write a compiler backend for LLVM that converts the LLVM IR to code for a
129 To actually create your compiler backend, you need to create and modify a few
852 The code generator backend maps instruction operands to fields in the
940 To include the getNamedOperandIdx() function in your backend, you will need
966 types defined in the backend, in the llvm::XXX::OpTypes namespace.
971 For example, the X86 backend defines ``brtarget`` and ``brtarget8``, both