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

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp208 unsigned SecondLastOpc = 0; local
213 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
216 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
221 if (!SecondLastOpc) {
242 if (SecondLastOpc == UncondBrOpc) {
258 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp235 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp200 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
205 while (SecondLastOpc == AArch64::Bimm) {
215 SecondLastOpc = SecondLastInst->getOpcode();
226 if (SecondLastOpc == AArch64::Bcc) {
232 } else if (isCondBranch(SecondLastOpc)) {
241 if (SecondLastOpc == AArch64::Bimm && LastOpc == AArch64::Bimm) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp227 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
230 if (SecondLastOpc == AMDGPU::JUMP &&
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp227 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
230 if (SecondLastOpc == AMDGPU::JUMP &&
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp666 unsigned SecondLastOpc = SecondLastInst->getOpcode();
669 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {

Completed in 971 milliseconds