Home | History | Annotate | Download | only in Driver

Lines Matching refs:Feature

63     assert(Name.startswith("m") && "Invalid feature name.");
540 // -I- is a deprecated GCC feature, reject it.
698 for (StringRef Feature : Split) {
699 const char *FeatureName = llvm::ARM::getArchExtFeature(Feature);
1585 // Altivec is a bit weird, allow overriding of the Altivec feature here.
2161 // If -march=native, autodetect the feature list.
2323 for (StringRef Feature : Split) {
2324 const char *result = llvm::StringSwitch<const char *>(Feature)
2342 else if (Feature == "neon" || Feature == "noneon")
2350 // Check if the CPU name and feature modifiers in -mcpu are legal. If yes,
2351 // decode CPU and feature.
2594 // Find the last of each feature.
2603 // If this feature was overridden, ignore it.
2611 CmdArgs.push_back("-target-feature");
2870 CmdArgs.push_back("-target-feature");
2875 CmdArgs.push_back("-target-feature");
2880 CmdArgs.push_back("-target-feature");
2885 CmdArgs.push_back("-target-feature");
2965 CmdArgs.push_back("-target-feature");
8682 // on architectures with different ABIs or optional feature sets.