Home
last modified time | relevance | path

Searched refs:extendToIndices (Results 1 – 6 of 6) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp463 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1234 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy()
1260 LIS->extendToIndices(SR, EndPoints, Undefs); in removePartialRedundancy()
3356 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues()
3574 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges()
3776 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
H A DLiveIntervals.cpp615 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h189 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices,
192 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() function
193 extendToIndices(LR, Indices, /*Undefs=*/{}); in extendToIndices()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp192 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp133 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()