Searched refs:extendToIndices (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | LiveIntervals.h | 184 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyMemIntrinsicResults.cpp | 134 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86TileConfig.cpp | 187 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | RegisterCoalescer.cpp | 1234 LIS->extendToIndices(IntB, EndPoints); in removePartialRedundancy() 1260 LIS->extendToIndices(SR, EndPoints, Undefs); in removePartialRedundancy() 3271 LIS->extendToIndices(S, EndPoints); in pruneSubRegValues() 3490 LIS->extendToIndices(LRange, EndPoints); in joinSubRegRanges() 3692 LIS->extendToIndices((LiveRange&)LHS, EndPoints); in joinVirtRegs()
|
| D | LiveIntervals.cpp | 633 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonExpandCondsets.cpp | 461 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
|