Home | History | Annotate | Download | only in IR

Lines Matching refs:Tuple

45 // This returns an MDTuple representing the detiled summary. The tuple has two
47 // of the detailed summary. Each element of this tuple is again an MDTuple whose
67 // entry of this tuple is another MDTuple of two elements: a string
151 MDTuple *Tuple = cast<MDTuple>(MD);
152 if (Tuple->getNumOperands() != 8)
155 auto &FormatMD = Tuple->getOperand(0);
168 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount",
171 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount))
173 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount",
176 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount",
179 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts))
181 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions",
186 if (!getSummaryFromMD(dyn_cast<MDTuple>(Tuple->getOperand(7)), Summary))