Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp447 int LastOpcode = LastInst->getOpcode(); in analyzeBranch() local
451 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()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1603 unsigned LastOpcode = 0; in RescheduleOps() local
1619 if (LastOpcode && Opcode != LastOpcode) in RescheduleOps()
1630 LastOpcode = Opcode; in RescheduleOps()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2154 unsigned LastOpcode = 0; in RescheduleOps() local
2171 if (LastOpcode && LSMOpcode != LastOpcode) in RescheduleOps()
2182 LastOpcode = LSMOpcode; in RescheduleOps()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2817 unsigned LastOpcode = Inst.getOpcode(); in MatchAndEmitIntelInstruction() local
2821 if (Match.empty() || LastOpcode != Inst.getOpcode()) in MatchAndEmitIntelInstruction()