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
73 This is usually a matter of adding a pattern to the .td file that matches the
74 intrinsic, though it may obviously require adding the instructions you want to
78 Adding a new SelectionDAG node
81 As with intrinsics, adding a new SelectionDAG node to LLVM is much easier than
82 adding a new instruction. New nodes are often added to help represent
174 Adding a new instruction
179 Adding instructions changes the bitcode format, and it will take some effort
233 Adding a new type
238 Adding new types changes the bitcode format, and will break compatibility with
242 Adding a fundamental type
278 Adding a derived type