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/
DWebAssemblyOptimizeLiveIntervals.cpp117 LIS.removeVRegDefAt(LI, LIS.getInstructionIndex(MI).getRegSlot()); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
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/
DLiveIntervals.h431 void removeVRegDefAt(LiveInterval &LI, SlotIndex Pos);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveRangeEdit.cpp363 LIS.removeVRegDefAt(LI, Idx); in eliminateDeadDef()
DRegisterCoalescer.cpp1033 LIS->removeVRegDefAt(IntA, AValNo->def); in removeCopyByCommutingDef()
1683 LIS->removeVRegDefAt(DstLI, RegIndex); in eliminateUndefCopy()
DLiveIntervals.cpp1717 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt() function in LiveIntervals
DSplitKit.cpp859 LIS.removeVRegDefAt(*LI, Def); in removeBackCopies()