Searched refs:getNextValue (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 307 NewFMAInt.getNextValue(AI->start, in processBlock()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | RenameIndependentSubregs.cpp | 338 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
|
| H A D | LiveRangeEdit.cpp | 364 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator()); in eliminateDeadDef()
|
| H A D | LiveIntervals.cpp | 871 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 D | PHIElimination.cpp | 333 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
|
| H A D | LiveInterval.cpp | 95 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef() 116 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
|
| H A D | LiveRangeCalc.cpp | 555 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
|
| H A D | StackColoring.cpp | 1186 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
| H A D | InlineSpiller.cpp | 1034 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
|
| H A D | TwoAddressInstructionPass.cpp | 1582 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
|
| H A D | SplitKit.cpp | 467 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
|
| H A D | RegisterCoalescer.cpp | 915 ? SR.getNextValue(CopyIdx, Allocator) in removeCopyByCommutingDef()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1168 NewVN = L1.getNextValue(I->valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()
|