Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h166 uint16_t MaxMovesEliminatedPerCycle; member
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h188 unsigned MaxMovesEliminatedPerCycle; member
197 MaxMovesEliminatedPerCycle(MaxMoveElimPerCy), in Name()
H A DSubtargetEmitter.cpp717 << RD.MaxMovesEliminatedPerCycle << ", " in EmitRegisterFileTables()
H A DCodeGenSchedule.cpp1842 CGRF.MaxMovesEliminatedPerCycle = in collectRegisterFiles()
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp148 RegisterFiles.emplace_back(RF.NumPhysRegs, RF.MaxMovesEliminatedPerCycle, in addRegisterFile()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSchedule.td519 // Field MaxMovesEliminatedPerCycle specifies how many moves can be eliminated
545 int MaxMovesEliminatedPerCycle = MaxMoveElimPerCy;