Home
last modified time | relevance | path

Searched refs:AllowZeroMoveEliminationOnly (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h116 bool AllowZeroMoveEliminationOnly; member
123 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly) {} in NumPhysRegs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h194 bool AllowZeroMoveEliminationOnly; member
204 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly) {} in Name()
H A DCodeGenSchedule.cpp1792 CGRF.AllowZeroMoveEliminationOnly = in collectRegisterFiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h182 bool AllowZeroMoveEliminationOnly; member
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp161 RF.AllowZeroMoveEliminationOnly); in addRegisterFile()
430 return (!RMT.AllowZeroMoveEliminationOnly || IsZeroMove); in canEliminateMove()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td561 bit AllowZeroMoveEliminationOnly = AllowZeroMoveElimOnly;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp752 << RD.AllowZeroMoveEliminationOnly << "},\n"; in emitRegisterFileTables()