HomeSort by relevance Sort by last modified time
    Searched refs:PressureChange (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterPressure.h 102 class PressureChange {
107 PressureChange() = default;
108 PressureChange(unsigned id): PSetID(id + 1) {
115 assert(isValid() && "invalid PressureChange");
128 bool operator==(const PressureChange &RHS) const {
133 template <> struct isPodLike<PressureChange> {
148 PressureChange PressureChanges[MaxPSets];
150 typedef PressureChange* iterator;
155 typedef const PressureChange* const_iterator;
239 PressureChange Excess
    [all...]
MachineScheduler.h 396 std::vector<PressureChange> RegionCriticalPSets;
436 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
MachineScheduler.h 401 std::vector<PressureChange> RegionCriticalPSets;
441 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
MachineScheduler.h 401 std::vector<PressureChange> RegionCriticalPSets;
441 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
MachineScheduler.h 422 std::vector<PressureChange> RegionCriticalPSets;
462 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
MachineScheduler.h 422 std::vector<PressureChange> RegionCriticalPSets;
462 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
MachineScheduler.h 422 std::vector<PressureChange> RegionCriticalPSets;
462 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
MachineScheduler.h 422 std::vector<PressureChange> RegionCriticalPSets;
462 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterPressure.h 102 class PressureChange {
107 PressureChange() = default;
108 PressureChange(unsigned id): PSetID(id + 1) {
115 assert(isValid() && "invalid PressureChange");
128 bool operator==(const PressureChange &RHS) const {
133 template <> struct isPodLike<PressureChange> {
148 PressureChange PressureChanges[MaxPSets];
150 typedef PressureChange* iterator;
155 typedef const PressureChange* const_iterator;
239 PressureChange Excess
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
RegisterPressure.h 104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 93 class PressureChange {
97 PressureChange(): PSetID(0), UnitInc(0) {}
98 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) {
105 assert(isValid() && "invalid PressureChange");
115 bool operator==(const PressureChange &RHS) const {
120 template <> struct isPodLike<PressureChange> {
135 PressureChange PressureChanges[MaxPSets];
137 typedef PressureChange* iterator;
142 typedef const PressureChange* const_iterator;
224 PressureChange Excess
    [all...]
MachineScheduler.h 379 std::vector<PressureChange> RegionCriticalPSets;
421 const std::vector<PressureChange> &getRegionCriticalPSets() const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 236 PressureChange P = PressureChange());
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 102 for (const PressureChange &Change : *this) {
644 // Insert this PressureChange.
646 PressureChange PTmp = PressureChange(*PSetI);
922 Delta.Excess = PressureChange();
943 Delta.Excess = PressureChange(i);
958 ArrayRef<PressureChange> CriticalPSets
    [all...]

Completed in 1253 milliseconds

1 2