Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:getCell

347     bool getCell(const Register &R, const CellMap &Inputs, LatticeCell &RC);
1069 bool MachineConstEvaluator::getCell(const Register &R, const CellMap &Inputs,
1099 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1138 if (!getCell(R1, Inputs, LS))
1165 if (!getCell(R1, Inputs, LS))
1356 return getCell(R1, Inputs, Result);
1394 return getCell(R1, Inputs, Result);
1403 if (!getCell(R1, Inputs, LS1))
1461 return getCell(R1, Inputs, Result);
1470 if (!getCell(R1, Inputs, LS1))
1497 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1526 if (!getCell(R1, Inputs, LS1))
1559 if (!getCell(R1, Inputs, LS1))
1590 if (!getCell(R1, Inputs, LS1))
1655 if (!getCell(R1, Inputs, LS1))
1690 if (!getCell(R1, Inputs, LS1))
1727 if (!getCell(R1, Inputs, LS1))
1784 if (!getCell(R1, Inputs, LS1))
2509 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH))
2670 if (!getCell(CR, Inputs, LS))
2965 bool HasC2 = getCell(R2, Inputs, LS2), HasC3 = getCell(R3, Inputs, LS3);
3027 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) {
3032 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) {
3065 if (getCell(R1, Inputs, LS1) && (LS1.properties() & P::Zero))
3067 else if (getCell(R2, Inputs, LS2) && (LS2.properties() & P::Zero))