Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp332 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
H A DLegalizeDAG.cpp3253 if (TLI.isStrictFPEnabled()) in ExpandNode()
3287 if (TLI.isStrictFPEnabled()) in ExpandNode()
4345 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
H A DSelectionDAGISel.cpp1298 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h353 bool isStrictFPEnabled() const { in isStrictFPEnabled() function