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

References

gen/lib/Target/AArch64/AArch64GenDAGISel.inc
114569   case 9: return (Subtarget->hasFPARMv8()) && (Subtarget->hasJS());
114572   case 12: return (Subtarget->hasFPARMv8());
gen/lib/Target/AArch64/AArch64GenFastISel.inc
 2716   if ((Subtarget->hasFPARMv8())) {
 2725   if ((Subtarget->hasFPARMv8())) {
 2804   if ((Subtarget->hasFPARMv8())) {
 2813   if ((Subtarget->hasFPARMv8())) {
 2892   if ((Subtarget->hasFPARMv8())) {
 2901   if ((Subtarget->hasFPARMv8())) {
 2980   if ((Subtarget->hasFPARMv8())) {
 2989   if ((Subtarget->hasFPARMv8())) {
 3068   if ((Subtarget->hasFPARMv8())) {
 3077   if ((Subtarget->hasFPARMv8())) {
 3145   if ((Subtarget->hasFPARMv8())) {
 3152   if ((Subtarget->hasFPARMv8())) {
 3169   if ((Subtarget->hasFPARMv8())) {
 3202   if ((Subtarget->hasFPARMv8())) {
 3209   if ((Subtarget->hasFPARMv8())) {
 3216   if ((Subtarget->hasFPARMv8())) {
 3277   if ((Subtarget->hasFPARMv8())) {
 3284   if ((Subtarget->hasFPARMv8())) {
 3299   if ((Subtarget->hasFPARMv8())) {
 3306   if ((Subtarget->hasFPARMv8())) {
 3404   if ((Subtarget->hasFPARMv8())) {
 3411   if ((Subtarget->hasFPARMv8())) {
 3426   if ((Subtarget->hasFPARMv8())) {
 3433   if ((Subtarget->hasFPARMv8())) {
 3520   if ((Subtarget->hasFPARMv8())) {
 3529   if ((Subtarget->hasFPARMv8())) {
 3608   if ((Subtarget->hasFPARMv8())) {
 3617   if ((Subtarget->hasFPARMv8())) {
 3696   if ((Subtarget->hasFPARMv8())) {
 3705   if ((Subtarget->hasFPARMv8())) {
 3784   if ((Subtarget->hasFPARMv8())) {
 3793   if ((Subtarget->hasFPARMv8())) {
 3965   if ((Subtarget->hasFPARMv8())) {
 3972   if ((Subtarget->hasFPARMv8())) {
 3995   if ((Subtarget->hasFPARMv8())) {
 4002   if ((Subtarget->hasFPARMv8())) {
 4130   if ((Subtarget->hasFPARMv8())) {
 4137   if ((Subtarget->hasFPARMv8())) {
 4160   if ((Subtarget->hasFPARMv8())) {
 4167   if ((Subtarget->hasFPARMv8())) {
 5016   if ((Subtarget->hasFPARMv8())) {
 5025   if ((Subtarget->hasFPARMv8())) {
 6170   if ((Subtarget->hasFPARMv8())) {
 6179   if ((Subtarget->hasFPARMv8())) {
 6288   if ((Subtarget->hasFPARMv8())) {
 6297   if ((Subtarget->hasFPARMv8())) {
 6376   if ((Subtarget->hasFPARMv8())) {
 6385   if ((Subtarget->hasFPARMv8())) {
 6471   if ((Subtarget->hasFPARMv8())) {
 6480   if ((Subtarget->hasFPARMv8())) {
 6566   if ((Subtarget->hasFPARMv8())) {
 6575   if ((Subtarget->hasFPARMv8())) {
 6661   if ((Subtarget->hasFPARMv8())) {
 6670   if ((Subtarget->hasFPARMv8())) {
 6756   if ((Subtarget->hasFPARMv8())) {
 6765   if ((Subtarget->hasFPARMv8())) {
 6844   if ((Subtarget->hasFPARMv8())) {
 6853   if ((Subtarget->hasFPARMv8())) {
gen/lib/Target/AArch64/AArch64GenGlobalISel.inc
   68   if (Subtarget->hasFPARMv8())
lib/Target/AArch64/AArch64FastISel.cpp
 2987     if (VT.isFloatingPoint() && !Subtarget->hasFPARMv8())
lib/Target/AArch64/AArch64ISelLowering.cpp
  137   if (Subtarget->hasFPARMv8()) {
 3440   if (Subtarget->hasFPARMv8() && !IsWin64) {
 5875   if (!Subtarget->hasFPARMv8())
 5984       if (!Subtarget->hasFPARMv8())
 6000       if (!Subtarget->hasFPARMv8())
 6008       if (!Subtarget->hasFPARMv8())
 6053   if (Res.second && !Subtarget->hasFPARMv8() &&
 9034   bool CanUseFP = Subtarget->hasFPARMv8() && CanImplicitFloat;
 9067   bool CanUseFP = Subtarget->hasFPARMv8() && CanImplicitFloat;
lib/Target/AArch64/AArch64LegalizerInfo.cpp
   56   if (!ST.hasNEON() || !ST.hasFPARMv8()) {