Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp134 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TileConfig.cpp187 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1207 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy()
1233 LIS->extendToIndices(SR, EndPoints, Undefs); in removePartialRedundancy()
3207 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues()
3426 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges()
3570 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
H A DLiveIntervals.cpp633 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp461 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()