Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h98 Kind(K), FMF(FMF), ExactFPMathInst(ExactFP), RecurrenceType(RT), in RecurrenceDescriptor()
109 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence()
113 ExactFPMathInst(ExactFP) {} in IsRecurrence()
117 bool needsExactFPMath() const { return ExactFPMathInst != nullptr; } in needsExactFPMath()
119 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst()
134 Instruction *ExactFPMathInst; variable
235 bool hasExactFPMath() const { return ExactFPMathInst != nullptr; } in hasExactFPMath()
238 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst()
362 Instruction *ExactFPMathInst = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h217 if (I && !ExactFPMathInst) in addExactFPMathInst()
218 ExactFPMathInst = I; in addExactFPMathInst()
221 Instruction *getExactFPInst() { return ExactFPMathInst; } in getExactFPInst()
224 Instruction *ExactFPMathInst = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp183 static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, in checkOrderedReduction() argument
197 if (Exit != ExactFPMathInst || Exit->hasNUsesOrMore(3)) in checkOrderedReduction()
293 Instruction *ExactFPMathInst = nullptr; in AddReductionVar() local
379 ExactFPMathInst = ExactFPMathInst == nullptr in AddReductionVar()
381 : ExactFPMathInst; in AddReductionVar()
543 checkOrderedReduction(Kind, ExactFPMathInst, ExitInstruction, Phi); in AddReductionVar()
601 FMF, ExactFPMathInst, RecurrenceType, IsSigned, in AddReductionVar()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10059 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop() local
10061 ExactFPMathInst->getDebugLoc(), in processLoop()
10062 ExactFPMathInst->getParent()) in processLoop()