Searched refs:isStrictFPEnabled (Results 1 – 4 of 4) sorted by relevance
352 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
2836 if (TLI.isStrictFPEnabled()) in ExpandNode()2863 if (TLI.isStrictFPEnabled()) in ExpandNode()3796 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
1158 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
330 bool isStrictFPEnabled() const { in isStrictFPEnabled() function