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.cpp168 MCInst FunctionEndInst; in outputOpFunctionEnd() local
169 FunctionEndInst.setOpcode(SPIRV::OpFunctionEnd); in outputOpFunctionEnd()
170 outputMCInst(FunctionEndInst); in outputOpFunctionEnd()