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

Declarations

include/llvm/Support/ARMTargetParser.h
  221 StringRef getFPUName(unsigned FPUKind);

References

lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  234   OS << "\t.fpu\t" << ARM::getFPUName(FPU) << "\n";
unittests/Support/TargetParserTest.cpp
   40   pass &= ARM::getFPUName(FPUKind).equals(ExpectedFPU);
  543     if (FK == ARM::FK_LAST || ARM::getFPUName(FK) == "invalid" ||
  544         ARM::getFPUName(FK) == "none" || ARM::getFPUName(FK) == "softvfp")
  544         ARM::getFPUName(FK) == "none" || ARM::getFPUName(FK) == "softvfp")
  555         ARM::getFPUName(FK).find("neon") == std::string::npos)
  568         (ARM::getFPUName(FK).find("d16") == std::string::npos &&
  569          ARM::getFPUName(FK).find("vfpv3xd") == std::string::npos))