HomeSort by relevance Sort by last modified time
    Searched full:featurestr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.cpp 55 llvm_unreachable("we are not using FeatureStr");
  /external/qemu/target-i386/
helper.c 318 char *featurestr, *name = strtok(s, ","); local
334 featurestr = strtok(NULL, ",");
336 while (featurestr) {
338 if (featurestr[0] == '+') {
339 add_flagname_to_bitmaps(featurestr + 1, &plus_features, &plus_ext_features, &plus_ext2_features, &plus_ext3_features);
340 } else if (featurestr[0] == '-') {
341 add_flagname_to_bitmaps(featurestr + 1, &minus_features, &minus_ext_features, &minus_ext2_features, &minus_ext3_features);
342 } else if ((val = strchr(featurestr, '='))) {
344 if (!strcmp(featurestr, "family")) {
352 } else if (!strcmp(featurestr, "model"))
    [all...]
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 253 std::string FeatureStr = Features.getString();
263 _target = march->createTargetMachine(TripleStr, _mCpu, FeatureStr, Options,
LTOModule.cpp 294 std::string FeatureStr = Features.getString();
305 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr,

Completed in 9096 milliseconds