Home
last modified time | relevance | path

Searched refs:getNextValue (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp402 VNInfo *VNI = NewLI.getNextValue(Idx, Alloc); in eliminateDeadDef()
410 SR->getNextValue(Idx, Alloc))); in eliminateDeadDef()
H A DRenameIndependentSubregs.cpp338 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
H A DLiveRangeCalc.cpp404 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
H A DTwoAddressInstructionPass.cpp1557 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
1560 VNI = S.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
1567 LR->getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
H A DLiveIntervals.cpp866 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock()
1608 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1613 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
H A DLiveInterval.cpp94 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
115 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
H A DPHIElimination.cpp395 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
H A DStackColoring.cpp1227 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
H A DInlineSpiller.cpp1244 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
H A DSplitKit.cpp482 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
H A DRegisterCoalescer.cpp1006 VNInfo *BSubValNo = SR.empty() ? SR.getNextValue(CopyIdx, Allocator) in removeCopyByCommutingDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp306 NewFMAInt.getNextValue(AI.start, LIS->getVNInfoAllocator()); in processBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h331 VNInfo *getNextValue(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1188 NewVN = L1.getNextValue(I.valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()