Home
last modified time | relevance | path

Searched refs:isStrictFPEnabled (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp304 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
H A DLegalizeDAG.cpp2861 if (TLI.isStrictFPEnabled()) in ExpandNode()
2888 if (TLI.isStrictFPEnabled()) in ExpandNode()
3855 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
H A DSelectionDAGISel.cpp1124 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h338 bool isStrictFPEnabled() const { in isStrictFPEnabled() function