Searched refs:MapDocNode (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.h | 167 msgpack::MapDocNode getRegisters(); 173 msgpack::MapDocNode getShaderFunctions(); 176 msgpack::MapDocNode getShaderFunction(StringRef Name); 182 msgpack::MapDocNode getComputeRegisters(); 188 msgpack::MapDocNode getGraphicsRegisters(); 195 msgpack::MapDocNode getHwStage(unsigned CC);
|
| H A D | AMDGPUPALMetadata.cpp | 781 msgpack::MapDocNode AMDGPUPALMetadata::getRegisters() { in getRegisters() 799 msgpack::MapDocNode AMDGPUPALMetadata::getShaderFunctions() { in getShaderFunctions() 806 msgpack::MapDocNode AMDGPUPALMetadata::getShaderFunction(StringRef Name) { in getShaderFunction() 821 msgpack::MapDocNode AMDGPUPALMetadata::getComputeRegisters() { in getComputeRegisters() 837 msgpack::MapDocNode AMDGPUPALMetadata::getGraphicsRegisters() { in getGraphicsRegisters() 877 msgpack::MapDocNode AMDGPUPALMetadata::getHwStage(unsigned CC) { in getHwStage()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.h | 61 msgpack::MapDocNode Kern) = 0; 85 msgpack::MapDocNode getHSAKernelProps(const MachineFunction &MF, 95 void emitKernelLanguage(const Function &Func, msgpack::MapDocNode Kern); 97 void emitKernelAttrs(const Function &Func, msgpack::MapDocNode Kern) override; 99 void emitKernelArgs(const MachineFunction &MF, msgpack::MapDocNode Kern); 143 void emitKernelAttrs(const Function &Func, msgpack::MapDocNode Kern) override;
|
| H A D | AMDGPUHSAMetadataStreamer.cpp | 214 msgpack::MapDocNode Kern) { in emitKernelLanguage() 233 msgpack::MapDocNode Kern) { in emitKernelAttrs() 258 msgpack::MapDocNode Kern) { in emitKernelArgs() 457 msgpack::MapDocNode 674 msgpack::MapDocNode Kern) { in emitKernelAttrs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 30 class MapDocNode; variable 53 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 56 verifyScalarEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 59 bool verifyIntegerEntry(msgpack::MapDocNode &MapNode, StringRef Key,
|
| H A D | MsgPackDocument.h | 28 class MapDocNode; variable 145 MapDocNode &getMap(bool Convert = false) { 151 return *reinterpret_cast<MapDocNode *>(this); 225 class MapDocNode : public DocNode { 227 MapDocNode() = default; 228 MapDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Map); } in MapDocNode() function 389 MapDocNode getMapNode() { in getMapNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 30 DocNode::MapTy::iterator MapDocNode::find(StringRef S) { in find() 36 DocNode &MapDocNode::operator[](StringRef S) { in operator []() 41 DocNode &MapDocNode::operator[](DocNode Key) { in operator []() 52 DocNode &MapDocNode::operator[](int Key) { in operator []() 55 DocNode &MapDocNode::operator[](unsigned Key) { in operator []() 58 DocNode &MapDocNode::operator[](int64_t Key) { in operator []() 61 DocNode &MapDocNode::operator[](uint64_t Key) { in operator []()
|
| H A D | MsgPackDocumentYAML.cpp | 159 static MapDocNode &getAsMap(DocNode &N) { return N.getMap(/*Convert=*/true); } in getAsMap() 207 template <> struct CustomMappingTraits<MapDocNode> { 209 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() 215 static void output(IO &IO, MapDocNode &M) { in output()
|
| H A D | AMDGPUMetadataVerifier.cpp | 68 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry() 77 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry() 85 bool MetadataVerifier::verifyIntegerEntry(msgpack::MapDocNode &MapNode, in verifyIntegerEntry()
|