Home
last modified time | relevance | path

Searched refs:allowReassoc (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h190 return !II->getFastMathFlags().allowReassoc(); in shouldExpandReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp125 if (!FMF.allowReassoc()) in expandReductions()
DMachineInstr.cpp557 if (Flags.allowReassoc()) in copyFlagsFromInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h178 if (!II->getFastMathFlags().allowReassoc()) in shouldExpandReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h205 bool allowReassoc() const { return 0 != (Flags & AllowReassoc); } in allowReassoc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4615 if (FMF.noSignedZeros() && FMF.allowReassoc() && in SimplifyFAddInst()
4662 if (FMF.noSignedZeros() && FMF.allowReassoc() && in SimplifyFSubInst()
4697 FMF.allowReassoc() && FMF.noNaNs() && FMF.noSignedZeros()) in SimplifyFMAFMul()
4760 if (FMF.allowReassoc() && match(Op0, m_c_FMul(m_Value(X), m_Specific(Op1)))) in SimplifyFDivInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8967 if (FMF.allowReassoc()) in visitVectorReduce()
8974 if (FMF.allowReassoc()) in visitVectorReduce()