Searched refs:newOpc (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6999 unsigned newOpc; local
7002 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRrr : ARM::t2ASRrr; break;
7003 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRrr : ARM::t2LSRrr; break;
7004 case ARM_AM::lsl: newOpc = isNarrow ? ARM::tLSLrr : ARM::t2LSLrr; break;
7005 case ARM_AM::ror: newOpc = isNarrow ? ARM::tROR : ARM::t2RORrr; break;
7007 TmpInst.setOpcode(newOpc);
7033 unsigned newOpc; local
7036 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRri : ARM::t2ASRri; break;
7037 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRri : ARM::t2LSRri; break;
7038 case ARM_AM::lsl: newOpc
7482 unsigned newOpc; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp694 unsigned newOpc = Opcode == ARM::VMOVScc ? ARM::VMOVS : ARM::VMOVD; local
695 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc),
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp530 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
531 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2759 unsigned newOpc = getFusedLdStOpcode(LdVT, Opc); local
2760 MachineSDNode *Result = CurDAG->getMachineNode(newOpc,

Completed in 288 milliseconds