Searched refs:LastOpcode (Results 1 – 3 of 3) sorted by relevance
508 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local512 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch()518 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()526 if (LastOpcode == Hexagon::J2_jump) { in analyzeBranch()530 if (isEndLoopN(LastOpcode)) { in analyzeBranch()558 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()571 (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()582 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()591 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
2351 unsigned LastOpcode = 0; in RescheduleOps() local2358 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()2377 LastOpcode = LSMOpcode; in RescheduleOps()
4491 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local4495 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()