Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h246 LogicalResult verifyEntries(DataLayoutEntryListRef entries,
379 LogicalResult verifyEntries(DataLayoutEntryListRef entries,
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp355 LogicalResult LLVMPointerType::verifyEntries(DataLayoutEntryListRef entries, in verifyEntries() function in LLVMPointerType
598 LogicalResult LLVMStructType::verifyEntries(DataLayoutEntryListRef entries, in verifyEntries() function in LLVMStructType
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp287 TestTypeWithLayoutType::verifyEntries(DataLayoutEntryListRef params, in verifyEntries() function in TestTypeWithLayoutType
H A DTestTypeDefs.td156 ::mlir::LogicalResult verifyEntries(::mlir::DataLayoutEntryListRef params,
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp537 if (failed(dlType.verifyEntries(kvp.second, loc))) in verifyDataLayoutSpec()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td346 /*methodName=*/"verifyEntries",