Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Support/
H A DDataLayout.cpp34 bool allowDefaultLayout) { in setMLIRDataLayoutFromAttributes() argument
43 if (!allowDefaultLayout) in setMLIRDataLayoutFromAttributes()
51 bool allowDefaultLayout) { in getOrSetDataLayout() argument
54 allowDefaultLayout); in getOrSetDataLayout()
/llvm-project/flang/include/flang/Optimizer/Support/
H A DDataLayout.h36 /// target independent layout when allowDefaultLayout is true. Otherwise do
39 bool allowDefaultLayout);
44 /// information is present at all and \p allowDefaultLayout is false, returns
47 getOrSetDataLayout(mlir::ModuleOp mlirModule, bool allowDefaultLayout = false);