Home
last modified time | relevance | path

Searched refs:computeSubRangeUndefs (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveIntervalCalc.cpp142 LI->computeSubRangeUndefs(Undefs, Mask, *MRI, *Indexes); in extendToUses()
DSplitKit.cpp1297 LI.computeSubRangeUndefs(Undefs, PS.LaneMask, MRI, *LIS.getSlotIndexes()); in extendPHIKillRanges()
1412 LI.computeSubRangeUndefs(Undefs, S.LaneMask, MRI, *LIS.getSlotIndexes()); in rewriteAssigned()
DLiveInterval.cpp962 void LiveInterval::computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs, in computeSubRangeUndefs() function in LiveInterval
DLiveIntervals.cpp440 LI.computeSubRangeUndefs(Undefs, LaneMask, *MRI, *Indexes); in extendSegmentsToUses()
DMachineVerifier.cpp3219 OwnerLI.computeSubRangeUndefs(Undefs, LaneMask, *MRI, *Indexes); in verifyLiveRangeSegment()
DRegisterCoalescer.cpp1243 IntB.computeSubRangeUndefs(Undefs, SR.LaneMask, *MRI, in removePartialRedundancy()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveInterval.h826 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp429 LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->getSlotIndexes()); in updateDeadsInRange()