Lines Matching refs:Feature
1 //===--- Mips.h - Declare Mips target feature support -----------*- C++ -*-===//
197 bool hasFeature(StringRef Feature) const override;
318 for (const auto &Feature : Features) {
319 if (Feature == "+single-float")
321 else if (Feature == "+soft-float")
323 else if (Feature == "+mips16")
325 else if (Feature == "+micromips")
327 else if (Feature == "+dsp")
329 else if (Feature == "+dspr2")
331 else if (Feature == "+msa")
333 else if (Feature == "+nomadd4")
335 else if (Feature == "+fp64")
337 else if (Feature == "-fp64")
339 else if (Feature == "+fpxx")
341 else if (Feature == "+nan2008")
343 else if (Feature == "-nan2008")
345 else if (Feature == "+abs2008")
347 else if (Feature == "-abs2008")
349 else if (Feature == "+noabicalls")
351 else if (Feature == "+use-indirect-jump-hazard")