Searched refs:GCRA (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp604 class GCRA class
607 GCRA(Function *, SpillCodeInserter&);
608 ~GCRA();
711 uint8_t GCRA::relDegree[17][17];
713 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this)
719 GCRA::printNodeInfo() const
739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval)
759 GCRA::coalesceValues(Value *dst, Value *src, bool force)
816 GCRA::coalesce(ArrayList& insns)
870 GCRA
993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : function in class:nv50_ir::GCRA
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp604 class GCRA class
607 GCRA(Function *, SpillCodeInserter&);
608 ~GCRA();
711 uint8_t GCRA::relDegree[17][17];
713 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this)
719 GCRA::printNodeInfo() const
739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval)
759 GCRA::coalesceValues(Value *dst, Value *src, bool force)
816 GCRA::coalesce(ArrayList& insns)
870 GCRA
993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : function in class:nv50_ir::GCRA
[all...]

Completed in 2505 milliseconds