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/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp187 Entry.AllowMoveElimination = RCE.AllowMoveElimination; in addRegisterFile()
408 if (!RegisterMappings[RRITo.RenameAs].second.AllowMoveElimination) in canEliminateMove()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h177 bool AllowMoveElimination; member
180 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h159 bool AllowMoveElimination; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td549 // elimination (see field `AllowMoveElimination` below).
558 list<bit> AllowMoveElimination = AllowMoveElim;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp732 << RC.AllowMoveElimination << "},\n"; in emitRegisterFileTables()