Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h122 bool AllowMoveElimination; member
125 AllowMoveElimination(false) {} in RegisterRenamingInfo()
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp102 Entry.AllowMoveElimination = RCE.AllowMoveElimination; in addRegisterFile()
319 if (!RegisterMappings[RRITo.RenameAs].second.AllowMoveElimination) in tryEliminateMove()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h145 bool AllowMoveElimination; member
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h170 bool AllowMoveElimination; member
172 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
H A DSubtargetEmitter.cpp674 << RC.AllowMoveElimination << "},\n"; in EmitRegisterFileTables()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSchedule.td533 // elimination (see field `AllowMoveElimination` below).
542 list<bit> AllowMoveElimination = AllowMoveElim;