Home
last modified time | relevance | path

Searched refs:SecondLastOpc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp276 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
281 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
291 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
301 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
309 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
316 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp230 unsigned SecondLastOpc = 0; in analyzeBranch() local
241 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode()); in analyzeBranch()
244 if (isUnpredicatedTerminator(*SecondLastInst) && !SecondLastOpc) in analyzeBranch()
249 if (!SecondLastOpc) { in analyzeBranch()
286 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp176 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
181 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
191 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
200 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
208 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp232 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
233 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp699 unsigned SecondLastOpc = SecondLastInst.getOpcode(); in analyzeBranch() local
702 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp372 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
377 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
387 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
412 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
420 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
428 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
438 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()