Home | History | Annotate | Download | only in mips

Lines Matching refs:isNop

34         if (!thisLIR->flags.isNop && thisLIR->opcode == kMipsB) {
44 thisLIR->flags.isNop = true;
74 if (thisLIR->flags.isNop || thisLIR->opcode != kMipsMove)
88 if (nextLIR->flags.isNop || nextLIR->opcode == kMips32BitData)
178 thisLIR->flags.isNop = true;
195 if (thisLIR->flags.isNop)
219 thisLIR->flags.isNop = true;
230 movsLIR->flags.isNop = true;
266 if (thisLIR->flags.isNop)
295 thisLIR->flags.isNop = true;
314 if (!targetLIR->flags.isNop &&
332 if (!targetLIR->flags.isNop && !isPseudoOpCode(targetLIR->opcode))
340 if (!nextLIR->flags.isNop && !isPseudoOpCode(nextLIR->opcode))
391 if (thisLIR->flags.isNop ||
404 if (!thisLIR->flags.isNop &&