Searched refs:getCell (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 348 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR, in getCell() function in BT::MachineEvaluator 750 RegisterCell Src = getCell(RS, Inputs); in evaluate() 807 RegisterCell DefC = ME.getCell(DefRR, Map); in visitPHI() 826 RegisterCell ResC = ME.getCell(RU, Map); in visitPHI() 858 << " cell: " << ME.getCell(RU, Map) << "\n"; in visitNonBranch() 864 << ME.getCell(RD, ResMap) << "\n"; in visitNonBranch() 884 if (RefC != ME.getCell(RD, Map)) { in visitNonBranch() 889 RegisterCell DefC = ME.getCell(RD, Map); in visitNonBranch() 890 RegisterCell ResC = ME.getCell(RD, ResMap); in visitNonBranch() 984 << " cell: " << ME.getCell(Reg, Map) << '\n'; in visitUsesOf() [all …]
|
| H A D | HexagonConstPropagation.cpp | 1110 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateCMPrr() 1149 if (!getCell(R1, Inputs, LS)) in evaluateCMPri() 1176 if (!getCell(R1, Inputs, LS)) in evaluateCMPrp() 1414 if (!getCell(R1, Inputs, LS1)) in evaluateANDri() 1481 if (!getCell(R1, Inputs, LS1)) in evaluateORri() 1508 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateXORrr() 1537 if (!getCell(R1, Inputs, LS1)) in evaluateXORri() 1570 if (!getCell(R1, Inputs, LS1)) in evaluateZEXTr() 2520 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH)) in evaluateHexRSEQ32() 2681 if (!getCell(CR, Inputs, LS)) in evaluateHexCondMove() [all …]
|
| H A D | BitTracker.h | 399 RegisterCell getCell(const RegisterRef &RR, const CellMapType &M) const; 406 RegisterCell RC = getCell(RR, M); in getRef()
|
| H A D | HexagonBitTracker.cpp | 250 #define rc(i) RegisterCell::ref(getCell(Reg[i], Inputs)) in evaluate() 1024 RegisterCell PC = getCell(PR, Inputs); in evaluate() 1237 putCell(RD, getCell(RS, Inputs), Outputs); in evaluateFormalCopy() 1242 Res = eSXT(getCell(RD, Outputs), EW); in evaluateFormalCopy() 1244 Res = eZXT(getCell(RD, Outputs), EW); in evaluateFormalCopy()
|