Home
last modified time | relevance | path

Searched refs:RegClassWeight (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Drc-weight-override.td5 // CHECK-LABEL: static const RegClassWeight RCWeightTable[] = {
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMFCommon.inc40 const RegClassWeight &
42 static RegClassWeight Bogus{1, 16};
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h223 struct RegClassWeight { struct
816 virtual const RegClassWeight &getRegClassWeight(
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp854 RegClassWeight W = TRI->getRegClassWeight(RC); in calcRegisterCost()