Searched refs:decodeStringLiteral (Results 1 – 4 of 4) sorted by relevance
163 spirv::decodeStringLiteral(operands, index) == "var0"; in TEST_F()179 spirv::decodeStringLiteral(operands, index) == "var0"; in TEST_F()
47 inline StringRef decodeStringLiteral(ArrayRef<uint32_t> words, in decodeStringLiteral() function
176 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()
343 auto fnName = decodeStringLiteral(words, wordIndex); in processOp()