Searched refs:MapDocNode (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.h | 139 msgpack::MapDocNode getRegisters(); 145 msgpack::MapDocNode getShaderFunctions(); 148 msgpack::MapDocNode getShaderFunction(StringRef Name); 152 msgpack::MapDocNode getHwStage(unsigned CC);
|
| H A D | AMDGPUPALMetadata.cpp | 779 msgpack::MapDocNode AMDGPUPALMetadata::getRegisters() { in getRegisters() 797 msgpack::MapDocNode AMDGPUPALMetadata::getShaderFunctions() { in getShaderFunctions() 804 msgpack::MapDocNode AMDGPUPALMetadata::getShaderFunction(StringRef Name) { in getShaderFunction() 833 msgpack::MapDocNode AMDGPUPALMetadata::getHwStage(unsigned CC) { in getHwStage()
|
| /freebsd-13.1/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 | 160 static MapDocNode &getAsMap(DocNode &N) { return N.getMap(/*Convert=*/true); } in getAsMap() 208 template <> struct CustomMappingTraits<MapDocNode> { 210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne() 216 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 42 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 45 verifyScalarEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 48 bool verifyIntegerEntry(msgpack::MapDocNode &MapNode, StringRef Key,
|
| H A D | MsgPackDocument.h | 28 class MapDocNode; variable 140 MapDocNode &getMap(bool Convert = false) { 146 return *reinterpret_cast<MapDocNode *>(this); 219 class MapDocNode : public DocNode { 221 MapDocNode() {} in MapDocNode() function 222 MapDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Map); } in MapDocNode() function 372 MapDocNode getMapNode() { in getMapNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.h | 74 msgpack::MapDocNode getHSAKernelProps(const MachineFunction &MF, 81 void emitKernelLanguage(const Function &Func, msgpack::MapDocNode Kern); 83 void emitKernelAttrs(const Function &Func, msgpack::MapDocNode Kern); 85 void emitKernelArgs(const Function &Func, msgpack::MapDocNode Kern);
|
| H A D | AMDGPUHSAMetadataStreamer.cpp | 631 msgpack::MapDocNode Kern) { in emitKernelLanguage() 650 msgpack::MapDocNode Kern) { in emitKernelAttrs() 671 msgpack::MapDocNode Kern) { in emitKernelArgs() 849 msgpack::MapDocNode
|