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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 147 std::vector<std::string> InstrsForCase;
148 InstrsForCase.resize(UniqueOperandCommands.size());
164 InstrsForCase[idx] += ", ";
165 InstrsForCase[idx] += Inst.CGI->TheDef->getName();
169 InstrsForCase.push_back(Inst.CGI->TheDef->getName());
215 for (unsigned i = 0, e = InstrsForCase.size(); i != e; ++i) {
216 std::string Instrs = InstrsForCase[i];
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 114 std::vector<std::string> InstrsForCase;
115 InstrsForCase.resize(UniqueOperandCommands.size());
134 InstrsForCase[idx] += ", ";
135 InstrsForCase[idx] += Inst->CGI->TheDef->getName();
142 InstrsForCase.push_back(Inst->CGI->TheDef->getName());
205 for (unsigned i = 0, e = InstrsForCase.size(); i != e; ++i) {
206 std::string Instrs = InstrsForCase[i];
    [all...]

Completed in 83 milliseconds