Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp305 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
H A DLegalizeDAG.cpp2858 if (TLI.isStrictFPEnabled()) in ExpandNode()
2885 if (TLI.isStrictFPEnabled()) in ExpandNode()
3884 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
H A DSelectionDAGISel.cpp1148 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h341 bool isStrictFPEnabled() const { in isStrictFPEnabled() function