Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSchedule.h165 uint16_t MaxMovesEliminatedPerCycle; member
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.h184 unsigned MaxMovesEliminatedPerCycle; member
193 MaxMovesEliminatedPerCycle(MaxMoveElimPerCy), in Name()
H A DSubtargetEmitter.cpp753 << RD.MaxMovesEliminatedPerCycle << ", " in EmitRegisterFileTables()
H A DCodeGenSchedule.cpp1850 CGRF.MaxMovesEliminatedPerCycle = in collectRegisterFiles()
/llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp155 RegisterFiles.emplace_back(RF.NumPhysRegs, RF.MaxMovesEliminatedPerCycle, in addRegisterFile()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSchedule.td519 // Field MaxMovesEliminatedPerCycle specifies how many moves can be eliminated
545 int MaxMovesEliminatedPerCycle = MaxMoveElimPerCy;