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

  /external/llvm/lib/Analysis/
InlineCost.cpp 149 unsigned Instrs = 0;
151 Instrs += NumBBInsts[TI.getSuccessor(I)];
153 Reduction += InlineConstants::InstrCost*Instrs*(NumSucc-1)/NumSucc;
  /external/llvm/lib/Target/X86/
SSEDomainFix.cpp 60 SmallVector<MachineInstr*, 8> Instrs;
64 bool isCollapsed() const { return Instrs.empty(); }
95 Instrs.clear();
238 while (!dv->Instrs.empty())
239 TII->SetSSEDomain(dv->Instrs.pop_back_val(), domain);
262 A->Instrs.append(B->Instrs.begin(), B->Instrs.end());
419 dv->Instrs.push_back(mi);
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 206 std::string Instrs = InstrsForCase[i];
207 if (Instrs.size() > 70) {
208 Instrs.erase(Instrs.begin()+70, Instrs.end());
209 Instrs += "...";
212 if (!Instrs.empty())
213 UniqueOperandCommands[i] = " // " + Instrs + "\n" +
    [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 2747 milliseconds