Searched refs:ExactFPMathInst (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 81 Kind(K), FMF(FMF), ExactFPMathInst(ExactFP), RecurrenceType(RT), in RecurrenceDescriptor() 92 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence() 96 ExactFPMathInst(ExactFP) {} in IsRecurrence() 100 bool needsExactFPMath() const { return ExactFPMathInst != nullptr; } in needsExactFPMath() 102 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() 117 Instruction *ExactFPMathInst; variable 209 bool hasExactFPMath() const { return ExactFPMathInst != nullptr; } in hasExactFPMath() 212 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() 290 Instruction *ExactFPMathInst = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 217 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 D | IVDescriptors.cpp | 181 static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, in checkOrderedReduction() argument 195 if (Exit != ExactFPMathInst || Exit->hasNUsesOrMore(3)) in checkOrderedReduction() 291 Instruction *ExactFPMathInst = nullptr; in AddReductionVar() local 377 ExactFPMathInst = ExactFPMathInst == nullptr in AddReductionVar() 379 : ExactFPMathInst; in AddReductionVar() 541 checkOrderedReduction(Kind, ExactFPMathInst, ExitInstruction, Phi); in AddReductionVar() 599 FMF, ExactFPMathInst, RecurrenceType, IsSigned, in AddReductionVar()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9786 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop() local 9788 ExactFPMathInst->getDebugLoc(), in processLoop() 9789 ExactFPMathInst->getParent()) in processLoop()
|