Home
last modified time | relevance | path

Searched refs:LLCPath (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp456 LLCArgs.push_back(LLCPath.c_str()); in OutputCode()
478 if (RunProgramWithTimeout(sys::Path(LLCPath), &LLCArgs[0], in OutputCode()
481 Error = ProcessFailure(sys::Path(LLCPath), &LLCArgs[0], in OutputCode()
525 std::string LLCPath = in createLLC() local
527 if (LLCPath.empty()) { in createLLC()
532 Message = "Found llc: " + LLCPath + "\n"; in createLLC()
538 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler); in createLLC()
635 LLCArgs.push_back(LLCPath.c_str()); in OutputCode()
653 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], sys::Path(), sys::Path(), in OutputCode()
655 Error = ProcessFailure(LLCPath, &LLCArgs[0], Timeout, MemoryLimit); in OutputCode()
[all …]
DToolRunner.h157 sys::Path LLCPath; // The path to the `llc' executable. variable
163 : LLCPath(llcPath), gcc(Gcc) { in CBE()
202 std::string LLCPath; // The path to the LLC executable. variable
210 : LLCPath(llcPath), gcc(Gcc), in LLC()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp462 LLCArgs.push_back(LLCPath); in OutputCode()
481 if (RunProgramWithTimeout(LLCPath, LLCArgs, "", "", "", Timeout, MemoryLimit)) in OutputCode()
482 return ProcessFailure(LLCPath, LLCArgs, Timeout, MemoryLimit); in OutputCode()
527 std::string LLCPath = in createLLC() local
529 if (LLCPath.empty()) { in createLLC()
539 Message = "Found llc: " + LLCPath + "\n"; in createLLC()
540 return new LLC(LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
DToolRunner.h147 std::string LLCPath; // The path to the LLC executable. variable
155 : LLCPath(llcPath), cc(cc), in LLC()
/external/llvm/tools/bugpoint/
DToolRunner.cpp472 LLCArgs.push_back(LLCPath.c_str()); in OutputCode()
494 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], in OutputCode()
497 Error = ProcessFailure(LLCPath, &LLCArgs[0], in OutputCode()
541 std::string LLCPath = in createLLC() local
543 if (LLCPath.empty()) { in createLLC()
553 Message = "Found llc: " + LLCPath + "\n"; in createLLC()
554 return new LLC(LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
DToolRunner.h155 std::string LLCPath; // The path to the LLC executable. variable
163 : LLCPath(llcPath), cc(cc), in LLC()