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

  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 66 SmallVector<MachineInstr*, 8> Instrs;
70 bool isCollapsed() const { return Instrs.empty(); }
103 Instrs.clear();
300 while (!dv->Instrs.empty())
301 TII->setExecutionDomain(dv->Instrs.pop_back_val(), domain);
323 A->Instrs.append(B->Instrs.begin(), B->Instrs.end());
627 dv->Instrs.push_back(mi);
MachineTraceMetrics.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 238 std::string Instrs = InstrsForCase[i];
239 if (Instrs.size() > 70) {
240 Instrs.erase(Instrs.begin()+70, Instrs.end());
241 Instrs += "...";
244 if (!Instrs.empty())
245 UniqueOperandCommands[i] = " // " + Instrs + "\n" +
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 345 milliseconds