Home
last modified time | relevance | path

Searched refs:MaxMovesEliminatedPerCycle (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp100 unsigned &CurrentMax = MEI.MaxMovesEliminatedPerCycle; in onCycleEnd()
161 << MEI.MaxMovesEliminatedPerCycle << '\n'; in printView()
H A DRegisterFileStatistics.h59 unsigned MaxMovesEliminatedPerCycle; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h174 uint16_t MaxMovesEliminatedPerCycle;
177 uint16_t MaxMovesEliminatedPerCycle; global() member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h191 unsigned MaxMovesEliminatedPerCycle; member
201 MaxMovesEliminatedPerCycle(MaxMoveElimPerCy), in Name()
H A DCodeGenSchedule.cpp1845 CGRF.MaxMovesEliminatedPerCycle = in collectRegisterFiles()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp155 RegisterFiles.emplace_back(RF.NumPhysRegs, RF.MaxMovesEliminatedPerCycle, in addRegisterFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td528 // Field MaxMovesEliminatedPerCycle specifies how many moves can be eliminated
554 int MaxMovesEliminatedPerCycle = MaxMoveElimPerCy;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp774 << RD.MaxMovesEliminatedPerCycle << ", " in EmitRegisterFileTables()