Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp355 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
DLegalizeDAG.cpp2879 if (TLI.isStrictFPEnabled()) in ExpandNode()
2905 if (TLI.isStrictFPEnabled()) in ExpandNode()
3827 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
DSelectionDAGISel.cpp1161 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h234 bool isStrictFPEnabled() const { in isStrictFPEnabled() function