Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:cl

28 static cl::opt<int>
29 FMAContractLevel("nvptx-fma-level", cl::ZeroOrMore,
30 cl::desc("NVPTX Specific: FMA contraction (0: don't do it"
32 cl::init(2));
34 static cl::opt<int> UsePrecDivF32(
35 "nvptx-prec-divf32", cl::ZeroOrMore,
36 cl::desc("NVPTX Specifies: 0 use div.approx, 1 use div.full, 2 use"
38 cl::init(2));
40 static cl::opt<bool>
42 cl::desc("NVPTX Specific: 0 use sqrt.approx, 1 use sqrt.rn."),
43 cl::init(true));
45 static cl::opt<bool>
46 FtzEnabled("nvptx-f32ftz", cl::ZeroOrMore,
47 cl::desc("NVPTX Specific: Flush f32 subnormals to sign-preserving zero."),
48 cl::init(false));