Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp709 class GCRA class
712 GCRA(Function *, SpillCodeInserter&);
713 ~GCRA();
816 uint8_t GCRA::relDegree[17][17];
818 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this) in RIG_Node()
824 GCRA::printNodeInfo() const in printNodeInfo()
870 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init()
896 GCRA::coalesceValues(Value *dst, Value *src, bool force) in coalesceValues()
953 GCRA::coalesce(ArrayList& insns) in coalesce()
1021 GCRA::makeCompound(Instruction *insn, bool split) in makeCompound()
[all …]