Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp69 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 DAMDGPUMetadataVerifier.h54 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h103 virtual LogicalResult verifyEntry(DataLayoutEntryInterface entry, in verifyEntry() function
H A DDataLayoutInterfaces.td56 /*methodName=*/"verifyEntry",
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp478 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 DDLTI.cpp318 LogicalResult verifyEntry(DataLayoutEntryInterface entry, in verifyEntry() function in __anon2c1774a70411::TargetDataLayoutInterface