Searched refs:SubInst1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h42 bool SubInst1 = false; member in struct:llvm::HexagonMCCodeEmitter::EmitterState
H A DHexagonMCCodeEmitter.cpp447 State.SubInst1 = true;
449 State.SubInst1 = false;
596 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1;
H A DHexagonMCInstrInfo.cpp184 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1)); local
186 duplexInst->addOperand(MCOperand::createInst(SubInst1));
H A DHexagonMCDuplexInfo.cpp602 MCInst SubInst1 = HexagonMCInstrInfo::deriveSubInst(MIb); local
607 subinstOpcodeMap.find(SubInst1.getOpcode())->second;

Completed in 123 milliseconds