Searched refs:getCell (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 348 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR, in getCell() function in BT::MachineEvaluator 735 Res.insert(RegisterCell::ref(getCell(RS, Inputs)), mask(RD.Reg, SS)); in evaluate() 736 Res.insert(RegisterCell::ref(getCell(RT, Inputs)), mask(RD.Reg, ST)); in evaluate() 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() [all …]
|
H A D | HexagonConstPropagation.cpp | 358 bool getCell(const RegisterSubReg &R, const CellMap &Inputs, LatticeCell &RC); 1079 bool MachineConstEvaluator::getCell(const RegisterSubReg &R, const CellMap &Inputs, in getCell() function in MachineConstEvaluator 1109 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateCMPrr() 1148 if (!getCell(R1, Inputs, LS)) in evaluateCMPri() 1175 if (!getCell(R1, Inputs, LS)) in evaluateCMPrp() 1366 return getCell(R1, Inputs, Result); in evaluateCOPY() 1404 return getCell(R1, Inputs, Result); in evaluateANDri() 1413 if (!getCell(R1, Inputs, LS1)) in evaluateANDri() 1471 return getCell(R in evaluateORri() [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()
|