Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h196 uint32_t prepareConstant(Location loc, Type constType, Attribute valueAttr);
H A DSerializer.cpp640 uint32_t Serializer::prepareConstant(Location loc, Type constType, in prepareConstant() function in mlir::spirv::Serializer
689 if (auto elementID = prepareConstant(loc, elementType, elementAttr)) { in prepareArrayConstant()
H A DSerializeOps.cpp60 if (auto resultID = prepareConstant(op.getLoc(), op.getType(), op.value())) { in processConstantOp()