Searched refs:Interval (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.cpp | 91 Interval::Interval(const Interval& that) : head(NULL), tail(NULL) function in class:nv50_ir::Interval 96 Interval::~Interval() 102 Interval::clear() 112 Interval::extend(int a, int b) 156 bool Interval::contains(int pos) const 164 bool Interval::overlaps(const Interval [all...] |
| H A D | nv50_ir_util.h | 422 class Interval class in namespace:nv50_ir 425 Interval() : head(0), tail(0) { } function in class:nv50_ir::Interval 426 Interval(const Interval&); 427 ~Interval(); 430 void insert(const Interval&); 431 void unify(Interval&); // clears source interval 437 bool overlaps(const Interval&) const; 579 void Interval::checkTail() const
|
| H A D | nv50_ir.h | 711 Interval livei;
|
| H A D | nv50_ir_ra.cpp | 305 Symbol *assignSlot(const Interval&, const unsigned int size); 314 Interval occup; 764 Interval livei; 1595 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.cpp | 91 Interval::Interval(const Interval& that) : head(NULL), tail(NULL) function in class:nv50_ir::Interval 96 Interval::~Interval() 102 Interval::clear() 112 Interval::extend(int a, int b) 156 bool Interval::contains(int pos) const 164 bool Interval::overlaps(const Interval [all...] |
| H A D | nv50_ir_util.h | 422 class Interval class in namespace:nv50_ir 425 Interval() : head(0), tail(0) { } function in class:nv50_ir::Interval 426 Interval(const Interval&); 427 ~Interval(); 430 void insert(const Interval&); 431 void unify(Interval&); // clears source interval 437 bool overlaps(const Interval&) const; 579 void Interval::checkTail() const
|
| H A D | nv50_ir.h | 763 Interval livei;
|
| H A D | nv50_ir_ra.cpp | 349 Symbol *assignSlot(const Interval&, const unsigned int size); 359 Interval occup; 807 Interval livei; 1641 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size)
|
Completed in 20 milliseconds