Lines Matching defs: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);
692 for (auto &I : 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);
2554 const CellMap &Inputs, CellMap &Outputs) {
2586 LatticeCell L = Outputs.get(DefR.Reg);
2590 Outputs.update(DefR.Reg, L);
2629 const CellMap &Inputs, CellMap &Outputs) {
2670 Outputs.update(DefR.Reg, RC);
2676 const CellMap &Inputs, CellMap &Outputs) {
2694 LatticeCell RC = Outputs.get(DefR.Reg);
2702 Outputs.update(DefR.Reg, RC);
2712 Outputs.update(DefR.Reg, RC);
2719 const CellMap &Inputs, CellMap &Outputs) {
2753 LatticeCell RC = Outputs.get(DefR.Reg);
2758 Outputs.update(DefR.Reg, RC);
2763 const CellMap &Inputs, CellMap &Outputs) {
2768 LatticeCell RC = Outputs.get(DefR.Reg);
2787 Outputs.update(DefR.Reg, RC);