Home
last modified time | relevance | path

Searched refs:AllowMoveElimination (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DRegisterFile.h169 bool AllowMoveElimination; member
172 AllowMoveElimination(false) {} in RegisterRenamingInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSchedule.h146 bool AllowMoveElimination; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp182 Entry.AllowMoveElimination = RCE.AllowMoveElimination; in addRegisterFile()
388 if (!RegisterMappings[RRITo.RenameAs].second.AllowMoveElimination) in canEliminateMove()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.h173 bool AllowMoveElimination; member
175 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
DSubtargetEmitter.cpp698 << RC.AllowMoveElimination << "},\n"; in EmitRegisterFileTables()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetSchedule.td534 // elimination (see field `AllowMoveElimination` below).
543 list<bit> AllowMoveElimination = AllowMoveElim;