Lines Matching full:outputs

301     //       compute the set of output values "Outputs". An example of when
314 CellMap &Outputs) = 0;
687 CellMap Outputs;
688 bool Eval = MCE.evaluate(MI, Cells, Outputs);
691 dbgs() << " outputs:";
692 for (auto &I : Outputs)
698 // Update outputs. If the value was not computed, set all the
714 // Find the corresponding cell in the computed outputs.
716 if (!Outputs.has(DefR.Reg))
719 Changed = RC.meet(Outputs.get(DefR.Reg));
1845 CellMap &Outputs) override;
1864 CellMap &Outputs);
1869 CellMap &Outputs);
1871 CellMap &Outputs);
1873 CellMap &Outputs);
1875 CellMap &Outputs);
1877 CellMap &Outputs);
1925 const CellMap &Inputs, CellMap &Outputs) {
1946 Outputs.update(DefR.Reg, RC);
1968 Outputs.update(DefR.Reg, RC);
1972 bool Eval = evaluateHexCompare(MI, Inputs, Outputs);
1997 LatticeCell RC = Outputs.get(DefR.Reg);
1999 Outputs.update(DefR.Reg, RC);
2006 LatticeCell RC = Outputs.get(DefR.Reg);
2011 Outputs.update(DefR.Reg, RC);
2024 bool Eval = evaluateHexLogical(MI, Inputs, Outputs);
2040 LatticeCell RC = Outputs.get(DefR.Reg);
2042 Outputs.update(DefR.Reg, RC);
2052 LatticeCell RC = Outputs.get(DefR.Reg);
2056 Outputs.update(DefR.Reg, RC);
2065 bool Eval = evaluateHexCondMove(MI, Inputs, Outputs);
2077 bool Eval = evaluateHexExt(MI, Inputs, Outputs);
2101 LatticeCell RC = Outputs.get(DefR.Reg);
2108 Outputs.update(DefR.Reg, RC);
2133 LatticeCell RC = Outputs.get(DefR.Reg);
2140 Outputs.update(DefR.Reg, RC);
2155 LatticeCell RC = Outputs.get(DefR.Reg);
2171 Outputs.update(DefR.Reg, RC);
2186 bool Eval = evaluateHexVector1(MI, Inputs, Outputs);
2553 const CellMap &Inputs, CellMap &Outputs) {
2585 LatticeCell L = Outputs.get(DefR.Reg);
2589 Outputs.update(DefR.Reg, L);
2628 const CellMap &Inputs, CellMap &Outputs) {
2669 Outputs.update(DefR.Reg, RC);
2675 const CellMap &Inputs, CellMap &Outputs) {
2693 LatticeCell RC = Outputs.get(DefR.Reg);
2701 Outputs.update(DefR.Reg, RC);
2711 Outputs.update(DefR.Reg, RC);
2718 const CellMap &Inputs, CellMap &Outputs) {
2752 LatticeCell RC = Outputs.get(DefR.Reg);
2757 Outputs.update(DefR.Reg, RC);
2762 const CellMap &Inputs, CellMap &Outputs) {
2767 LatticeCell RC = Outputs.get(DefR.Reg);
2786 Outputs.update(DefR.Reg, RC);