Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Output

195   // Here, Insn 1 will result in the dependence graph not emitting an output
292 DepType == SDep::Output;
1288 // There will be an output dependence between (1)->(2) and (2)->(3).
1307 // Ignore all dependences for jumps except for true and output
1310 DepType != SDep::Output)
1313 // Ignore output dependences due to superregs. We can write to two
1316 // If neither I nor J defines DepReg, then this is a superfluous output
1320 // and there is an output dependence between the two instructions with
1326 if (DepType == SDep::Output) {