HomeSort by: relevance | last modified time | path
    Searched defs:FeaturesStr (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
TargetSelect.cpp 78 std::string FeaturesStr;
83 FeaturesStr = Features.getString();
88 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mc-disassemble-fuzzer/
llvm-mc-disassemble-fuzzer.cpp 42 std::string FeaturesStr;
56 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0,
136 FeaturesStr = Features.getString();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp 147 FeaturesStr = codegen::getFeaturesStr();
163 TheTriple.getTriple(), CPUStr, FeaturesStr, Options,
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
target_ocaml.c 236 const char *CPUStr = "", *FeaturesStr = "";
244 FeaturesStr = String_val(Field(Features, 0));
253 LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr, FeaturesStr,
  /src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp 433 FeaturesStr = codegen::getFeaturesStr();
436 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) {
437 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F);
516 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM,
561 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM,
605 // Override function attributes based on CPUStr, FeaturesStr, and command line
607 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp 383 std::string FeaturesStr;
388 FeaturesStr = Features.getString();
392 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mc-assemble-fuzzer/
llvm-mc-assemble-fuzzer.cpp 60 std::string FeaturesStr;
174 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
306 FeaturesStr = Features.getString();
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 450 StringRef FeaturesStr,
725 std::string CPUStr, FeaturesStr;
732 FeaturesStr = codegen::getFeaturesStr();
733 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
743 // Override function attributes based on CPUStr, FeaturesStr, and command line
745 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 897 std::string FeaturesStr =
906 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 7212 std::string FeaturesStr;
7217 FeaturesStr = Features.getString();
7229 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr));
7279 FeaturesStr));

Completed in 43 milliseconds