Searched refs:DocNode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 38 class DocNode { 42 typedef std::map<DocNode, DocNode> MapTy; 155 friend bool operator<(const DocNode &Lhs, const DocNode &Rhs) { 185 friend bool operator==(const DocNode &Lhs, const DocNode &Rhs) { 190 friend bool operator!=(const DocNode &Lhs, const DocNode &Rhs) { 228 MapDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Map); } in MapDocNode() 247 DocNode &operator[](DocNode Key); 286 DocNode Root; 314 DocNode getNode() { in getNode() 429 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> [all …]
|
| H A D | AMDGPUMetadataVerifier.h | 29 class DocNode; variable 47 bool verifyScalar(msgpack::DocNode &Node, msgpack::Type SKind, 48 function_ref<bool(msgpack::DocNode &)> verifyValue = {}); 49 bool verifyInteger(msgpack::DocNode &Node); 50 bool verifyArray(msgpack::DocNode &Node, 51 function_ref<bool(msgpack::DocNode &)> verifyNode, 54 function_ref<bool(msgpack::DocNode &)> verifyNode); 58 function_ref<bool(msgpack::DocNode &)> verifyValue = {}); 61 bool verifyKernelArgs(msgpack::DocNode &Node); 62 bool verifyKernel(msgpack::DocNode &Node); [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 41 DocNode &MapDocNode::operator[](DocNode Key) { in operator []() 79 DocNode &DocNode::operator=(StringRef Val) { in operator =() 83 DocNode &DocNode::operator=(MemoryBufferRef Val) { in operator =() 87 DocNode &DocNode::operator=(bool Val) { in operator =() 91 DocNode &DocNode::operator=(int Val) { in operator =() 95 DocNode &DocNode::operator=(unsigned Val) { in operator =() 99 DocNode &DocNode::operator=(int64_t Val) { in operator =() 103 DocNode &DocNode::operator=(uint64_t Val) { in operator =() 114 DocNode Node; 133 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> in readFromBlob() [all …]
|
| H A D | AMDGPUMetadataVerifier.cpp | 28 msgpack::DocNode &Node, msgpack::Type SKind, in verifyScalar() 29 function_ref<bool(msgpack::DocNode &)> verifyValue) { in verifyScalar() 57 msgpack::DocNode &Node, function_ref<bool(msgpack::DocNode &)> verifyNode, in verifyArray() 69 function_ref<bool(msgpack::DocNode &)> verifyNode) { in verifyEntry() 108 [](msgpack::DocNode &SNode) { in verifyKernelArgs() 148 [](msgpack::DocNode &SNode) { in verifyKernelArgs() 161 [](msgpack::DocNode &SNode) { in verifyKernelArgs() 171 [](msgpack::DocNode &SNode) { in verifyKernelArgs() 233 [this](msgpack::DocNode &Node) { in verifyKernel() 242 [this](msgpack::DocNode &Node) { in verifyKernel() [all …]
|
| H A D | MsgPackDocumentYAML.cpp | 23 struct ScalarDocNode : DocNode { 24 ScalarDocNode(DocNode N) : DocNode(N) {} in ScalarDocNode() 35 std::string DocNode::toString() const { in toString() 69 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() 146 template <> struct PolymorphicTraits<DocNode> { 148 static NodeKind getKind(const DocNode &N) { in getKind() 159 static MapDocNode &getAsMap(DocNode &N) { return N.getMap(/*Convert=*/true); } in getAsMap() 161 static ArrayDocNode &getAsSequence(DocNode &N) { in getAsSequence() 166 static ScalarDocNode &getAsScalar(DocNode &N) { in getAsScalar() 227 static DocNode &element(IO &IO, ArrayDocNode &A, size_t Index) { in element()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.h | 26 msgpack::DocNode Registers; 27 msgpack::DocNode HwStages; 28 msgpack::DocNode ShaderFunctions; 30 msgpack::DocNode Version; 32 msgpack::DocNode ComputeRegisters; 33 msgpack::DocNode GraphicsRegisters; 164 msgpack::DocNode &refRegisters(); 170 msgpack::DocNode &refShaderFunctions(); 179 msgpack::DocNode &refComputeRegisters(); 185 msgpack::DocNode &refGraphicsRegisters(); [all …]
|
| H A D | AMDGPUPALMetadata.cpp | 770 msgpack::DocNode &AMDGPUPALMetadata::refRegisters() { in refRegisters() 788 msgpack::DocNode &AMDGPUPALMetadata::refShaderFunctions() { in refShaderFunctions() 811 msgpack::DocNode &AMDGPUPALMetadata::refComputeRegisters() { in refComputeRegisters() 827 msgpack::DocNode &AMDGPUPALMetadata::refGraphicsRegisters() { in refGraphicsRegisters() 865 msgpack::DocNode &AMDGPUPALMetadata::refHwStage() { in refHwStage() 953 msgpack::DocNode *AMDGPUPALMetadata::refComputeRegister(StringRef field) { in refComputeRegister()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.h | 115 msgpack::DocNode &getRootMetadata(StringRef Key) { in getRootMetadata() 119 msgpack::DocNode &getHSAMetadataRoot() { in getHSAMetadataRoot()
|