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

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp205 unsigned SecondLastOpc = 0; local
210 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
213 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
218 if (!SecondLastOpc) {
239 if (SecondLastOpc == UncondBrOpc) {
255 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp242 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
243 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp227 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
230 if (SecondLastOpc == AMDGPU::JUMP &&
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp131 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
136 while (isUncondBranchOpcode(SecondLastOpc)) {
146 SecondLastOpc = SecondLastInst->getOpcode();
156 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
164 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
174 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp750 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
753 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {

Completed in 141 milliseconds