Home
last modified time | relevance | path

Searched refs:AllowReciprocal (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h184 AllowReciprocal = (1 << 4), enumerator
209 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal()
229 Flags = (Flags & ~AllowReciprocal) | B * AllowReciprocal;
287 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) | in setHasAllowReciprocal()
288 (B * FastMathFlags::AllowReciprocal); in setHasAllowReciprocal()
322 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 && in isFast()
349 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0; in hasAllowReciprocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h370 bool AllowReciprocal : 1;
388 NoSignedZeros(false), AllowReciprocal(false), VectorReduction(false),
435 AllowReciprocal = b;
465 bool hasAllowReciprocal() const { return AllowReciprocal; }
473 return NoSignedZeros && AllowReciprocal && NoNaNs && NoInfs && NoFPExcept &&
488 AllowReciprocal &= Flags.AllowReciprocal;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h451 AllowReciprocal = (1 << 4), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1412 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1170 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()