H A D | HexagonConstPropagation.cpp | 1108 LatticeCell LS1, LS2; in evaluateCMPrr() local 1109 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateCMPrr() 1112 bool IsProp1 = LS1.isProperty(); in evaluateCMPrr() 1115 uint32_t Prop1 = LS1.properties(); in evaluateCMPrr() 1412 LatticeCell LS1; in evaluateANDri() local 1413 if (!getCell(R1, Inputs, LS1)) in evaluateANDri() 1415 if (LS1.isBottom() || LS1.isProperty()) in evaluateANDri() 1419 for (unsigned i = 0; i < LS1.size(); ++i) { in evaluateANDri() 1420 bool Eval = constToInt(LS1 in evaluateANDri() 1479 LatticeCell LS1; evaluateORri() local 1506 LatticeCell LS1, LS2; evaluateXORrr() local 1535 LatticeCell LS1; evaluateXORri() local 1568 LatticeCell LS1; evaluateZEXTr() local 1599 LatticeCell LS1; evaluateSEXTr() local 1664 LatticeCell LS1; evaluateCLBr() local 1699 LatticeCell LS1; evaluateCTBr() local 1736 LatticeCell LS1; evaluateEXTRACTr() local 1793 LatticeCell LS1; evaluateSplatr() local 3041 LatticeCell LS1, LS2; rewriteHexConstUses() local 3077 LatticeCell LS1, LS2; rewriteHexConstUses() local [all...] |