Home
last modified time | relevance | path

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

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