Home
last modified time | relevance | path

Searched refs:NoInfs (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h182 NoInfs = (1 << 2), enumerator
207 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs()
223 Flags = (Flags & ~NoInfs) | B * NoInfs;
275 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
276 (B * FastMathFlags::NoInfs); in setHasNoInfs()
320 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 && in isFast()
339 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0; in hasNoInfs()
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h182 NoInfs = (1 << 2), enumerator
207 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs()
223 Flags = (Flags & ~NoInfs) | B * NoInfs;
275 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
276 (B * FastMathFlags::NoInfs); in setHasNoInfs()
320 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 && in isFast()
339 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0; in hasNoInfs()
/external/llvm/include/llvm/IR/
DOperator.h174 NoInfs = (1 << 2), enumerator
190 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs()
197 void setNoInfs() { Flags |= NoInfs; } in setNoInfs()
240 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
241 (B * FastMathFlags::NoInfs); in setHasNoInfs()
282 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0; in hasNoInfs()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h334 bool NoInfs : 1;
347 NoInfs = false;
359 void setNoInfs(bool b) { NoInfs = b; }
370 bool hasNoInfs() const { return NoInfs; }
379 (UnsafeAlgebra << 3) | (NoNaNs << 4) | (NoInfs << 5) |
390 NoInfs &= Flags->NoInfs;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h368 bool NoInfs : 1;
387 Exact(false), NoNaNs(false), NoInfs(false),
427 NoInfs = b;
463 bool hasNoInfs() const { return NoInfs; }
473 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs && NoFPExcept &&
486 NoInfs &= Flags.NoInfs;
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h461 NoInfs = (1 << 2), enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h449 NoInfs = (1 << 2), enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h363 bool NoInfs : 1;
381 NoInfs(false), NoSignedZeros(false), AllowReciprocal(false),
401 void setNoInfs(bool b) { NoInfs = b; }
414 bool hasNoInfs() const { return NoInfs; }
429 NoInfs &= Flags.NoInfs;
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1295 Flags |= FastMathFlags::NoInfs; in getOptimizationFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1408 Flags |= bitc::NoInfs; in getOptimizationFlags()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1442 Flags |= bitc::NoInfs; in getOptimizationFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1166 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp891 if (0 != (Val & FastMathFlags::NoInfs)) in getDecodedFastMathFlags()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1172 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()