Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp256 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
261 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
271 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
281 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
289 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
296 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp232 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
233 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp698 unsigned SecondLastOpc = SecondLastInst.getOpcode(); in analyzeBranch() local
701 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/docs/
DWritingAnLLVMBackend.rst1198 if ((SecondLastOpc == ARM::B || SecondLastOpc == ARM::tB) &&
1232 unsigned SecondLastOpc = SecondLastInst->getOpcode();
1234 if ((SecondLastOpc == ARM::Bcc && LastOpc == ARM::B) ||
1235 (SecondLastOpc == ARM::tBcc && LastOpc == ARM::tB)) {
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp275 unsigned SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch() local
280 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
290 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
316 SecondLastOpc = SecondLastInst->getOpcode(); in analyzeBranch()
325 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
333 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
343 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()