Searched refs:isStrictFPEnabled (Results 1 – 4 of 4) sorted by relevance
355 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
2879 if (TLI.isStrictFPEnabled()) in ExpandNode()2905 if (TLI.isStrictFPEnabled()) in ExpandNode()3827 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
1161 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
234 bool isStrictFPEnabled() const { in isStrictFPEnabled() function