Home
last modified time | relevance | path

Searched refs:elementID (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributeInterfaces.td135 This method returns an opaque range indexer for the given elementID, which
140 (ins "::mlir::TypeID":$elementID), [{}], /*defaultImplementation=*/[{
142 (typename ConcreteAttr::ContiguousIterableTypesT *)nullptr, elementID,
149 elementID, /*isContiguous=*/std::false_type());
213 auto getValueImpl(std::tuple<Ts...> *, ::mlir::TypeID elementID,
215 return getValueImpl<Ts...>(elementID, isContiguous);
217 /// Check to see if the given `elementID` matches the current type `T`. If
221 auto getValueImpl(::mlir::TypeID elementID,
223 if (::mlir::TypeID::get<T>() == elementID)
225 return getValueImpl<Ts...>(elementID, isContiguous);
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp689 if (auto elementID = prepareConstant(loc, elementType, elementAttr)) { in prepareArrayConstant() local
690 operands.push_back(elementID); in prepareArrayConstant()
733 if (auto elementID = prepareDenseElementsConstant( in prepareDenseElementsConstant() local
735 operands.push_back(elementID); in prepareDenseElementsConstant()