Home | History | Annotate | Download | only in AArch64

Lines Matching full:tcc_free

187   // There is no cost model for constants with a bit size of 0. Return TCC_Free
190 return TCC_Free;
195 return TCC_Free;
200 return TCC_Free;
217 // Always return TCC_Free for the shift value of a shift instruction.
222 return TCC_Free;
242 ? static_cast<unsigned>(TCC_Free) : Cost;
252 // There is no cost model for constants with a bit size of 0. Return TCC_Free
255 return TCC_Free;
259 return TCC_Free;
270 ? static_cast<unsigned>(TCC_Free) : Cost;
275 return TCC_Free;
280 return TCC_Free;