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

/freebsd-13-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.cpp441 State.SubInst1 = true;
443 State.SubInst1 = false;
590 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1;
H A DHexagonMCDuplexInfo.cpp600 MCInst SubInst1 = HexagonMCInstrInfo::deriveSubInst(MIb); local
605 subinstOpcodeMap.find(SubInst1.getOpcode())->second;
H A DHexagonMCInstrInfo.cpp209 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1)); local
211 duplexInst->addOperand(MCOperand::createInst(SubInst1));

Completed in 101 milliseconds