Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorOps.cpp332 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
HDLegalizeDAG.cpp3253 if (TLI.isStrictFPEnabled()) in ExpandNode()
3287 if (TLI.isStrictFPEnabled()) in ExpandNode()
4345 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
HDSelectionDAGISel.cpp1298 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h353 bool isStrictFPEnabled() const { in isStrictFPEnabled() function