Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h182 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices,
185 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() function
186 extendToIndices(LR, Indices, /*Undefs=*/{}); in extendToIndices()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp133 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86TileConfig.cpp192 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1219 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy()
1245 LIS->extendToIndices(SR, EndPoints, Undefs); in removePartialRedundancy()
3274 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues()
3492 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges()
3694 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
H A DLiveIntervals.cpp620 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp462 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()