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

References

tools/clang/lib/Basic/Targets/PPC.cpp
  227   if (llvm::find(FeaturesVec, "-vsx") != FeaturesVec.end()) {
  227   if (llvm::find(FeaturesVec, "-vsx") != FeaturesVec.end()) {
  228     if (llvm::find(FeaturesVec, "+power8-vector") != FeaturesVec.end()) {
  228     if (llvm::find(FeaturesVec, "+power8-vector") != FeaturesVec.end()) {
  234     if (llvm::find(FeaturesVec, "+direct-move") != FeaturesVec.end()) {
  234     if (llvm::find(FeaturesVec, "+direct-move") != FeaturesVec.end()) {
  240     if (llvm::find(FeaturesVec, "+float128") != FeaturesVec.end()) {
  240     if (llvm::find(FeaturesVec, "+float128") != FeaturesVec.end()) {
  246     if (llvm::find(FeaturesVec, "+power9-vector") != FeaturesVec.end()) {
  246     if (llvm::find(FeaturesVec, "+power9-vector") != FeaturesVec.end()) {