Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h76 ExactFPMathInst(ExactFP), RecurrenceType(RT), IsSigned(Signed), in RecurrenceDescriptor()
86 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence()
90 ExactFPMathInst(ExactFP) {} in IsRecurrence()
94 bool needsExactFPMath() const { return ExactFPMathInst != nullptr; } in needsExactFPMath()
96 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst()
111 Instruction *ExactFPMathInst; variable
193 bool hasExactFPMath() const { return ExactFPMathInst != nullptr; } in hasExactFPMath()
196 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst()
254 Instruction *ExactFPMathInst = nullptr; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h217 if (I && !ExactFPMathInst) in addExactFPMathInst()
218 ExactFPMathInst = I; in addExactFPMathInst()
224 Instruction *getExactFPInst() { return ExactFPMathInst; } in getExactFPInst()
232 Instruction *ExactFPMathInst = nullptr; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp196 static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, in checkOrderedReduction() argument
202 if (Exit->getOpcode() != Instruction::FAdd || Exit != ExactFPMathInst) in checkOrderedReduction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10154 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop() local
10156 ExactFPMathInst->getDebugLoc(), in processLoop()
10157 ExactFPMathInst->getParent()) in processLoop()