Lines Matching full:adding
2 Extending LLVM: Adding instructions, intrinsics, types, etc.
23 Adding an `intrinsic function`_ is far easier than adding an
35 Adding a new intrinsic function
38 Adding a new intrinsic function to LLVM is much easier than adding a new
71 This is usually a matter of adding a pattern to the .td file that matches the
72 intrinsic, though it may obviously require adding the instructions you want to
76 Adding a new SelectionDAG node
79 As with intrinsics, adding a new SelectionDAG node to LLVM is much easier than
80 adding a new instruction. New nodes are often added to help represent
172 Adding a new instruction
177 Adding instructions changes the bitcode format, and it will take some effort
231 Adding a new type
236 Adding new types changes the bitcode format, and will break compatibility with
240 Adding a fundamental type
281 Adding a derived type