Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getOpcode

445   const MCInstrDesc &MCID = getInstDesc(Inst.getOpcode());
504 switch (Inst.getOpcode()) {
516 switch (Inst.getOpcode()) {
706 TempInst.setOpcode(Inst.getOpcode());
1067 Res = MCBinaryExpr::Create(BE->getOpcode(), LExp, RExp, getContext());
1073 Res = MCUnaryExpr::Create(UN->getOpcode(), UnExp, getContext());
1260 IdVal = MCBinaryExpr::Create(BE->getOpcode(), BE->getRHS(), BE->getLHS(),