Searched refs:isStrictFPEnabled (Results 1 – 4 of 4) sorted by relevance
3184 if (TLI.isStrictFPEnabled()) in ExpandNode()3220 if (TLI.isStrictFPEnabled()) in ExpandNode()4256 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
329 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
1187 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
351 bool isStrictFPEnabled() const { in isStrictFPEnabled() function