Home
last modified time | relevance | path

Searched refs:hasAllowReciprocal (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h330 bool hasAllowReciprocal() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp219 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction
221 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
DAsmWriter.cpp1267 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h419 bool hasAllowReciprocal() const;
DOperator.h348 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1154 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
1180 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()
1228 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp538 if (getFlags().hasAllowReciprocal()) in print_details()
DInstrEmitter.cpp859 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
DDAGCombiner.cpp12667 if (!UnsafeMath && !Flags.hasAllowReciprocal()) in combineRepeatedFPDivisors()
12698 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()
12753 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h397 setAllowReciprocal(FPMO.hasAllowReciprocal());
465 bool hasAllowReciprocal() const { return AllowReciprocal; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp871 I.hasAllowReciprocal()) { in hoistRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1411 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7550 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath || Flags.hasAllowReciprocal(); in lowerFastUnsafeFDIV()