Searched refs:SecondLastOpc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp217 unsigned SecondLastOpc = 0; local
222 SecondLastOpc = GetAnalyzableBrOpc(SecondLastInst->getOpcode());
225 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
230 if (!SecondLastOpc) {
251 if (SecondLastOpc == UncondBrOpc) {
267 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp235 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp211 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
216 while (SecondLastOpc == AArch64::Bimm) {
226 SecondLastOpc = SecondLastInst->getOpcode();
237 if (SecondLastOpc == AArch64::Bcc) {
243 } else if (isCondBranch(SecondLastOpc)) {
252 if (SecondLastOpc == AArch64::Bimm && LastOpc == AArch64::Bimm) {
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp316 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
319 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp317 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
322 while (isUncondBranchOpcode(SecondLastOpc)) {
332 SecondLastOpc = SecondLastInst->getOpcode();
342 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
352 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
363 if ((isJumpTableBranchOpcode(SecondLastOpc) ||
364 isIndirectBranchOpcode(SecondLastOpc)) &&

Completed in 180 milliseconds