Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h182 NoInfs = (1 << 2), enumerator
201 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs()
217 Flags = (Flags & ~NoInfs) | B * NoInfs;
269 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
270 (B * FastMathFlags::NoInfs); in setHasNoInfs()
314 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 && in isFast()
333 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-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h364 bool NoInfs : 1;
376 Exact(false), NoNaNs(false), NoInfs(false),
416 NoInfs = b;
448 bool hasNoInfs() const { return NoInfs; }
457 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs &&
470 NoInfs &= Flags.NoInfs;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h417 NoInfs = (1 << 2), enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1295 Flags |= FastMathFlags::NoInfs; in getOptimizationFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1353 Flags |= bitc::NoInfs; in getOptimizationFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1058 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp891 if (0 != (Val & FastMathFlags::NoInfs)) in getDecodedFastMathFlags()