Lines Matching refs:options

31   const Arg *MABIArg = Args.getLastArg(options::OPT_mabi_EQ);  in getLoongArchABI()
38 const Arg *MFPUArg = Args.getLastArg(options::OPT_mfpu_EQ); in getLoongArchABI()
53 if (const Arg *A = Args.getLastArg(options::OPT_mdouble_float, in getLoongArchABI()
54 options::OPT_msingle_float, in getLoongArchABI()
55 options::OPT_msoft_float)) { in getLoongArchABI()
58 if (A->getOption().matches(options::OPT_mdouble_float)) { in getLoongArchABI()
62 if (A->getOption().matches(options::OPT_msingle_float)) { in getLoongArchABI()
66 if (A->getOption().matches(options::OPT_msoft_float)) { in getLoongArchABI()
131 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getLoongArchTargetFeatures()
139 if (const Arg *A = Args.getLastArg(options::OPT_mdouble_float, in getLoongArchTargetFeatures()
140 options::OPT_msingle_float, in getLoongArchTargetFeatures()
141 options::OPT_msoft_float)) { in getLoongArchTargetFeatures()
142 if (A->getOption().matches(options::OPT_mdouble_float)) { in getLoongArchTargetFeatures()
145 } else if (A->getOption().matches(options::OPT_msingle_float)) { in getLoongArchTargetFeatures()
152 } else if (const Arg *A = Args.getLastArg(options::OPT_mfpu_EQ)) { in getLoongArchTargetFeatures()
170 AddTargetFeature(Args, Features, options::OPT_munaligned_access, in getLoongArchTargetFeatures()
171 options::OPT_mno_unaligned_access, "ual"); in getLoongArchTargetFeatures()
174 if (Arg *A = Args.getLastArgNoClaim(options::OPT_mabi_EQ)) in getLoongArchTargetFeatures()
176 if (Arg *A = Args.getLastArgNoClaim(options::OPT_mfpu_EQ)) in getLoongArchTargetFeatures()
180 if (const Arg *A = Args.getLastArg(options::OPT_mlsx, options::OPT_mno_lsx)) { in getLoongArchTargetFeatures()
183 if (A->getOption().matches(options::OPT_mlsx)) { in getLoongArchTargetFeatures()
195 Args.getLastArg(options::OPT_mlasx, options::OPT_mno_lasx)) { in getLoongArchTargetFeatures()
198 if (A->getOption().matches(options::OPT_mlasx)) { in getLoongArchTargetFeatures()
229 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getLoongArchTargetCPU()