Lines Matching refs:getCell
358 bool getCell(const RegisterSubReg &R, const CellMap &Inputs, LatticeCell &RC);
1080 bool MachineConstEvaluator::getCell(const RegisterSubReg &R, const CellMap &Inputs, in getCell() function in MachineConstEvaluator
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()
1367 return getCell(R1, Inputs, Result); in evaluateCOPY()
1405 return getCell(R1, Inputs, Result); in evaluateANDri()
1414 if (!getCell(R1, Inputs, LS1)) in evaluateANDri()
1472 return getCell(R1, Inputs, Result); in evaluateORri()
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()
1601 if (!getCell(R1, Inputs, LS1)) in evaluateSEXTr()
1666 if (!getCell(R1, Inputs, LS1)) in evaluateCLBr()
1701 if (!getCell(R1, Inputs, LS1)) in evaluateCTBr()
1738 if (!getCell(R1, Inputs, LS1)) in evaluateEXTRACTr()
1795 if (!getCell(R1, Inputs, LS1)) in evaluateSplatr()
2520 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH)) in evaluateHexRSEQ32()
2681 if (!getCell(CR, Inputs, LS)) in evaluateHexCondMove()
2983 bool HasC2 = getCell(R2, Inputs, LS2), HasC3 = getCell(R3, Inputs, LS3); in rewriteHexConstUses()
3045 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) { in rewriteHexConstUses()
3050 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) { in rewriteHexConstUses()
3083 if (getCell(R1, Inputs, LS1) && (LS1.properties() & P::Zero)) in rewriteHexConstUses()
3085 else if (getCell(R2, Inputs, LS2) && (LS2.properties() & P::Zero)) in rewriteHexConstUses()