Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DInfoByHwMode.h178 bool hasStricterSpillThan(const RegSizeInfoByHwMode &I) const;
DInfoByHwMode.cpp169 bool RegSizeInfoByHwMode::hasStricterSpillThan(const RegSizeInfoByHwMode &I) in hasStricterSpillThan() function in RegSizeInfoByHwMode
DCodeGenRegisters.cpp2173 if (RC2->RSI.hasStricterSpillThan(RC1->RSI)) in inferCommonSubClass()