Home
last modified time | relevance | path

Searched defs:FastMathFlags (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h35 class FastMathFlags; variable
H A DFMF.h28 FastMathFlags(unsigned F) : Flags(F) {} in FastMathFlags() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp237 SDNodeFlags FastMathFlags = N->getFlags() & SDNodeFlags::FastMathFlags; in run() local
H A DLegalizeDAG.cpp5318 SDNodeFlags FastMathFlags = Node->getFlags() & SDNodeFlags::FastMathFlags; in PromoteNode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h949 VectorType *, FastMathFlags, in getMinMaxReductionCost() argument