Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h674 std::string getMemoryOperandName(uint32_t e);
H A DSPIRVInstPrinter.cpp530 O << SPIRV::getMemoryOperandName(e); in printMemoryOperand()
H A DSPIRVBaseInfo.cpp982 std::string getMemoryOperandName(uint32_t e) { in getMemoryOperandName() function