Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp351 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
DLegalizeDAG.cpp3022 if (TLI.isStrictFPEnabled()) in ExpandNode()
3046 if (TLI.isStrictFPEnabled()) in ExpandNode()
3967 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
DSelectionDAGISel.cpp1150 if (!TLI->isStrictFPEnabled() && Node->isStrictFPOpcode()) { in DoInstructionSelection()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h234 bool isStrictFPEnabled() const { in isStrictFPEnabled() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h326 bool isStrictFPEnabled() const { in isStrictFPEnabled() function