Home
last modified time | relevance | path

Searched refs:InstructionInfoViewData (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h58 struct InstructionInfoViewData { struct
66 using IIVDVec = SmallVector<InstructionInfoViewData, 16>; argument
69 void collectData(MutableArrayRef<InstructionInfoViewData> IIVD) const;
82 json::Object toJSON(const InstructionInfoViewData &IIVD) const;
H A DInstructionInfoView.cpp44 const InstructionInfoViewData &IIVDEntry = std::get<0>(I.value()); in printView()
93 MutableArrayRef<InstructionInfoViewData> IIVD) const { in collectData()
98 InstructionInfoViewData &IIVDEntry = std::get<1>(I); in collectData()
125 InstructionInfoView::toJSON(const InstructionInfoViewData &IIVD) const { in toJSON()
145 const InstructionInfoViewData &IIVDEntry = I.value(); in toJSON()