Home
last modified time | relevance | path

Searched defs:RegUnit (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenRegisters.h394 struct RegUnit { struct
400 // Each native RegUnit corresponds to one or two root registers. The full argument
405 RegUnit() : Weight(0) { Roots[0] = Roots[1] = 0; } in RegUnit() argument
413 // Each RegUnitSet is a sorted vector with a name. argument
/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp129 unsigned RegUnit) { in query()
DMachineTraceMetrics.cpp590 unsigned RegUnit; member
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h470 MCRegUnitRootIterator(unsigned RegUnit, const MCRegisterInfo *MCRI) { in MCRegUnitRootIterator()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h353 bool hasRegUnit(unsigned Reg, unsigned RegUnit) const { in hasRegUnit()