Lines Matching full:based
221 // defined in config.gcc. This function is based on the logic in GCC 9.2.0.
225 // 2. A default based on `--with-arch=`, if provided
226 // 3. A default based on the target triple's arch
236 // 2. A default based on the architecture as determined by getRISCVArch
237 // 3. Choose a default based on the triple
243 // 2. Choose a default based on the target architecture.
259 // 3. Choose a default based on the triple
283 // defined in config.gcc. This function is based on the logic in GCC 9.2.0. We
290 // 2. A default based on `--with-abi=`, if provided
291 // 3. A default based on the target triple's arch
300 // 2. Based on `-mcpu` if the target CPU has a default ISA string
301 // 3. A default based on `-mabi`, if provided
302 // 4. A default based on the target triple's arch
311 // 2. Get march (isa string) based on `-mcpu=`
338 // 3. Choose a default based on `-mabi=`
361 // 4. Choose a default based on the triple