HomeSort by relevance Sort by last modified time
    Searched refs:NoNaNs (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/IR/
Operator.h 173 NoNaNs = (1 << 1),
189 bool noNaNs() const { return 0 != (Flags & NoNaNs); }
196 void setNoNaNs() { Flags |= NoNaNs; }
235 (SubclassOptionalData & ~FastMathFlags::NoNaNs) |
236 (B * FastMathFlags::NoNaNs);
276 return (SubclassOptionalData & FastMathFlags::NoNaNs) != 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 181 NoNaNs = (1 << 1),
200 bool noNaNs() const { return 0 != (Flags & NoNaNs); }
214 Flags = (Flags & ~NoNaNs) | B * NoNaNs;
263 (SubclassOptionalData & ~FastMathFlags::NoNaNs) |
264 (B * FastMathFlags::NoNaNs);
313 (SubclassOptionalData & FastMathFlags::NoNaNs) != 0 &&
328 return (SubclassOptionalData & FastMathFlags::NoNaNs) != 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 416 NoNaNs = (1 << 1),
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 333 bool NoNaNs : 1;
346 NoNaNs = false;
358 void setNoNaNs(bool b) { NoNaNs = b; }
369 bool hasNoNaNs() const { return NoNaNs; }
379 (UnsafeAlgebra << 3) | (NoNaNs << 4) | (NoInfs << 5) |
389 NoNaNs &= Flags->NoNaNs;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 363 bool NoNaNs : 1;
376 Exact(false), NoNaNs(false), NoInfs(false),
412 NoNaNs = b;
447 bool hasNoNaNs() const { return NoNaNs; }
457 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs &&
469 NoNaNs &= Flags.NoNaNs;
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 231 EXPECT_TRUE(Builder.getFastMathFlags().NoNaNs);
236 EXPECT_TRUE(Builder.getFastMathFlags().NoNaNs);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 314 EXPECT_TRUE(Builder.getFastMathFlags().NoNaNs);
319 EXPECT_TRUE(Builder.getFastMathFlags().NoNaNs);
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 906 milliseconds