HomeSort by relevance Sort by last modified time
    Searched defs:SDUse (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 200 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
205 class SDUse {
212 SDUse **Prev, *Next;
214 SDUse(const SDUse &U); // Do not implement
215 void operator=(const SDUse &U); // Do not implement
218 SDUse() : Val(), User(NULL), Prev(NULL), Next(NULL) {}
220 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
230 /// getNext - Get the next SDUse in the use list.
231 SDUse *getNext() const { return Next;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 234 class SDUse {
241 SDUse **Prev, *Next;
243 SDUse(const SDUse &U) = delete;
244 void operator=(const SDUse &U) = delete;
247 SDUse() : Val(), User(nullptr), Prev(nullptr), Next(nullptr) {}
249 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
259 /// Get the next SDUse in the use list.
260 SDUse *getNext() const { return Next; }
296 /// SDUse with a non-null value
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 249 class SDUse {
256 SDUse **Prev = nullptr;
257 SDUse *Next = nullptr;
260 SDUse() = default;
261 SDUse(const SDUse &U) = delete;
262 SDUse &operator=(const SDUse &) = delete;
264 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
274 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 249 class SDUse {
256 SDUse **Prev = nullptr;
257 SDUse *Next = nullptr;
260 SDUse() = default;
261 SDUse(const SDUse &U) = delete;
262 SDUse &operator=(const SDUse &) = delete;
264 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
274 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 256 class SDUse {
263 SDUse **Prev = nullptr;
264 SDUse *Next = nullptr;
267 SDUse() = default;
268 SDUse(const SDUse &U) = delete;
269 SDUse &operator=(const SDUse &) = delete;
271 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
281 /// Get the next SDUse in the use list
    [all...]

Completed in 826 milliseconds