Home
last modified time | relevance | path

Searched refs:isStrictFP (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h446 bool isStrictFP() const { in isStrictFP() function
447 CALLSITE_DELEGATE_GETTER(isStrictFP()); in isStrictFP()
DInstrTypes.h1653 bool isStrictFP() const { return hasFnAttr(Attribute::StrictFP); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1403 if (Call->isNoBuiltin() || Call->isStrictFP()) in canConstantFoldCallTo()
2473 if (Call->isNoBuiltin() || Call->isStrictFP()) in ConstantFoldCall()
2493 if (Call->isNoBuiltin() || Call->isStrictFP()) in isMathLibCallNoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2949 if (CI->isStrictFP()) in optimizeFloatingPointLibCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7621 if (!I.isNoBuiltin() && !I.isStrictFP() && !F->hasLocalLinkage() && in visitCall()