Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp390 VNInfo *VNI = NewLI.getNextValue(Idx, Alloc); in eliminateDeadDef()
398 SR->getNextValue(Idx, Alloc))); in eliminateDeadDef()
H A DTwoAddressInstructionPass.cpp1529 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
1532 VNI = S.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
1539 LR->getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
1666 VNInfo *VNI = LI.getNextValue(S.start, A); in processStatepoint()
H A DLiveRangeCalc.cpp399 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
H A DRenameIndependentSubregs.cpp338 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
H A DLiveIntervals.cpp878 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock()
1622 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1627 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.cpp398 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
H A DStackColoring.cpp1259 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
H A DInlineSpiller.cpp1159 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
H A DSplitKit.cpp472 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
H A DRegisterCoalescer.cpp1017 VNInfo *BSubValNo = SR.empty() ? SR.getNextValue(CopyIdx, Allocator) in removeCopyByCommutingDef()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp306 NewFMAInt.getNextValue(AI.start, LIS->getVNInfoAllocator()); in processBlock()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveInterval.h331 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1166 NewVN = L1.getNextValue(I.valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()