Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.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-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstrInfo.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-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.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-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreInstrInfo.cpp232 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
233 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600InstrInfo.cpp699 unsigned SecondLastOpc = SecondLastInst.getOpcode(); in analyzeBranch() local
702 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.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()