Searched refs:arithFMF (Results 1 – 3 of 3) sorted by relevance
14 mlir::arith::convertArithFastMathFlagsToLLVM(arith::FastMathFlags arithFMF) { in convertArithFastMathFlagsToLLVM() argument25 if (bitEnumContainsAny(arithFMF, arithFlag)) in convertArithFastMathFlagsToLLVM()33 arith::FastMathFlags arithFMF = fmfAttr.getValue(); in convertArithFastMathAttrToLLVM() local35 fmfAttr.getContext(), convertArithFastMathFlagsToLLVM(arithFMF)); in convertArithFastMathAttrToLLVM()
810 mlir::arith::FastMathFlags arithFMF{}; in readExtent() 812 arithFMF = arithFMF | mlir::arith::FastMathFlags::contract; in readExtent() 815 arithFMF = arithFMF | mlir::arith::FastMathFlags::ninf; in readExtent() 818 arithFMF = arithFMF | mlir::arith::FastMathFlags::nnan; in readExtent() 821 arithFMF = arithFMF | mlir::arith::FastMathFlags::afn; in readExtent() 824 arithFMF in readExtent() 752 mlir::arith::FastMathFlags arithFMF{}; setFastMathFlags() local [all...]
23 convertArithFastMathFlagsToLLVM(arith::FastMathFlags arithFMF);