Searched defs:SecondLastOpc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp119 unsigned SecondLastOpc = 0; local
124 SecondLastOpc = GetAnalyzableBrOpc(SecondLastInst->getOpcode());
127 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
132 if (!SecondLastOpc) {
151 if (SecondLastOpc == UncondBrOpc) {
166 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp235 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp306 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
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)) &&

Completed in 471 milliseconds