Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp83 if (auto typeInterface = type.dyn_cast<DataLayoutTypeInterface>()) in getDefaultTypeSizeInBits() local
84 return typeInterface.getTypeSizeInBits(dataLayout, params); in getDefaultTypeSizeInBits()
154 if (auto typeInterface = type.dyn_cast<DataLayoutTypeInterface>()) in getDefaultABIAlignment() local
155 return typeInterface.getABIAlignment(dataLayout, params); in getDefaultABIAlignment()
210 if (auto typeInterface = type.dyn_cast<DataLayoutTypeInterface>()) in getDefaultPreferredAlignment() local
211 return typeInterface.getPreferredAlignment(dataLayout, params); in getDefaultPreferredAlignment()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp41 if (auto typeInterface = dyn_cast<InferTypeOpInterface>(op)) { in runOnOperation() local