Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp138 MCInst LabelInst; in emitOpLabel() local
139 LabelInst.setOpcode(SPIRV::OpLabel); in emitOpLabel()
140 LabelInst.addOperand(MCOperand::createReg(MAI->getOrCreateMBBRegister(MBB))); in emitOpLabel()
141 outputMCInst(LabelInst); in emitOpLabel()