Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h116 bool AllowZeroMoveEliminationOnly; member
123 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly) {} in NumPhysRegs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h169 bool AllowZeroMoveEliminationOnly; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h189 bool AllowZeroMoveEliminationOnly; member
198 AllowZeroMoveEliminationOnly(AllowZeroMoveElimOnly), in Name()
H A DSubtargetEmitter.cpp718 << RD.AllowZeroMoveEliminationOnly << "},\n"; in EmitRegisterFileTables()
H A DCodeGenSchedule.cpp1844 CGRF.AllowZeroMoveEliminationOnly = in collectRegisterFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp149 RF.AllowZeroMoveEliminationOnly); in addRegisterFile()
395 return (!RMT.AllowZeroMoveEliminationOnly || IsZeroMove); in canEliminateMove()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSchedule.td546 bit AllowZeroMoveEliminationOnly = AllowZeroMoveElimOnly;