Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h69 bool AllowZeroMoveEliminationOnly; member
76 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly) {} in NumPhysRegs()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h168 bool AllowZeroMoveEliminationOnly; member
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp76 RF.AllowZeroMoveEliminationOnly); in addRegisterFile()
331 if (RMT.AllowZeroMoveEliminationOnly && !IsZeroMove) in tryEliminateMove()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h186 bool AllowZeroMoveEliminationOnly; member
195 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly), in Name()
H A DSubtargetEmitter.cpp694 << RD.AllowZeroMoveEliminationOnly << "},\n"; in EmitRegisterFileTables()
H A DCodeGenSchedule.cpp1793 CGRF.AllowZeroMoveEliminationOnly = in collectRegisterFiles()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSchedule.td545 bit AllowZeroMoveEliminationOnly = AllowZeroMoveElimOnly;