Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp189 struct CopyHint { in weightCalcHelper() struct
193 CopyHint(unsigned R, float W, bool P) : in weightCalcHelper() function
195 bool operator<(const CopyHint &rhs) const { in weightCalcHelper() argument
204 std::set<CopyHint> CopyHints; in weightCalcHelper()
257 CopyHint(hint, hweight, Register::isPhysicalRegister(hint))); in weightCalcHelper()