HomeSort by: relevance | last modified time | path
    Searched defs:Undefs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervalCalc.cpp 149 SmallVector<SlotIndex, 4> Undefs;
151 LI->computeSubRangeUndefs(Undefs, Mask, *MRI, *Indexes);
203 extend(LR, UseIdx, Reg, Undefs);
LiveIntervals.cpp 446 SmallVector<SlotIndex,8> Undefs;
447 LI.computeSubRangeUndefs(Undefs, LaneMask, *MRI, *Indexes);
448 assert(LiveRangeCalc::isJointlyDominated(Pred, Undefs, *Indexes) &&
635 ArrayRef<SlotIndex> Undefs) {
639 LICalc->extend(LR, Idx, /*PhysReg=*/0, Undefs);
1696 // FIXME: Should we support undefs that gain defs?
ModuloSchedule.cpp 1259 DenseMap<const TargetRegisterClass *, Register> Undefs;
1420 // If we need more phis than we have defaults for, pad out with undefs for
1508 Register &R = Undefs[RC];
MachineVerifier.cpp 2976 SmallVector<SlotIndex, 4> Undefs;
2979 OwnerLI.computeSubRangeUndefs(Undefs, LaneMask, *MRI, *Indexes);
3015 if (LiveRangeCalc::isJointlyDominated(Pred, Undefs, *Indexes))
RegisterCoalescer.cpp 1230 SmallVector<SlotIndex, 8> Undefs;
1231 IntB.computeSubRangeUndefs(Undefs, SR.LaneMask, *MRI,
1233 LIS->extendToIndices(SR, EndPoints, Undefs);
1906 // Eliminate undefs.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 426 SmallVector<SlotIndex,8> Undefs;
428 LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->getSlotIndexes());
432 auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI);
453 // If the abort was avoided by adding extra undefs added to Undefs,
461 LIS->extendToIndices(Range, ExtTo, Undefs);

Completed in 25 milliseconds