HomeSort by relevance Sort by last modified time
    Searched refs:SecondLastOpc (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 208 unsigned SecondLastOpc = 0;
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/
XCoreInstrInfo.cpp 235 unsigned SecondLastOpc = SecondLastInst->getOpcode();
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 200 unsigned SecondLastOpc = SecondLastInst->getOpcode();
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/
R600InstrInfo.cpp 227 unsigned SecondLastOpc = SecondLastInst->getOpcode();
230 if (SecondLastOpc == AMDGPU::JUMP &&
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 227 unsigned SecondLastOpc = SecondLastInst->getOpcode();
230 if (SecondLastOpc == AMDGPU::JUMP &&
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 666 unsigned SecondLastOpc = SecondLastInst->getOpcode();
669 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {
    [all...]

Completed in 1117 milliseconds