Home | History | Annotate | Download | only in IR

Lines Matching full:mdnode

321   DenseMap<const MDNode*, unsigned> mdnMap;
337 int getMetadataSlot(const MDNode *N);
352 /// MDNode map iterators.
353 typedef DenseMap<const MDNode*, unsigned>::iterator mdn_iterator;
374 /// CreateMetadataSlot - Insert the specified MDNode* into the slot table.
375 void CreateMetadataSlot(const MDNode *N);
418 if (const MDNode *MD = dyn_cast<MDNode>(V)) {
508 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst;
528 if (MDNode *N = dyn_cast_or_null<MDNode>(I->getOperand(i)))
576 /// getMetadataSlot - Get the slot number of a MDNode.
577 int SlotTracker::getMetadataSlot(const MDNode *N) {
581 // Find the MDNode in the module map
636 /// CreateModuleSlot - Insert the specified MDNode* into the slot table.
637 void SlotTracker::CreateMetadataSlot(const MDNode *N) {
653 if (const MDNode *Op = dyn_cast_or_null<MDNode>(N->getOperand(i)))
1044 static void WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node,
1104 if (const MDNode *N = dyn_cast<MDNode>(V)) {
1183 ((!isa<Constant>(V) && !isa<MDNode>(V)) ||
2043 SmallVector<std::pair<unsigned, MDNode*>, 4> InstMD;
2063 static void WriteMDNodeComment(const MDNode *Node,
2086 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) {
2092 SmallVector<const MDNode *, 16> Nodes;
2096 Nodes[I->second] = cast<MDNode>(I->first);
2103 void AssemblyWriter::printMDNodeBody(const MDNode *Node) {
2183 } else if (const MDNode *N = dyn_cast<MDNode>(this)) {