Searched refs:LabelInst (Results 1 – 1 of 1) sorted by relevance
157 MCInst LabelInst; in emitOpLabel() local158 LabelInst.setOpcode(SPIRV::OpLabel); in emitOpLabel()159 LabelInst.addOperand(MCOperand::createReg(MAI->getOrCreateMBBRegister(MBB))); in emitOpLabel()160 outputMCInst(LabelInst); in emitOpLabel()