Searched refs:isStrictFPEnabled (Results 1 – 4 of 4) sorted by relevance
332 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
3253 if (TLI.isStrictFPEnabled()) in ExpandNode()3287 if (TLI.isStrictFPEnabled()) in ExpandNode()4345 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
1298 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
353 bool isStrictFPEnabled() const { in isStrictFPEnabled() function