Searched refs:NoInfs (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 182 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/ |
D | Operator.h | 182 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/ |
D | Operator.h | 174 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/ |
D | SelectionDAGNodes.h | 334 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/ |
D | SelectionDAGNodes.h | 368 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/ |
D | LLVMBitCodes.h | 461 NoInfs = (1 << 2), enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | LLVMBitCodes.h | 449 NoInfs = (1 << 2), enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 363 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/ |
D | BitcodeWriter.cpp | 1295 Flags |= FastMathFlags::NoInfs; in getOptimizationFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1408 Flags |= bitc::NoInfs; in getOptimizationFlags()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1442 Flags |= bitc::NoInfs; in getOptimizationFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1166 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 891 if (0 != (Val & FastMathFlags::NoInfs)) in getDecodedFastMathFlags()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1172 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()
|