reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
  636   case Feature_HasNEONBit: return "NEON";
 1067           if (Features.test(Feature_HasNEONBit))	 // "vabsq"
 1073           if (Features.test(Feature_HasNEONBit))	 // "vaddq"
 1079           if (Features.test(Feature_HasNEONBit))	 // "vandq"
 1087         if (Features.test(Feature_HasNEONBit))	 // "vbicq"
 1096           if (Features.test(Feature_HasNEONBit))	 // "vceqq"
 1102           if (Features.test(Feature_HasNEONBit))	 // "vcleq"
 1108           if (Features.test(Feature_HasNEONBit))	 // "vcvtq"
 1116         if (Features.test(Feature_HasNEONBit))	 // "veorq"
 1125           if (Features.test(Feature_HasNEONBit))	 // "vmaxq"
 1131           if (Features.test(Feature_HasNEONBit))	 // "vminq"
 1137           if (Features.test(Feature_HasNEONBit))	 // "vmovq"
 1143           if (Features.test(Feature_HasNEONBit))	 // "vmulq"
 1149           if (Features.test(Feature_HasNEONBit))	 // "vmvnq"
 1157         if (Features.test(Feature_HasNEONBit))	 // "vorrq"
 1169             if (Features.test(Feature_HasNEONBit))	 // "vshlq"
 1175             if (Features.test(Feature_HasNEONBit))	 // "vshrq"
 1183           if (Features.test(Feature_HasNEONBit))	 // "vsubq"
 1189           if (Features.test(Feature_HasNEONBit))	 // "vswpq"
 1197         if (Features.test(Feature_HasNEONBit))	 // "vzipq"
 1670           if (Features.test(Feature_HasNEONBit))	 // "vmovq.f32"
 1676           if (Features.test(Feature_HasNEONBit))	 // "vmovq.f64"
 2090       if (Features.test(Feature_HasNEONBit))	 // "vrecpeq.f32"
 2096       if (Features.test(Feature_HasNEONBit))	 // "vrecpeq.u32"
 9817     Features.set(Feature_HasNEONBit);
10084   {Feature_HasNEONBit, },
10098   {Feature_HasNEONBit, Feature_HasFP16Bit, },
10099   {Feature_HasNEONBit, Feature_HasFP16FMLBit, },
10100   {Feature_HasNEONBit, Feature_HasFullFP16Bit, },
10101   {Feature_HasNEONBit, Feature_HasV8_1aBit, },
10102   {Feature_HasNEONBit, Feature_HasV8_3aBit, },
10103   {Feature_HasNEONBit, Feature_HasVFP4Bit, },
10105   {Feature_HasV8Bit, Feature_HasNEONBit, },
10159   {Feature_HasNEONBit, Feature_HasV8_3aBit, Feature_HasFullFP16Bit, },
10160   {Feature_HasV8Bit, Feature_HasNEONBit, Feature_HasFullFP16Bit, },
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
11628       if (isMClass() && MissingFeatures.test(Feature_HasNEONBit))