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

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp211 unsigned SecondLastOpc = 0; local
216 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
219 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
224 if (!SecondLastOpc) {
245 if (SecondLastOpc == UncondBrOpc) {
261 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
/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/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.cpp130 unsigned SecondLastOpc = SecondLastInst->getOpcode(); local
135 while (isUncondBranchOpcode(SecondLastOpc)) {
145 SecondLastOpc = SecondLastInst->getOpcode();
155 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
163 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
173 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp754 unsigned SecondLastOpc = SecondLastInst->getOpcode();
757 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {

Completed in 803 milliseconds