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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 158 /// Writes - One of the operands writes the virtual register.
159 bool Writes;
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 45 /// or a sequence of writes on one operand.
109 /// Writes and ReadDefs are empty. ProcIndices contains 0 for any processor.
118 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may
126 /// that mapped the itinerary class to the variant Writes or Reads.
132 IdxVec Writes;
148 return ItinClassDef == IC && Writes == W && Reads == R;
335 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
347 const IdxVec &Writes,
390 void collectRWResources(const IdxVec &Writes, const IdxVec &Reads,
SubtargetEmitter.cpp 868 IdxVec Writes = SCI->Writes;
883 Writes.clear();
886 Writes, Reads);
889 if (Writes.empty()) {
897 Writes, Reads);
901 if (Writes.empty()) {
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 61 milliseconds