Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp128 MCInst FunctionEndInst; in outputOpFunctionEnd() local
129 FunctionEndInst.setOpcode(SPIRV::OpFunctionEnd); in outputOpFunctionEnd()
130 outputMCInst(FunctionEndInst); in outputOpFunctionEnd()