Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h100 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
213 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
357 Instruction *getExactFPMathInst() { in getExactFPMathInst() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp697 Requirements->addExactFPMathInst(RedDes.getExactFPMathInst()); in canVectorizeInstrs()
720 Requirements->addExactFPMathInst(ID.getExactFPMathInst()); in canVectorizeInstrs()
1027 return IndDesc.getExactFPMathInst(); in canVectorizeFPMath()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp381 ? ReduxDesc.getExactFPMathInst() in AddReductionVar()
769 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp723 if (RD.getExactFPMathInst() != nullptr) in findInnerReductionPhi()