Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveIntervals.h184 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices,
187 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() function
188 extendToIndices(LR, Indices, /*Undefs=*/{}); in extendToIndices()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp134 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TileConfig.cpp187 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1234 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy()
1260 LIS->extendToIndices(SR, EndPoints, Undefs); in removePartialRedundancy()
3271 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues()
3490 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges()
3692 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
DLiveIntervals.cpp633 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp461 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()