Home
last modified time | relevance | path

Searched refs:setNoInfs (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h197 void setNoInfs() { Flags |= NoInfs; } in setNoInfs() function
203 setNoInfs(); in setUnsafeAlgebra()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h216 void setNoInfs(bool B = true) {
/external/llvm/lib/AsmParser/
DLLParser.h193 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h226 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h384 setNoInfs(FPMO.hasNoInfs());
414 void setNoInfs(bool b) {
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc518 flags.setNoInfs(false); in GetCpuFastMathFlags()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h359 void setNoInfs(bool b) { NoInfs = b; }
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp71 FMF.setNoInfs(); in CodeGenFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1059 FMF.setNoInfs(); in getDecodedFastMathFlags()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp892 FMF.setNoInfs(); in getDecodedFastMathFlags()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2623 Flags.setNoInfs(FMF.noInfs()); in visitBinary()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6288 Flags.setNoInfs(true); in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6854 Flags.setNoInfs(true); in LowerSELECT_CC()