Home
last modified time | relevance | path

Searched refs:MoveElimInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DRegisterFileStatistics.cpp28 MoveElimInfo.emplace_back(MEIEmpty); in RegisterFileStatistics()
43 MoveElimInfo.resize(NumRegFiles); in RegisterFileStatistics()
44 std::fill(MoveElimInfo.begin(), MoveElimInfo.end(), MEIEmpty); in RegisterFileStatistics()
71 MoveElimInfo[Inst.getDefs()[0].getRegisterFileID()]; in updateMoveElimInfo()
99 for (MoveEliminationInfo &MEI : MoveElimInfo) { in onCycleEnd()
142 const MoveEliminationInfo &MEI = MoveElimInfo[I]; in printView()
DRegisterFileStatistics.h65 llvm::SmallVector<MoveEliminationInfo, 4> MoveElimInfo; variable
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.cpp1857 ListInit *MoveElimInfo = RF->getValueAsListInit("AllowMoveElimination"); in collectRegisterFiles() local
1862 if (MoveElimInfo->size() > I) { in collectRegisterFiles()
1863 BitInit *Val = cast<BitInit>(MoveElimInfo->getElement(I)); in collectRegisterFiles()