Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h169 bool AllowMoveElimination; member
172 AllowMoveElimination(false) {} in RegisterRenamingInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSchedule.h145 bool AllowMoveElimination; member
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp182 Entry.AllowMoveElimination = RCE.AllowMoveElimination; in addRegisterFile()
401 if (!RegisterMappings[RRITo.RenameAs].second.AllowMoveElimination) in canEliminateMove()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.h168 bool AllowMoveElimination; member
170 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
H A DSubtargetEmitter.cpp734 << RC.AllowMoveElimination << "},\n"; in EmitRegisterFileTables()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSchedule.td534 // elimination (see field `AllowMoveElimination` below).
543 list<bit> AllowMoveElimination = AllowMoveElim;