Searched defs:newOpc (Results 1 - 3 of 3) sorted by relevance

/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/Target/X86/
H A DX86ISelDAGToDAG.cpp2601 unsigned newOpc = getFusedLdStOpcode(LdVT, Opc); local
2602 MachineSDNode *Result = CurDAG->getMachineNode(newOpc,
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6795 unsigned newOpc; local
6798 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRrr : ARM::t2ASRrr; break;
6799 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRrr : ARM::t2LSRrr; break;
6800 case ARM_AM::lsl: newOpc = isNarrow ? ARM::tLSLrr : ARM::t2LSLrr; break;
6801 case ARM_AM::ror: newOpc = isNarrow ? ARM::tROR : ARM::t2RORrr; break;
6803 TmpInst.setOpcode(newOpc);
6829 unsigned newOpc; local
6832 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRri : ARM::t2ASRri; break;
6833 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRri : ARM::t2LSRri; break;
6834 case ARM_AM::lsl: newOpc
7278 unsigned newOpc; local
[all...]

Completed in 146 milliseconds