Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h253 StringRef getExecutionModeName(ExecutionMode e);
H A DSPIRVInstPrinter.cpp354 O << SPIRV::getExecutionModeName(e); in printExecutionMode()
H A DSPIRVBaseInfo.cpp224 StringRef getExecutionModeName(ExecutionMode e) { in getExecutionModeName() function