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

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6803 unsigned newOpc; local
6806 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRrr : ARM::t2ASRrr; break;
6807 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRrr : ARM::t2LSRrr; break;
6808 case ARM_AM::lsl: newOpc = isNarrow ? ARM::tLSLrr : ARM::t2LSLrr; break;
6809 case ARM_AM::ror: newOpc = isNarrow ? ARM::tROR : ARM::t2RORrr; break;
6811 TmpInst.setOpcode(newOpc);
6837 unsigned newOpc; local
6840 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRri : ARM::t2ASRri; break;
6841 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRri : ARM::t2LSRri; break;
6842 case ARM_AM::lsl: newOpc
7286 unsigned newOpc; local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp692 unsigned newOpc = Opcode == ARM::VMOVScc ? ARM::VMOVS : ARM::VMOVD; local
693 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc),
/external/llvm/lib/IR/
H A DConstantFold.cpp530 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
531 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2757 unsigned newOpc = getFusedLdStOpcode(LdVT, Opc); local
2758 MachineSDNode *Result = CurDAG->getMachineNode(newOpc,

Completed in 335 milliseconds