HomeSort by relevance Sort by last modified time
    Searched refs:SecondLastOpc (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 323 unsigned SecondLastOpc = 0;
328 SecondLastOpc = GetAnalyzableBrOpc(SecondLastInst->getOpcode());
331 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
336 if (!SecondLastOpc) {
355 if (SecondLastOpc == UncondBrOpc) {
370 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 235 unsigned SecondLastOpc = SecondLastInst->getOpcode();
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 306 unsigned SecondLastOpc = SecondLastInst->getOpcode();
311 while (isUncondBranchOpcode(SecondLastOpc)) {
321 SecondLastOpc = SecondLastInst->getOpcode();
331 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
341 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
352 if ((isJumpTableBranchOpcode(SecondLastOpc) ||
353 isIndirectBranchOpcode(SecondLastOpc)) &&
    [all...]

Completed in 204 milliseconds