Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h119 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
238 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
433 Instruction *getExactFPMathInst() { in getExactFPMathInst() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp837 Requirements->addExactFPMathInst(RedDes.getExactFPMathInst()); in canVectorizeInstrs()
873 Requirements->addExactFPMathInst(ID.getExactFPMathInst()); in canVectorizeInstrs()
1317 return IndDesc.getExactFPMathInst(); in canVectorizeFPMath()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp380 ? ReduxDesc.getExactFPMathInst() in AddReductionVar()
898 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp824 if (RD.getExactFPMathInst() != nullptr) in findInnerReductionPhi()