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

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.h 158 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
164 ToolArgs.clear ();
165 if (Args) ToolArgs = *Args;
203 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
212 ToolArgs.clear();
213 if (Args) ToolArgs = *Args;
ToolRunner.cpp 176 std::vector<std::string> ToolArgs; // Args to pass to LLI
180 ToolArgs.clear ();
181 if (Args) { ToolArgs = *Args; }
217 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
218 LLIArgs.push_back(ToolArgs[i].c_str());
240 const std::vector<std::string> *ToolArgs) {
245 return new LLI(LLIPath, ToolArgs);
459 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
460 LLCArgs.push_back(ToolArgs[i].c_str());
547 std::vector<std::string> ToolArgs; // Args to pass to LLI
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ToolRunner.h 148 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
157 ToolArgs.clear();
159 ToolArgs = *Args;
ToolRunner.cpp 147 std::vector<std::string> ToolArgs; // Args to pass to LLI
151 ToolArgs.clear();
153 ToolArgs = *Args;
185 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
186 LLIArgs.push_back(ToolArgs[i]);
239 const std::vector<std::string> *ToolArgs) {
244 return new LLI(LLIPath, ToolArgs);
465 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
466 LLCArgs.push_back(ToolArgs[i]);
549 std::vector<std::string> ToolArgs; // Args to pass to LL
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 156 std::vector<std::string> ToolArgs; // Args to pass to LLI
160 ToolArgs.clear ();
161 if (Args) { ToolArgs = *Args; }
197 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
198 LLIArgs.push_back(ToolArgs[i].c_str());
253 const std::vector<std::string> *ToolArgs) {
258 return new LLI(LLIPath, ToolArgs);
475 for (unsigned i = 0, e = ToolArgs.size(); i != e; ++i)
476 LLCArgs.push_back(ToolArgs[i].c_str());
563 std::vector<std::string> ToolArgs; // Args to pass to LL
    [all...]
ToolRunner.h 156 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
165 ToolArgs.clear();
166 if (Args) ToolArgs = *Args;

Completed in 2218 milliseconds