Home
last modified time | relevance | path

Searched refs:hasAllowReassoc (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp178 EXPECT_FALSE(FAdd->hasAllowReassoc()); in TEST_F()
188 EXPECT_TRUE(FAdd->hasAllowReassoc()); in TEST_F()
282 EXPECT_FALSE(FAdd->hasAllowReassoc()); in TEST_F()
292 EXPECT_TRUE(FAdd->hasAllowReassoc()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp198 bool Instruction::hasAllowReassoc() const { in hasAllowReassoc() function in Instruction
200 return cast<FPMathOperator>(this)->hasAllowReassoc(); in hasAllowReassoc()
613 return cast<FPMathOperator>(this)->hasAllowReassoc() && in isAssociative()
DAsmWriter.cpp1243 if (FPO->hasAllowReassoc()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp458 if (I.hasAllowReassoc()) { in visitFMul()
1150 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()
1198 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
1214 if (I.hasAllowReassoc() && Op0->hasOneUse() && Op1->hasOneUse()) { in visitFDiv()
1248 if (I.hasNoNaNs() && I.hasAllowReassoc() && in visitFDiv()
DInstCombineAddSub.cpp514 assert(I->hasAllowReassoc() && I->hasNoSignedZeros() && in simplify()
1480 if (I.hasAllowReassoc() && I.hasNoSignedZeros()) { in visitFAdd()
1896 if (I.hasAllowReassoc() && I.hasNoSignedZeros()) { in visitFSub()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h366 bool hasAllowReassoc() const;
DOperator.h322 bool hasAllowReassoc() const { in hasAllowReassoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4727 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()
4732 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()
4737 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()
4742 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h389 setAllowReassociation(FPMO.hasAllowReassoc());
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1348 if (FPMO->hasAllowReassoc()) in getOptimizationFlags()