Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp117 LIS.removeVRegDefAt(LI, LIS.getInstructionIndex(MI).getRegSlot()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp241 LIS->removeVRegDefAt(*CmpLI, CmpIdx.getRegSlot()); in optimizeVcndVcmpPair()
253 LIS->removeVRegDefAt(*SelLI, SelIdx.getRegSlot()); in optimizeVcndVcmpPair()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h446 void removeVRegDefAt(LiveInterval &LI, SlotIndex Pos);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp366 LIS.removeVRegDefAt(LI, Idx); in eliminateDeadDef()
H A DRegisterCoalescer.cpp1034 LIS->removeVRegDefAt(IntA, AValNo->def); in removeCopyByCommutingDef()
1749 LIS->removeVRegDefAt(DstLI, RegIndex); in eliminateUndefCopy()
H A DLiveIntervals.cpp1748 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt() function in LiveIntervals
H A DSplitKit.cpp872 LIS.removeVRegDefAt(*LI, Def); in removeBackCopies()