Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp237 static DataLayoutSpecInterface getSpec(Operation *operation) { in getSpec() function
294 return getSpec(leaf); in getCombinedDataLayout()
303 if (DataLayoutSpecInterface current = getSpec(leaf)) in getCombinedDataLayout()
312 DataLayoutSpecInterface spec = getSpec(op); in verifyDataLayoutOp()