Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h433 bool isStrictFP() const { in isStrictFP() function
434 CALLSITE_DELEGATE_GETTER(isStrictFP()); in isStrictFP()
DInstructions.h1739 bool isStrictFP() const { return hasFnAttr(Attribute::StrictFP); }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1367 if (CS.isNoBuiltin() || CS.isStrictFP()) in canConstantFoldCallTo()
2098 if (CS.isNoBuiltin() || CS.isStrictFP()) in ConstantFoldCall()
2116 if (CS.isNoBuiltin() || CS.isStrictFP()) in isMathLibCallNoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2285 if (CI->isStrictFP()) in optimizeFloatingPointLibCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6878 if (!I.isNoBuiltin() && !I.isStrictFP() && !F->hasLocalLinkage() && in visitCall()