Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp307 NewFMAInt.getNextValue(AI->start, in processBlock()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp338 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
H A DLiveRangeEdit.cpp364 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator()); in eliminateDeadDef()
H A DLiveIntervals.cpp871 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock()
1533 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1538 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
H A DPHIElimination.cpp333 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
H A DLiveInterval.cpp95 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
116 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
H A DLiveRangeCalc.cpp555 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
H A DStackColoring.cpp1186 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
H A DInlineSpiller.cpp1034 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
H A DTwoAddressInstructionPass.cpp1582 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
H A DSplitKit.cpp467 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
H A DRegisterCoalescer.cpp915 ? SR.getNextValue(CopyIdx, Allocator) in removeCopyByCommutingDef()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1168 NewVN = L1.getNextValue(I->valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()