Searched refs:ExactFPMathInst (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 79 Kind(K), FMF(FMF), ExactFPMathInst(ExactFP), RecurrenceType(RT), in RecurrenceDescriptor() 90 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence() 94 ExactFPMathInst(ExactFP) {} in IsRecurrence() 98 bool needsExactFPMath() const { return ExactFPMathInst != nullptr; } in needsExactFPMath() 100 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() 115 Instruction *ExactFPMathInst; variable 210 bool hasExactFPMath() const { return ExactFPMathInst != nullptr; } in hasExactFPMath() 213 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() 290 Instruction *ExactFPMathInst = nullptr; variable
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 218 if (I && !ExactFPMathInst) in addExactFPMathInst() 219 ExactFPMathInst = I; in addExactFPMathInst() 222 Instruction *getExactFPInst() { return ExactFPMathInst; } in getExactFPInst() 225 Instruction *ExactFPMathInst = nullptr;
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 184 static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, in checkOrderedReduction() argument 198 if (Exit != ExactFPMathInst || Exit->hasNUsesOrMore(3)) in checkOrderedReduction() 294 Instruction *ExactFPMathInst = nullptr; in AddReductionVar() local 380 ExactFPMathInst = ExactFPMathInst == nullptr in AddReductionVar() 382 : ExactFPMathInst; in AddReductionVar() 545 checkOrderedReduction(Kind, ExactFPMathInst, ExitInstruction, Phi); in AddReductionVar() 603 FMF, ExactFPMathInst, RecurrenceType, IsSigned, in AddReductionVar()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 10301 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop() local 10303 ExactFPMathInst->getDebugLoc(), in processLoop() 10304 ExactFPMathInst->getParent()) in processLoop()
|