Home
last modified time | relevance | path

Searched refs:setNoNaNs (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h196 void setNoNaNs() { Flags |= NoNaNs; } in setNoNaNs() function
202 setNoNaNs(); in setUnsafeAlgebra()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h213 void setNoNaNs(bool B = true) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp383 FMF.setNoNaNs(); in CreateFPMaxReduce()
394 FMF.setNoNaNs(); in CreateFPMinReduce()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp226 FMF.setNoNaNs(); in TEST_F()
/external/llvm/lib/AsmParser/
DLLParser.h192 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h225 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h383 setNoNaNs(FPMO.hasNoNaNs());
410 void setNoNaNs(bool b) {
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp70 FMF.setNoNaNs(); in CodeGenFunction()
74 FMF.setNoNaNs(); in CodeGenFunction()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc514 flags.setNoNaNs(false); in GetCpuFastMathFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp309 FMF.setNoNaNs(); in TEST_F()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h358 void setNoNaNs(bool b) { NoNaNs = b; }
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1191 FMF.setNoNaNs(); in optimizeFMinFMax()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1361 FMF.setNoNaNs(); in optimizeFMinFMax()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1057 FMF.setNoNaNs(); in getDecodedFastMathFlags()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp890 FMF.setNoNaNs(); in getDecodedFastMathFlags()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2624 Flags.setNoNaNs(FMF.noNaNs()); in visitBinary()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6289 Flags.setNoNaNs(true); in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6855 Flags.setNoNaNs(true); in LowerSELECT_CC()