HomeSort by relevance Sort by last modified time
    Searched refs:noNaNs (Results 1 - 15 of 15) 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/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 770 if (FMF.noNaNs())
775 if (FMF.noNaNs())
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 92 if (b->getFastMathFlags().noNaNs()) {
105 if (b->getFastMathFlags().noNaNs()) {
509 // Fast implies AllowReassoc, NoInfs, NoNaNs, NoSignedZeros, AllowReciprocal,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 816 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
    [all...]
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 160 if (!b->getFastMathFlags().noNaNs()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1442 milliseconds