Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
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) in RIG_Node()
719 GCRA::printNodeInfo() const in printNodeInfo()
739 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init()
759 GCRA::coalesceValues(Value *dst, Value *src, bool force) in coalesceValues()
816 GCRA::coalesce(ArrayList& insns) in coalesce()
870 GCRA::makeCompound(Instruction *insn, bool split) in makeCompound()
[all …]