Searched refs:verifyEntry (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 69 bool MetadataVerifier::verifyEntry( in verifyEntry() function in llvm::AMDGPU::HSAMD::V3::MetadataVerifier 82 return verifyEntry(MapNode, Key, Required, [=](msgpack::DocNode &Node) { in verifyScalarEntry() 89 return verifyEntry(MapNode, Key, Required, [this](msgpack::DocNode &Node) { in verifyIntegerEntry() 220 if (!verifyEntry( in verifyKernel() 227 if (!verifyEntry(KernelMap, ".args", false, [this](msgpack::DocNode &Node) { in verifyKernel() 233 if (!verifyEntry(KernelMap, ".reqd_workgroup_size", false, in verifyKernel() 242 if (!verifyEntry(KernelMap, ".workgroup_size_hint", false, in verifyKernel() 289 if (!verifyEntry( in verify() 296 if (!verifyEntry( in verify() 303 if (!verifyEntry(RootMap, "amdhsa.kernels", true, in verify()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 54 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | DataLayoutInterfaces.h | 103 virtual LogicalResult verifyEntry(DataLayoutEntryInterface entry, in verifyEntry() function
|
| H A D | DataLayoutInterfaces.td | 56 /*methodName=*/"verifyEntry",
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | DataLayoutInterfaces.cpp | 478 if (failed(entry.verifyEntry(loc))) in verifyDataLayoutSpec() 556 if (failed(iface->verifyEntry(kvp.second, loc))) in verifyDataLayoutSpec()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/DLTI/ |
| H A D | DLTI.cpp | 318 LogicalResult verifyEntry(DataLayoutEntryInterface entry, in verifyEntry() function in __anon2c1774a70411::TargetDataLayoutInterface
|