Searched refs:isStrictFPEnabled (Results 1 – 4 of 4) sorted by relevance
3284 if (TLI.isStrictFPEnabled()) in ExpandNode()3318 if (TLI.isStrictFPEnabled()) in ExpandNode()4496 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
343 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
1314 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
355 bool isStrictFPEnabled() const { in isStrictFPEnabled() function