Searched refs:LastOpcode (Results 1 – 3 of 3) sorted by relevance
367 int LastOpcode = LastInst->getOpcode(); in AnalyzeBranch() local371 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in AnalyzeBranch()377 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in AnalyzeBranch()382 if (LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()386 if (isEndLoopN(LastOpcode)) { in AnalyzeBranch()414 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in AnalyzeBranch()425 (LastOpcode == Hexagon::J2_jump)) { in AnalyzeBranch()436 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()445 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()
2106 unsigned LastOpcode = 0; in RescheduleOps() local2123 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()2134 LastOpcode = LSMOpcode; in RescheduleOps()
2726 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local2730 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()