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

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7360 unsigned newOpc; local
7363 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRrr : ARM::t2ASRrr; break;
7364 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRrr : ARM::t2LSRrr; break;
7365 case ARM_AM::lsl: newOpc = isNarrow ? ARM::tLSLrr : ARM::t2LSLrr; break;
7366 case ARM_AM::ror: newOpc = isNarrow ? ARM::tROR : ARM::t2RORrr; break;
7368 TmpInst.setOpcode(newOpc);
7394 unsigned newOpc; local
7397 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRri : ARM::t2ASRri; break;
7398 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRri : ARM::t2LSRri; break;
7399 case ARM_AM::lsl: newOpc
7843 unsigned newOpc; local
[all...]
/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/ARM/
H A DARMExpandPseudoInsts.cpp752 unsigned newOpc = Opcode == ARM::VMOVScc ? ARM::VMOVS : ARM::VMOVD; local
753 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc),
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2735 unsigned newOpc = getFusedLdStOpcode(LdVT, Opc); local
2736 MachineSDNode *Result = CurDAG->getMachineNode(newOpc,

Completed in 418 milliseconds