Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp189 struct CopyHint { in weightCalcHelper() struct
190 unsigned Reg; in weightCalcHelper()
191 float Weight; in weightCalcHelper()
192 bool IsPhys; in weightCalcHelper()
193 CopyHint(unsigned R, float W, bool P) : in weightCalcHelper() argument
195 bool operator<(const CopyHint &rhs) const { in weightCalcHelper()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp198 struct CopyHint { in weightCalcHelper() struct
199 const Register Reg; in weightCalcHelper()
200 const float Weight; in weightCalcHelper()
201 CopyHint(Register R, float W) : Reg(R), Weight(W) {} in weightCalcHelper() function
202 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper()