Searched refs:LastOpcode (Results 1 – 3 of 3) sorted by relevance
460 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local464 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch()470 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()478 if (LastOpcode == Hexagon::J2_jump) { in analyzeBranch()482 if (isEndLoopN(LastOpcode)) { in analyzeBranch()510 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()523 (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()534 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()543 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
2206 unsigned LastOpcode = 0; in RescheduleOps() local2214 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()2233 LastOpcode = LSMOpcode; in RescheduleOps()
3191 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local3194 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()