Home
last modified time | relevance | path

Searched refs:getRegUnitSetWeight (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h796 unsigned getRegUnitSetWeight(const std::vector<unsigned> &Units) const { in getRegUnitSetWeight() function
H A DCodeGenRegisters.cpp2228 RegUnitSets[Idx].Weight = getRegUnitSetWeight(RegUnitSets[Idx].Units); in computeDerivedInfo()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp225 OS << RegBank.getRegUnitSetWeight(RegUnits); in EmitRegUnitPressure()