Searched refs:extendToIndices (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/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) { function in class:llvm::LiveIntervals
193 extendToIndices(LR, Indices, /*Undefs=*/{});
198 /// EndPoints such that extendToIndices(LI, EndPoints) will reconstruct the
201 /// Calling pruneValue() and extendToIndices() can be used to reconstruct
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp133 LIS.extendToIndices(*ToLI, Indices);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp192 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()});
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1234 LIS->extendToIndices(IntB, EndPoints);
1260 LIS->extendToIndices(SR, EndPoints, Undefs);
3356 LIS->extendToIndices(S, EndPoints);
3574 LIS->extendToIndices(LRange, EndPoints);
3776 LIS->extendToIndices((LiveRange&)LHS, EndPoints);
H A DLiveIntervals.cpp615 void LiveIntervals::extendToIndices(LiveRange &LR, function in class:LiveIntervals
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp454 // extendToIndices will abort if there is no joint dominance.
456 // extendToIndices could actually indicate that SI is live, contrary
463 LIS->extendToIndices(Range, ExtTo, Undefs);

Completed in 143 milliseconds