Searched refs:extendToIndices (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 201 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices, 204 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() function 205 extendToIndices(LR, Indices, /*Undefs=*/{}); in extendToIndices()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMemIntrinsicResults.cpp | 133 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TileConfig.cpp | 197 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1235 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy() 1261 LIS->extendToIndices(SR, EndPoints, Undefs); in removePartialRedundancy() 3356 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues() 3574 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges() 3783 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
|
H A D | LiveIntervals.cpp | 640 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 463 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 1152 LIS->extendToIndices(LI, SI); in insertVSETVLI()
|