Home
last modified time | relevance | path

Searched refs:SubInst (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp60 MCInst *SubInst = const_cast<MCInst *>(MCI->getOperand(1).getInst()); in EmitInstruction() local
61 HexagonMCInstrInfo::clampExtended(*MCII, getContext(), *SubInst); in EmitInstruction()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1044 Instruction *SubInst = cast<Instruction>(SubOneOp); in detectPopcountIdiom() local
1045 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()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp849 MCInst *SubInst = new (getParser().getContext()) MCInst; in MatchAndEmitInstruction() local
850 if (matchOneInstruction(*SubInst, IDLoc, Operands, ErrorInfo, in MatchAndEmitInstruction()
854 getParser().getContext(), MCII, MCB, *SubInst); in MatchAndEmitInstruction()
855 MCB.addOperand(MCOperand::createInst(SubInst)); in MatchAndEmitInstruction()