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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9561 unsigned newOpc; local
9564 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRrr : ARM::t2ASRrr; break;
9565 case ARM_AM::lsr: newOpc = isNarrow ? ARM::tLSRrr : ARM::t2LSRrr; break;
9566 case ARM_AM::lsl: newOpc = isNarrow ? ARM::tLSLrr : ARM::t2LSLrr; break;
9567 case ARM_AM::ror: newOpc = isNarrow ? ARM::tROR : ARM::t2RORrr; break;
9569 TmpInst.setOpcode(newOpc);
9596 unsigned newOpc; local
9610 newOpc = isNarrow ? ARM::tMOVSr : ARM::t2MOVr;
9614 case ARM_AM::asr: newOpc = isNarrow ? ARM::tASRri : ARM::t2ASRri; break;
9615 case ARM_AM::lsr: newOpc
10090 unsigned newOpc; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp542 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
543 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1219 unsigned newOpc = Opcode != ARM::VMOVDcc ? ARM::VMOVS : ARM::VMOVD; local
1220 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc),

Completed in 91 milliseconds