Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h645 std::string getFunctionControlName(uint32_t e);
H A DSPIRVInstPrinter.cpp514 O << SPIRV::getFunctionControlName(e); in printFunctionControl()
H A DSPIRVBaseInfo.cpp864 std::string getFunctionControlName(uint32_t e) { in getFunctionControlName() function