Searched refs:LastOpcode (Results 1 – 7 of 7) sorted by relevance
447 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local451 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch()457 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()465 if (LastOpcode == Hexagon::J2_jump) { in analyzeBranch()469 if (isEndLoopN(LastOpcode)) { in analyzeBranch()497 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()510 (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()521 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()530 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
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()
1603 unsigned LastOpcode = 0; in RescheduleOps() local1619 if (LastOpcode && Opcode != LastOpcode) in RescheduleOps()1630 LastOpcode = Opcode; in RescheduleOps()
2193 unsigned LastOpcode = 0; in RescheduleOps() local2201 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()2220 LastOpcode = LSMOpcode; in RescheduleOps()
2154 unsigned LastOpcode = 0; in RescheduleOps() local2171 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()2182 LastOpcode = LSMOpcode; in RescheduleOps()
2817 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local2821 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()
3172 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local3175 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()