Home | History | Annotate | Download | only in CodeGen

Lines Matching full:libcall

255     /// \brief Emits atomic load as a libcall.
260 /// \brief Emits atomic compare-and-exchange op as a libcall.
861 // There is only one libcall for compare an exchange, because there is no
862 // optimisation benefit possible from a libcall version of a weak compare
1004 // The value is returned directly from the libcall.
1283 /// performing such an operation can be performed without a libcall.
1288 // An atomic is inline if we don't need to use a libcall.
1295 /// performing such an operation can be performed without a libcall.
1298 // An atomic is inline if we don't need to use a libcall (e.g. it is builtin).