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.cpp707 class GCRA class
710 GCRA(Function *, SpillCodeInserter&);
711 ~GCRA();
814 uint8_t GCRA::relDegree[17][17];
816 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this) in RIG_Node()
822 GCRA::printNodeInfo() const in printNodeInfo()
868 GCRA::RIG_Node::init(const RegisterSet& regs, LValue *lval) in init()
894 GCRA::coalesceValues(Value *dst, Value *src, bool force) in coalesceValues()
951 GCRA::coalesce(ArrayList& insns) in coalesce()
1019 GCRA::makeCompound(Instruction *insn, bool split) in makeCompound()
[all …]