Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.h171 bool hasStricterSpillThan(const RegSizeInfoByHwMode &I) const;
DInfoByHwMode.cpp165 bool RegSizeInfoByHwMode::hasStricterSpillThan(const RegSizeInfoByHwMode &I) in hasStricterSpillThan() function in RegSizeInfoByHwMode
DCodeGenRegisters.cpp2091 if (RC2->RSI.hasStricterSpillThan(RC1->RSI)) in inferCommonSubClass()