Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h95 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
195 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst() function
318 Instruction *getExactFPMathInst() { in getExactFPMathInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp446 Kind, ReduxDesc.getExactFPMathInst(), ExitInstruction, Phi); in AddReductionVar()
501 ReduxDesc.getExactFPMathInst(), RecurrenceType, in AddReductionVar()
601 return InstDesc(I, Prev.getRecKind(), Prev.getExactFPMathInst()); in isRecurrenceInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp642 Requirements->addExactFPMathInst(RedDes.getExactFPMathInst()); in canVectorizeInstrs()
665 Requirements->addExactFPMathInst(ID.getExactFPMathInst()); in canVectorizeInstrs()