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 DLegalizeDAG.cpp3284 if (TLI.isStrictFPEnabled()) in ExpandNode()
3318 if (TLI.isStrictFPEnabled()) in ExpandNode()
4496 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
H A DLegalizeVectorOps.cpp343 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
H A DSelectionDAGISel.cpp1314 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h355 bool isStrictFPEnabled() const { in isStrictFPEnabled() function