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

  /external/llvm/tools/opt/
opt.cpp 273 static TargetMachine* GetTargetMachine(Triple TheTriple, StringRef CPUStr,
285 CPUStr, FeaturesStr, Options,
393 std::string CPUStr, FeaturesStr;
398 CPUStr = getCPUStr();
400 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
405 // Override function attributes based on CPUStr, FeaturesStr, and command line
407 setFunctionAttributes(CPUStr, FeaturesStr, *M);
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 255 const char *CPUStr = "", *FeaturesStr = "";
261 CPUStr = String_val(Field(CPU, 0));
271 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr,
  /external/llvm/tools/llc/
llc.cpp 269 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr();
290 TheTarget->createTargetMachine(TheTriple.getTriple(), CPUStr, FeaturesStr,
324 // Override function attributes based on CPUStr, FeaturesStr, and command line
326 setFunctionAttributes(CPUStr, FeaturesStr, *M);
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 278 milliseconds