Home | History | Annotate | Download | only in src

Lines Matching refs:Intrinsics

1 //===- subzero/src/IceIntrinsics.h - List of Ice Intrinsics -----*- C++ -*-===//
11 /// \brief Declares the kinds of intrinsics supported by PNaCl.
28 class Intrinsics {
29 Intrinsics(const Intrinsics &) = delete;
30 Intrinsics &operator=(const Intrinsics &) = delete;
33 explicit Intrinsics(GlobalContext *Ctx);
34 ~Intrinsics() = default;
36 /// Some intrinsics allow overloading by type. This enum collapses all
64 // The intrinsics below are not part of the PNaCl specification.
111 /// Verify memory ordering rules for atomic intrinsics. For AtomicCmpxchg,