Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DSerializationTest.cpp163 spirv::decodeStringLiteral(operands, index) == "var0"; in TEST_F()
179 spirv::decodeStringLiteral(operands, index) == "var0"; in TEST_F()
/llvm-project-15.0.7/mlir/include/mlir/Target/SPIRV/
H A DSPIRVBinaryUtils.h47 inline StringRef decodeStringLiteral(ArrayRef<uint32_t> words, in decodeStringLiteral() function
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp176 StringRef extName = decodeStringLiteral(words, wordIndex); in processExtension()
197 extendedInstSets[words[0]] = decodeStringLiteral(words, wordIndex); in processExtInstImport()
329 auto name = decodeStringLiteral(words, wordIndex); in processMemberName()
635 StringRef name = decodeStringLiteral(operands, wordIndex); in processName()
2080 StringRef debugString = decodeStringLiteral(operands, wordIndex); in processDebugString()
H A DDeserializeOps.cpp343 auto fnName = decodeStringLiteral(words, wordIndex); in processOp()