Searched defs:LivePhysRegs (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
10 // This file implements the LivePhysRegs utility for tracking liveness of
45 class LivePhysRegs { class in namespace:llvm
49 LivePhysRegs(const LivePhysRegs&) = delete;
50 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
53 /// \brief Constructs a new empty LivePhysRegs set.
54 LivePhysRegs() = default;
56 /// \brief Constructs and initialize an empty LivePhysRegs se
57 LivePhysRegs(const TargetRegisterInfo *TRI) : TRI(TRI) { function in class:llvm::LivePhysRegs
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
10 // This file implements the LivePhysRegs utility for tracking liveness of
45 class LivePhysRegs { class in namespace:llvm
49 LivePhysRegs(const LivePhysRegs&) = delete;
50 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
53 /// \brief Constructs a new empty LivePhysRegs set.
54 LivePhysRegs() = default;
56 /// \brief Constructs and initialize an empty LivePhysRegs se
57 LivePhysRegs(const TargetRegisterInfo *TRI) : TRI(TRI) { function in class:llvm::LivePhysRegs
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
H A DLivePhysRegs.h1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 /// This file implements the LivePhysRegs utility for tracking liveness of
49 class LivePhysRegs { class in namespace:llvm
55 LivePhysRegs() = default;
58 LivePhysRegs(const TargetRegisterInfo &TRI) : TRI(&TRI) { function in class:llvm::LivePhysRegs
62 LivePhysRegs(const LivePhysRegs&) = delete;
63 LivePhysRegs &operator=(const LivePhysRegs&) = delete;
80 assert(TRI && "LivePhysRegs i
[all...]

Completed in 3125 milliseconds