Home
last modified time | relevance | path

Searched refs:AllowZeroMoveEliminationOnly (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h116 bool AllowZeroMoveEliminationOnly; member
123 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly) {} in NumPhysRegs()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSchedule.h168 bool AllowZeroMoveEliminationOnly; member
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.h184 bool AllowZeroMoveEliminationOnly; member
193 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly), in Name()
H A DSubtargetEmitter.cpp754 << RD.AllowZeroMoveEliminationOnly << "},\n"; in EmitRegisterFileTables()
H A DCodeGenSchedule.cpp1850 CGRF.AllowZeroMoveEliminationOnly = in collectRegisterFiles()
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp156 RF.AllowZeroMoveEliminationOnly); in addRegisterFile()
423 return (!RMT.AllowZeroMoveEliminationOnly || IsZeroMove); in canEliminateMove()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSchedule.td546 bit AllowZeroMoveEliminationOnly = AllowZeroMoveElimOnly;