Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h85 uint32_t getSpecConstID(StringRef constName) const { in getSpecConstID() argument
86 return specConstIDMap.lookup(constName); in getSpecConstID()
H A DSerializeOps.cpp523 auto constName = referenceOfOp.spec_const(); in processReferenceOfOp() local
524 auto constID = getSpecConstID(constName); in processReferenceOfOp()
528 << constName; in processReferenceOfOp()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp526 auto constName = nameMap.lookup(id).str(); in getSpecConstantSymbol() local
527 if (constName.empty()) { in getSpecConstantSymbol()
528 constName = "spirv_spec_const_" + std::to_string(id); in getSpecConstantSymbol()
530 return constName; in getSpecConstantSymbol()