Home
last modified time | relevance | path

Searched refs:NoNaNs (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h181 NoNaNs = (1 << 1), enumerator
206 bool noNaNs() const { return 0 != (Flags & NoNaNs); } in noNaNs()
220 Flags = (Flags & ~NoNaNs) | B * NoNaNs;
269 (SubclassOptionalData & ~FastMathFlags::NoNaNs) | in setHasNoNaNs()
270 (B * FastMathFlags::NoNaNs); in setHasNoNaNs()
319 (SubclassOptionalData & FastMathFlags::NoNaNs) != 0 && in isFast()
334 return (SubclassOptionalData & FastMathFlags::NoNaNs) != 0; in hasNoNaNs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h367 bool NoNaNs : 1;
387 Exact(false), NoNaNs(false), NoInfs(false),
423 NoNaNs = b;
462 bool hasNoNaNs() const { return NoNaNs; }
473 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs && NoFPExcept &&
485 NoNaNs &= Flags.NoNaNs;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h448 NoNaNs = (1 << 1), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8512 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC() local
8514 EmitVectorComparison(LHS, RHS, CC1, NoNaNs, CmpVT, dl, DAG); in LowerVSETCC()
8520 EmitVectorComparison(LHS, RHS, CC2, NoNaNs, CmpVT, dl, DAG); in LowerVSETCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1406 Flags |= bitc::NoNaNs; in getOptimizationFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1164 if (0 != (Val & bitc::NoNaNs)) in getDecodedFastMathFlags()