Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Dependence

16 // prune the dependence.
104 // Check if there is a dependence between some instruction already in this
106 bool Dependence;
108 // Only check for dependence if there are resources available to
207 // These instructions confuse the dependence analysis. Consider:
211 // Here, Insn 1 will result in the dependence graph not emitting an output
212 // dependence between Insn 0 and Insn 2. This can lead to incorrect
330 // Check for lr dependence
341 // Check if this is a predicate dependence
674 if (TempMI == PacketMI) // We don't want to check PacketMI for dependence
947 Dependence = false;
1027 Dependence = true;
1033 Dependence = true;
1040 Dependence = true;
1045 Dependence = true;
1053 Dependence = true;
1065 Dependence = true;
1072 Dependence = true;
1078 Dependence = true;
1110 Dependence = true;
1131 Dependence = true;
1135 if (!Dependence)
1202 // then there can be no dependence.
1232 // superfluous output dependence. The dependence must be of the
1236 // and there is an output dependence between the two instructions
1240 // Ideally, the dependence constructor should annotate such
1244 // DepReg is the register that's responsible for the dependence.
1315 Dependence = true;
1330 if (Dependence) {