Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp124 MCInst FunctionEndInst; in outputOpFunctionEnd() local
125 FunctionEndInst.setOpcode(SPIRV::OpFunctionEnd); in outputOpFunctionEnd()
126 outputMCInst(FunctionEndInst); in outputOpFunctionEnd()