Lines Matching refs:code
15 optimized code generation for the following:
62 .. code-block:: c
64 /* C code, for readability; run through clang -O2 -S -emit-llvm to get
76 .. code-block:: c
166 Notes for code generation
183 global lock. Note that code generation will fail for unsupported atomic
191 "safe" languages which need to guarantee that the generated code never
208 Notes for code generation
243 Notes for code generation
269 Notes for code generation
298 Notes for code generation
322 Notes for code generation
348 Notes for code generation
351 barriers. Additionally, the code generator must enforce ordering between
438 fences generate an ``MFENCE``, other fences do not cause any code to be
547 lock-free implementation for size N. This is a requirement so that code
549 interoperates with code produced by the new compiler (which will use native
597 ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,