Searched refs:extendToIndices (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 211 LLVM_ABI void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices, 214 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() function 215 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 | 256 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 1248 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy() 1274 LIS->extendToIndices(SR, EndPoints, Undefs); in removePartialRedundancy() 3417 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues() 3634 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges() 3842 LIS->extendToIndices((LiveRange &)LHS, EndPoints); in joinVirtRegs()
|
| H A D | LiveIntervals.cpp | 656 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 446 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 1130 LIS->extendToIndices(LI, SI); in insertVSETVLI()
|