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.cpp116 LIS.removeVRegDefAt(LI, LIS.getInstructionIndex(MI).getRegSlot()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp249 LIS->removeVRegDefAt(*CmpLI, CmpIdx.getRegSlot()); in optimizeVcndVcmpPair()
261 LIS->removeVRegDefAt(*SelLI, SelIdx.getRegSlot()); in optimizeVcndVcmpPair()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h457 LLVM_ABI void removeVRegDefAt(LiveInterval &LI, SlotIndex Pos);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp362 LIS.removeVRegDefAt(LI, Idx); in eliminateDeadDef()
H A DRegisterCoalescer.cpp1047 LIS->removeVRegDefAt(IntA, AValNo->def); in removeCopyByCommutingDef()
1806 LIS->removeVRegDefAt(DstLI, RegIndex); in eliminateUndefCopy()
H A DLiveIntervals.cpp1784 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt() function in LiveIntervals
H A DSplitKit.cpp908 LIS.removeVRegDefAt(*LI, Def); in removeBackCopies()