Searched refs:extendToIndices (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 182 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 D | WebAssemblyMemIntrinsicResults.cpp | 133 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TileConfig.cpp | 192 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1219 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 D | LiveIntervals.cpp | 620 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 462 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
|