Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp198 struct CopyHint { in weightCalcHelper() struct
203 CopyHint(unsigned R, float W, bool P, unsigned HR) : in weightCalcHelper() function
205 bool operator<(const CopyHint &rhs) const { in weightCalcHelper() argument
223 std::set<CopyHint> CopyHints; in weightCalcHelper()
278 CopyHints.insert(CopyHint(hint, hweight, tri.isPhysicalRegister(hint), in weightCalcHelper()