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

References

tools/clang/lib/Basic/Targets/X86.cpp
  728     if (Feature[0] != '+')
  731     if (Feature == "+aes") {
  733     } else if (Feature == "+vaes") {
  735     } else if (Feature == "+pclmul") {
  737     } else if (Feature == "+vpclmulqdq") {
  739     } else if (Feature == "+lzcnt") {
  741     } else if (Feature == "+rdrnd") {
  743     } else if (Feature == "+fsgsbase") {
  745     } else if (Feature == "+bmi") {
  747     } else if (Feature == "+bmi2") {
  749     } else if (Feature == "+popcnt") {
  751     } else if (Feature == "+rtm") {
  753     } else if (Feature == "+prfchw") {
  755     } else if (Feature == "+rdseed") {
  757     } else if (Feature == "+adx") {
  759     } else if (Feature == "+tbm") {
  761     } else if (Feature == "+lwp") {
  763     } else if (Feature == "+fma") {
  765     } else if (Feature == "+f16c") {
  767     } else if (Feature == "+gfni") {
  769     } else if (Feature == "+avx512cd") {
  771     } else if (Feature == "+avx512vpopcntdq") {
  773     } else if (Feature == "+avx512vnni") {
  775     } else if (Feature == "+avx512bf16") {
  777     } else if (Feature == "+avx512er") {
  779     } else if (Feature == "+avx512pf") {
  781     } else if (Feature == "+avx512dq") {
  783     } else if (Feature == "+avx512bitalg") {
  785     } else if (Feature == "+avx512bw") {
  787     } else if (Feature == "+avx512vl") {
  789     } else if (Feature == "+avx512vbmi") {
  791     } else if (Feature == "+avx512vbmi2") {
  793     } else if (Feature == "+avx512ifma") {
  795     } else if (Feature == "+avx512vp2intersect") {
  797     } else if (Feature == "+sha") {
  799     } else if (Feature == "+shstk") {
  801     } else if (Feature == "+movbe") {
  803     } else if (Feature == "+sgx") {
  805     } else if (Feature == "+cx8") {
  807     } else if (Feature == "+cx16") {
  809     } else if (Feature == "+fxsr") {
  811     } else if (Feature == "+xsave") {
  813     } else if (Feature == "+xsaveopt") {
  815     } else if (Feature == "+xsavec") {
  817     } else if (Feature == "+xsaves") {
  819     } else if (Feature == "+mwaitx") {
  821     } else if (Feature == "+pku") {
  823     } else if (Feature == "+clflushopt") {
  825     } else if (Feature == "+clwb") {
  827     } else if (Feature == "+wbnoinvd") {
  829     } else if (Feature == "+prefetchwt1") {
  831     } else if (Feature == "+clzero") {
  833     } else if (Feature == "+cldemote") {
  835     } else if (Feature == "+rdpid") {
  837     } else if (Feature == "+retpoline-external-thunk") {
  839     } else if (Feature == "+sahf") {
  841     } else if (Feature == "+waitpkg") {
  843     } else if (Feature == "+movdiri") {
  845     } else if (Feature == "+movdir64b") {
  847     } else if (Feature == "+pconfig") {
  849     } else if (Feature == "+ptwrite") {
  851     } else if (Feature == "+invpcid") {
  853     } else if (Feature == "+enqcmd") {
  857     X86SSEEnum Level = llvm::StringSwitch<X86SSEEnum>(Feature)
  870     MMX3DNowEnum ThreeDNowLevel = llvm::StringSwitch<MMX3DNowEnum>(Feature)
  877     XOPEnum XLevel = llvm::StringSwitch<XOPEnum>(Feature)