Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp140 MCInst LabelInst; in emitOpLabel() local
141 LabelInst.setOpcode(SPIRV::OpLabel); in emitOpLabel()
142 LabelInst.addOperand(MCOperand::createReg(MAI->getOrCreateMBBRegister(MBB))); in emitOpLabel()
143 outputMCInst(LabelInst); in emitOpLabel()