Home | History | Annotate | Download | only in x64

Lines Matching refs:IsCall

266   bool IsCall() const { return IsCallBits::decode(bit_field_); }
269 bool ClobbersTemps() const { return IsCall(); }
270 bool ClobbersRegisters() const { return IsCall(); }
271 bool ClobbersDoubleRegisters() const { return IsCall(); }
276 bool IsMarkedAsCall() const { return IsCall(); }