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 211 unsigned SecondLastOpc = 0;
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/
R600InstrInfo.cpp 227 unsigned SecondLastOpc = SecondLastInst->getOpcode();
230 if (SecondLastOpc == AMDGPU::JUMP &&
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 242 unsigned SecondLastOpc = SecondLastInst->getOpcode();
243 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 227 unsigned SecondLastOpc = SecondLastInst->getOpcode();
230 if (SecondLastOpc == AMDGPU::JUMP &&
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 130 unsigned SecondLastOpc = SecondLastInst->getOpcode();
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)) {
    [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 754 unsigned SecondLastOpc = SecondLastInst->getOpcode();
757 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {
    [all...]

Completed in 278 milliseconds