Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h169 bool AllowMoveElimination; member
172 AllowMoveElimination(false) {} in RegisterRenamingInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h154 bool AllowMoveElimination; member
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp182 Entry.AllowMoveElimination = RCE.AllowMoveElimination; in addRegisterFile()
401 if (!RegisterMappings[RRITo.RenameAs].second.AllowMoveElimination) in canEliminateMove()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h175 bool AllowMoveElimination; member
177 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
H A DSubtargetEmitter.cpp746 << RC.AllowMoveElimination << "},\n"; in EmitRegisterFileTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td546 // elimination (see field `AllowMoveElimination` below).
555 list<bit> AllowMoveElimination = AllowMoveElim;