Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp367 int LastOpcode = LastInst->getOpcode(); in AnalyzeBranch() local
371 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in AnalyzeBranch()
377 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in AnalyzeBranch()
382 if (LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()
386 if (isEndLoopN(LastOpcode)) { in AnalyzeBranch()
414 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) { in AnalyzeBranch()
425 (LastOpcode == Hexagon::J2_jump)) { in AnalyzeBranch()
436 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()
445 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2106 unsigned LastOpcode = 0; in RescheduleOps() local
2123 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()
2134 LastOpcode = LSMOpcode; in RescheduleOps()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2726 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local
2730 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()