Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp465 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local
469 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch()
475 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()
483 if (LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
487 if (isEndLoopN(LastOpcode)) { in analyzeBranch()
515 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
528 (LastOpcode == Hexagon::J2_jump)) { in analyzeBranch()
539 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
548 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2351 unsigned LastOpcode = 0; in RescheduleOps() local
2359 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()
2378 LastOpcode = LSMOpcode; in RescheduleOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4477 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local
4481 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()