Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h196 void setNoNaNs() { Flags |= NoNaNs; } in setNoNaNs() function
202 setNoNaNs(); in setUnsafeAlgebra()
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h219 void setNoNaNs(bool B = true) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h219 void setNoNaNs(bool B = true) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp389 FMF.setNoNaNs(); in CreateFPMaxReduce()
400 FMF.setNoNaNs(); in CreateFPMinReduce()
/external/llvm/lib/AsmParser/
DLLParser.h192 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp226 FMF.setNoNaNs(); in TEST_F()
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp387 FMF.setNoNaNs(); in CreateFPMaxReduce()
397 FMF.setNoNaNs(); in CreateFPMinReduce()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h225 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h211 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc515 flags.setNoNaNs(!options.xla_cpu_fast_math_honor_nans()); in GetCpuFastMathFlags()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp70 FMF.setNoNaNs(); in CodeGenFunction()
74 FMF.setNoNaNs(); in CodeGenFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h394 setNoNaNs(FPMO.hasNoNaNs());
421 void setNoNaNs(bool b) {
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h387 setNoNaNs(FPMO.hasNoNaNs());
400 void setNoNaNs(bool b) { NoNaNs = b; }
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp621 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/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp125 FMF.setNoNaNs(FPFeatures.getNoHonorNaNs()); in SetFastMathFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1165 FMF.setNoNaNs(); in getDecodedFastMathFlags()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp890 FMF.setNoNaNs(); in getDecodedFastMathFlags()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1171 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-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7603 Flags.setNoNaNs(true); in LowerSELECT_CC()