Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp145 MCInst FunctionEndInst; in outputOpFunctionEnd() local
146 FunctionEndInst.setOpcode(SPIRV::OpFunctionEnd); in outputOpFunctionEnd()
147 outputMCInst(FunctionEndInst); in outputOpFunctionEnd()