Home | History | Annotate | Download | only in X86

Lines Matching full:tcc_free

922     return TCC_Free;
942 return TCC_Free;
945 return TCC_Free;
969 // There is no cost model for constants with a bit size of 0. Return TCC_Free
972 return TCC_Free;
976 default: return TCC_Free;
983 return TCC_Free;
1000 // Always return TCC_Free for the shift value of a shift instruction.
1005 return TCC_Free;
1025 ? static_cast<unsigned>(TCC_Free)
1037 // There is no cost model for constants with a bit size of 0. Return TCC_Free
1040 return TCC_Free;
1043 default: return TCC_Free;
1051 return TCC_Free;
1055 return TCC_Free;
1060 return TCC_Free;