Searched refs:hasAnyFloatExt (Results 1 – 3 of 3) sorted by relevance
304 bool hasAnyFloatExt = STI.hasFeature(CSKY::FeatureFPUV2_SF) || in emitTargetAttributes() local310 if (hasAnyFloatExt && STI.hasFeature(CSKY::ModeHardFloat) && in emitTargetAttributes()313 else if (hasAnyFloatExt && STI.hasFeature(CSKY::ModeHardFloat)) in emitTargetAttributes()
85 if (I->useHardFloat() && !I->hasAnyFloatExt()) in getSubtargetImpl()
149 bool hasAnyFloatExt() const { return hasFPUv2() || hasFPUv3(); }; in hasAnyFloatExt() function