Home
last modified time | relevance | path

Searched refs:LastOpcode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp507 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local
511 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch()
517 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()
525 if (LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
529 if (isEndLoopN(LastOpcode)) { in analyzeBranch()
557 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
570 (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
581 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
590 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2351 unsigned LastOpcode = 0; in RescheduleOps() local
2358 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()
2377 LastOpcode = LSMOpcode; in RescheduleOps()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4484 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local
4488 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()