Searched refs:LLCPath (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.cpp | 456 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 …]
|
D | ToolRunner.h | 157 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/ |
D | ToolRunner.cpp | 462 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()
|
D | ToolRunner.h | 147 std::string LLCPath; // The path to the LLC executable. variable 155 : LLCPath(llcPath), cc(cc), in LLC()
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 472 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()
|
D | ToolRunner.h | 155 std::string LLCPath; // The path to the LLC executable. variable 163 : LLCPath(llcPath), cc(cc), in LLC()
|