Searched refs:putCell (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 375 void BT::MachineEvaluator::putCell(const RegisterRef &RR, RegisterCell RC, in putCell() function in BT::MachineEvaluator 738 putCell(RD, Res, Outputs); in evaluate() 755 putCell(RD, Res, Outputs); in evaluate() 838 ME.putCell(DefRR, DefC, Map); in visitPHI() 887 ME.putCell(RD, RefC, Map); in visitNonBranch() 912 ME.putCell(RD, DefC, Map); in visitNonBranch() 994 ME.putCell(RR, RC, Map); in put()
|
| H A D | HexagonBitTracker.cpp | 263 putCell(Reg[0], Val, Outputs); in evaluate() 971 putCell(PD, RC, Outputs); in evaluate() 1210 putCell(RD, Res, Outputs); in evaluateLoad() 1235 putCell(RD, getCell(RS, Inputs), Outputs); in evaluateFormalCopy() 1244 putCell(RD, Res, Outputs); in evaluateFormalCopy()
|
| H A D | BitTracker.h | 400 void putCell(const RegisterRef &RR, RegisterCell RC, CellMapType &M) const;
|