Home
last modified time | relevance | path

Searched refs:setAllowReciprocal (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h199 void setAllowReciprocal() { Flags |= AllowReciprocal; } in setAllowReciprocal() function
205 setAllowReciprocal(); in setUnsafeAlgebra()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp181 FMF.setAllowReciprocal(); in TEST_F()
199 FMF.setAllowReciprocal(); in TEST_F()
317 FMF.setAllowReciprocal(); in TEST_F()
/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp112 flags.setAllowReciprocal(); /* arcp */ in ac_create_builder()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h437 setAllowReciprocal(LO.AllowRecip); in FPOptions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h228 void setAllowReciprocal(bool B = true) {
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h228 void setAllowReciprocal(bool B = true) {
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp539 FMF.setAllowReciprocal(); in TEST_F()
557 FMF.setAllowReciprocal(); in TEST_F()
713 FMF.setAllowReciprocal(); in TEST_F()
/external/llvm/lib/AsmParser/
DLLParser.h195 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h228 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h214 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc517 flags.setAllowReciprocal(!options.xla_cpu_fast_math_honor_division()); in GetCpuFastMathFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h397 setAllowReciprocal(FPMO.hasAllowReciprocal());
433 void setAllowReciprocal(bool b) {
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h390 setAllowReciprocal(FPMO.hasAllowReciprocal());
403 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h361 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp80 FMF.setAllowReciprocal(); in CodeGenFunction()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp128 FMF.setAllowReciprocal(FPFeatures.getAllowReciprocal()); in SetFastMathFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1171 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp896 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1177 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2622 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()