Searched refs:putCell (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 737 putCell(RD, Res, Outputs); in evaluate() 754 putCell(RD, Res, Outputs); in evaluate() 837 ME.putCell(DefRR, DefC, Map); in visitPHI() 886 ME.putCell(RD, RefC, Map); in visitNonBranch() 911 ME.putCell(RD, DefC, Map); in visitNonBranch() 996 ME.putCell(RR, RC, Map); in put()
|
| H A D | HexagonBitTracker.cpp | 260 putCell(Reg[0], Val, Outputs); in evaluate() 968 putCell(PD, RC, Outputs); in evaluate() 1207 putCell(RD, Res, Outputs); in evaluateLoad() 1232 putCell(RD, getCell(RS, Inputs), Outputs); in evaluateFormalCopy() 1241 putCell(RD, Res, Outputs); in evaluateFormalCopy()
|
| H A D | BitTracker.h | 400 void putCell(const RegisterRef &RR, RegisterCell RC, CellMapType &M) const;
|