Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h100 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
210 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
354 Instruction *getExactFPMathInst() { in getExactFPMathInst() function
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DIVDescriptorsTest.cpp96 EXPECT_EQ(IndDesc.getExactFPMathInst(), nullptr); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp686 Requirements->addExactFPMathInst(RedDes.getExactFPMathInst()); in canVectorizeInstrs()
709 Requirements->addExactFPMathInst(ID.getExactFPMathInst()); in canVectorizeInstrs()
999 return IndDesc.getExactFPMathInst(); in canVectorizeFPMath()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp381 ? ReduxDesc.getExactFPMathInst() in AddReductionVar()
769 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp770 if (RD.getExactFPMathInst() != nullptr) in findInnerReductionPhi()