HomeSort by relevance Sort by last modified time
    Searched defs:Instrs (Results 1 - 2 of 2) 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);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 1027 milliseconds