Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDInfoByHwMode.h178 bool hasStricterSpillThan(const RegSizeInfoByHwMode &I) const;
HDInfoByHwMode.cpp169 bool RegSizeInfoByHwMode::hasStricterSpillThan(const RegSizeInfoByHwMode &I) in hasStricterSpillThan() function in RegSizeInfoByHwMode
HDCodeGenRegisters.cpp2154 if (RC2->RSI.hasStricterSpillThan(RC1->RSI)) in inferCommonSubClass()