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

  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 39 SmallVector<MCSymbol *, 10> Instrs;
AsmPrinter.cpp 62 STATISTIC(EmittedInsts, "Number of machine instrs printed");
729 const std::vector<MCCFIInstruction> &Instrs = MMI.getFrameInstructions();
731 const MCCFIInstruction &CFI = Instrs[CFIIndex];
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 68 SmallVector<MachineInstr*, 8> Instrs;
72 bool isCollapsed() const { return Instrs.empty(); }
105 Instrs.clear();
310 while (!dv->Instrs.empty())
311 TII->setExecutionDomain(dv->Instrs.pop_back_val(), domain);
333 A->Instrs.append(B->Instrs.begin(), B->Instrs.end());
696 dv->Instrs.push_back(mi);
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 246 std::string Instrs = InstrsForCase[i];
247 if (Instrs.size() > 70) {
248 Instrs.erase(Instrs.begin()+70, Instrs.end());
249 Instrs += "...";
252 if (!Instrs.empty())
253 UniqueOperandCommands[i] = " // " + Instrs + "\n" +
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]

Completed in 550 milliseconds