Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h211 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 DWebAssemblyMemIntrinsicResults.cpp133 LIS.extendToIndices(*ToLI, Indices); in replaceDominatedUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp256 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1248 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 DLiveIntervals.cpp656 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() function in LiveIntervals
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp446 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1130 LIS->extendToIndices(LI, SI); in insertVSETVLI()