Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h244 bool areCompatible(DataLayoutEntryListRef oldLayout,
376 bool areCompatible(DataLayoutEntryListRef oldLayout,
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp216 if (!interface.areCompatible(entriesForType.lookup(kvp.first), kvp.second)) in combineOneSpec()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp317 bool LLVMPointerType::areCompatible(DataLayoutEntryListRef oldLayout, in areCompatible() function in LLVMPointerType
575 bool LLVMStructType::areCompatible(DataLayoutEntryListRef oldLayout, in areCompatible() function in LLVMStructType
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp280 bool TestTypeWithLayoutType::areCompatible( in areCompatible() function in TestTypeWithLayoutType
H A DTestTypeDefs.td151 DeclareTypeInterfaceMethods<DataLayoutTypeInterface, ["areCompatible"]>
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td336 /*methodName=*/"areCompatible",