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

  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 884 SparseBitVector<> RUs = Reg.getNativeRegUnits();
886 std::prev(I)->getNativeRegUnits().count() == RUs.count())
887 ScaleB = *RUs.begin() - *std::prev(I)->getNativeRegUnits().begin();
889 std::next(I)->getNativeRegUnits().count() == RUs.count())
890 ScaleA = *std::next(I)->getNativeRegUnits().begin() - *RUs.begin();
896 DiffSeqs.add(diffEncode(RegUnitLists[i], Scale * Reg.EnumValue, RUs));
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 589 auto &RUs = RealUseMap[PA.Id];
590 if (RUs.empty())
600 // Remap all the RUs so that they have a correct reaching def.
603 for (auto R : RUs) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 108 milliseconds