Searched refs:SubInst (Results 1 – 3 of 3) sorted by relevance
60 MCInst *SubInst = const_cast<MCInst *>(MCI->getOperand(1).getInst()); in EmitInstruction() local61 HexagonMCInstrInfo::clampExtended(*MCII, getContext(), *SubInst); in EmitInstruction()
1044 Instruction *SubInst = cast<Instruction>(SubOneOp); in detectPopcountIdiom() local1045 ConstantInt *Dec = dyn_cast<ConstantInt>(SubInst->getOperand(1)); in detectPopcountIdiom()1047 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) || in detectPopcountIdiom()1048 (SubInst->getOpcode() == Instruction::Add && in detectPopcountIdiom()
849 MCInst *SubInst = new (getParser().getContext()) MCInst; in MatchAndEmitInstruction() local850 if (matchOneInstruction(*SubInst, IDLoc, Operands, ErrorInfo, in MatchAndEmitInstruction()854 getParser().getContext(), MCII, MCB, *SubInst); in MatchAndEmitInstruction()855 MCB.addOperand(MCOperand::createInst(SubInst)); in MatchAndEmitInstruction()