Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Output

179   // Here, Insn 1 will result in the dependence graph not emitting an output
335 DepType == SDep::Output);
3043 (DepType != SDep::Output)) {
3044 // Ignore all dependences for jumps except for true and output
3049 // Ignore output dependences due to superregs. We can
3057 // superfluous output dependence. The dependence must be of the
3061 // and there is an output dependence between the two instructions
3068 else if (DepType == SDep::Output) {