Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3184 if (TLI.isStrictFPEnabled()) in ExpandNode()
3220 if (TLI.isStrictFPEnabled()) in ExpandNode()
4256 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
H A DLegalizeVectorOps.cpp329 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
H A DSelectionDAGISel.cpp1187 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h351 bool isStrictFPEnabled() const { in isStrictFPEnabled() function