Lines Matching refs:Features

193                                  std::vector<StringRef> &Features) {  in getMIPSTargetFeatures()  argument
262 Features.push_back("+noabicalls"); in getMIPSTargetFeatures()
264 Features.push_back("-noabicalls"); in getMIPSTargetFeatures()
269 Features.push_back("-long-calls"); in getMIPSTargetFeatures()
271 Features.push_back("+long-calls"); in getMIPSTargetFeatures()
278 Features.push_back("+xgot"); in getMIPSTargetFeatures()
280 Features.push_back("-xgot"); in getMIPSTargetFeatures()
288 Features.push_back("+soft-float"); in getMIPSTargetFeatures()
295 Features.push_back("+nan2008"); in getMIPSTargetFeatures()
297 Features.push_back("-nan2008"); in getMIPSTargetFeatures()
302 Features.push_back("-nan2008"); in getMIPSTargetFeatures()
304 Features.push_back("+nan2008"); in getMIPSTargetFeatures()
316 Features.push_back("+abs2008"); in getMIPSTargetFeatures()
318 Features.push_back("-abs2008"); in getMIPSTargetFeatures()
323 Features.push_back("-abs2008"); in getMIPSTargetFeatures()
325 Features.push_back("+abs2008"); in getMIPSTargetFeatures()
334 AddTargetFeature(Args, Features, options::OPT_msingle_float, in getMIPSTargetFeatures()
336 AddTargetFeature(Args, Features, options::OPT_mips16, options::OPT_mno_mips16, in getMIPSTargetFeatures()
338 AddTargetFeature(Args, Features, options::OPT_mmicromips, in getMIPSTargetFeatures()
340 AddTargetFeature(Args, Features, options::OPT_mdsp, options::OPT_mno_dsp, in getMIPSTargetFeatures()
342 AddTargetFeature(Args, Features, options::OPT_mdspr2, options::OPT_mno_dspr2, in getMIPSTargetFeatures()
344 AddTargetFeature(Args, Features, options::OPT_mmsa, options::OPT_mno_msa, in getMIPSTargetFeatures()
353 Features.push_back("-fp64"); in getMIPSTargetFeatures()
355 Features.push_back("+fpxx"); in getMIPSTargetFeatures()
356 Features.push_back("+nooddspreg"); in getMIPSTargetFeatures()
358 Features.push_back("+fp64"); in getMIPSTargetFeatures()
360 Features.push_back("+fpxx"); in getMIPSTargetFeatures()
361 Features.push_back("+nooddspreg"); in getMIPSTargetFeatures()
363 Features.push_back("+fp64"); in getMIPSTargetFeatures()
364 Features.push_back("+nooddspreg"); in getMIPSTargetFeatures()
367 AddTargetFeature(Args, Features, options::OPT_mno_odd_spreg, in getMIPSTargetFeatures()
369 AddTargetFeature(Args, Features, options::OPT_mno_madd4, options::OPT_mmadd4, in getMIPSTargetFeatures()
371 AddTargetFeature(Args, Features, options::OPT_mmt, options::OPT_mno_mt, "mt"); in getMIPSTargetFeatures()
372 AddTargetFeature(Args, Features, options::OPT_mcrc, options::OPT_mno_crc, in getMIPSTargetFeatures()
374 AddTargetFeature(Args, Features, options::OPT_mvirt, options::OPT_mno_virt, in getMIPSTargetFeatures()
376 AddTargetFeature(Args, Features, options::OPT_mginv, options::OPT_mno_ginv, in getMIPSTargetFeatures()
393 Features.push_back("+use-indirect-jump-hazard"); in getMIPSTargetFeatures()