Searched refs:LabelInst (Results 1 – 1 of 1) sorted by relevance
138 MCInst LabelInst; in emitOpLabel() local139 LabelInst.setOpcode(SPIRV::OpLabel); in emitOpLabel()140 LabelInst.addOperand(MCOperand::createReg(MAI->getOrCreateMBBRegister(MBB))); in emitOpLabel()141 outputMCInst(LabelInst); in emitOpLabel()