Searched refs:isStrictFPEnabled (Results 1 – 4 of 4) sorted by relevance
304 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
2861 if (TLI.isStrictFPEnabled()) in ExpandNode()2888 if (TLI.isStrictFPEnabled()) in ExpandNode()3855 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
1124 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
338 bool isStrictFPEnabled() const { in isStrictFPEnabled() function