Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp117 LIS.removeVRegDefAt(LI, LIS.getInstructionIndex(MI).getRegSlot()); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp276 LIS->removeVRegDefAt(*CmpLI, CmpIdx.getRegSlot()); in optimizeVcndVcmpPair()
288 LIS->removeVRegDefAt(*SelLI, SelIdx.getRegSlot()); in optimizeVcndVcmpPair()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h431 void removeVRegDefAt(LiveInterval &LI, SlotIndex Pos);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp363 LIS.removeVRegDefAt(LI, Idx); in eliminateDeadDef()
H A DRegisterCoalescer.cpp1033 LIS->removeVRegDefAt(IntA, AValNo->def); in removeCopyByCommutingDef()
1683 LIS->removeVRegDefAt(DstLI, RegIndex); in eliminateUndefCopy()
H A DLiveIntervals.cpp1717 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt() function in LiveIntervals
H A DSplitKit.cpp859 LIS.removeVRegDefAt(*LI, Def); in removeBackCopies()