Searched refs:putCell (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 366 void BT::MachineEvaluator::putCell(const RegisterRef &RR, RegisterCell RC, in putCell() function in BT::MachineEvaluator 752 putCell(RD, Res, Outputs); in evaluate() 769 putCell(RD, Res, Outputs); in evaluate() 822 ME.putCell(DefRR, DefC, Map); in visitPHI() 876 ME.putCell(RD, RefC, Map); in visitNonBranch() 901 ME.putCell(RD, DefC, Map); in visitNonBranch() 1001 ME.putCell(RR, RC, Map); in put()
|
D | HexagonBitTracker.cpp | 189 putCell(Reg[0], Val, Outputs); in evaluate() 1090 putCell(RD, Res, Outputs); in evaluateLoad() 1115 putCell(RD, getCell(RS, Inputs), Outputs); in evaluateFormalCopy() 1124 putCell(RD, Res, Outputs); in evaluateFormalCopy()
|
D | BitTracker.h | 350 void putCell(const RegisterRef &RR, RegisterCell RC, CellMapType &M) const;
|