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

References

lib/Target/X86/X86TargetMachine.cpp
  255   Key.reserve(CPU.size() + FS.size());
  256   Key += CPU;
  257   Key += FS;
  269     Key += FS.empty() ? "+soft-float" : ",+soft-float";
  273   unsigned CPUFSWidth = Key.size();
  281       Key += ",prefer-vector-width=";
  282       Key += Val;
  294       Key += ",min-legal-vector-width=";
  295       Key += Val;
  303   FS = Key.slice(CPU.size(), CPUFSWidth);
  305   auto &I = SubtargetMap[Key];