HomeSort by relevance Sort by last modified time
    Searched refs:hasNoNaNs (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 142 EXPECT_FALSE(FAdd->hasNoNaNs());
157 EXPECT_TRUE(FAdd->hasNoNaNs());
164 EXPECT_TRUE(FAdd->hasNoNaNs());
218 EXPECT_FALSE(FCall->hasNoNaNs());
223 EXPECT_FALSE(FCall->hasNoNaNs());
232 EXPECT_TRUE(FCall->hasNoNaNs());
237 EXPECT_TRUE(FCall->hasNoNaNs());
249 EXPECT_TRUE(FDiv->hasNoNaNs());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 163 EXPECT_FALSE(FAdd->hasNoNaNs());
173 EXPECT_FALSE(FAdd->hasNoNaNs());
183 EXPECT_TRUE(FAdd->hasNoNaNs());
200 EXPECT_TRUE(FAdd->hasNoNaNs());
208 EXPECT_TRUE(FAdd->hasNoNaNs());
301 EXPECT_FALSE(FCall->hasNoNaNs());
306 EXPECT_FALSE(FCall->hasNoNaNs());
315 EXPECT_TRUE(FCall->hasNoNaNs());
320 EXPECT_TRUE(FCall->hasNoNaNs());
333 EXPECT_TRUE(FDiv->hasNoNaNs());
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 296 bool hasNoNaNs() const;
Operator.h 275 bool hasNoNaNs() const {
  /external/llvm/lib/IR/
Instruction.cpp 181 bool Instruction::hasNoNaNs() const {
183 return cast<FPMathOperator>(this)->hasNoNaNs();
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instruction.h 369 bool hasNoNaNs() const;
Operator.h 327 bool hasNoNaNs() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 321 bool hasNoNaNs() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 203 bool Instruction::hasNoNaNs() const {
205 return cast<FPMathOperator>(this)->hasNoNaNs();
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 383 setNoNaNs(FPMO.hasNoNaNs());
447 bool hasNoNaNs() const { return NoNaNs; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 502 if (I.hasNoNaNs() &&
    [all...]
InstCombineSelect.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 481 if (getFlags().hasNoNaNs())
    [all...]
InstrEmitter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 369 bool hasNoNaNs() const { return NoNaNs; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 287 return N->getFlags().hasNoNaNs();
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp 816 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 1335 milliseconds

1 2