Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp281 static DataLayoutSpecInterface getCombinedDataLayout(Operation *leaf) { in getCombinedDataLayout() function
319 if (!getCombinedDataLayout(op)) { in verifyDataLayoutOp()
349 : originalLayout(getCombinedDataLayout(op)), scope(op) { in DataLayout()
357 : originalLayout(getCombinedDataLayout(op)), scope(op) { in DataLayout()
393 (scope && this->originalLayout == getCombinedDataLayout(scope))) && in checkValid()