Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpiller.cpp147 newLI->getNextValue(loadIndex, 0, lis->getVNInfoAllocator()); in trivialSpillEverywhere()
161 newLI->getNextValue(beginIndex, 0, lis->getVNInfoAllocator()); in trivialSpillEverywhere()
225 SI.getNextValue(SlotIndex(), 0, lss->getVNInfoAllocator()); in spill()
DInlineSpiller.cpp909 VNInfo *DefVNI = NewLI.getNextValue(DefIdx, 0, LIS.getVNInfoAllocator()); in reMaterializeFor()
1069 VNInfo *LoadVNI = NewLI.getNextValue(LoadIdx, 0, in insertReload()
1085 VNInfo *StoreVNI = NewLI.getNextValue(Idx, 0, LIS.getVNInfoAllocator()); in insertSpill()
1196 VNInfo *VNI = NewLI.getNextValue(Idx, 0, LIS.getVNInfoAllocator()); in spillAroundUses()
1211 StackInt->getNextValue(SlotIndex(), 0, LSS.getVNInfoAllocator()); in spillAll()
DLiveIntervalAnalysis.cpp326 VNInfo *ValNo = interval.getNextValue(defIndex, CopyMI, VNInfoAllocator); in handleVirtualRegisterDef()
394 ValNo = interval.getNextValue(Start, 0, VNInfoAllocator); in handleVirtualRegisterDef()
478 ValNo = interval.getNextValue(defIndex, CopyMI, VNInfoAllocator); in handleVirtualRegisterDef()
570 ValNo = interval.getNextValue(start, CopyMI, VNInfoAllocator); in handlePhysicalRegisterDef()
660 interval.getNextValue(defIdx, 0, VNInfoAllocator); in handleLiveInRegister()
1363 nI.getNextValue(SlotIndex(), 0, VNInfoAllocator)); in rewriteInstructionForSpills()
1381 nI.getNextValue(SlotIndex(), 0, VNInfoAllocator)); in rewriteInstructionForSpills()
2173 VNInfo* VN = Interval.getNextValue( in addLiveRangeToEndOfBlock()
DSplitter.cpp188 getNewLI()->getNextValue(newDefIdx, 0, ls.lis->getVNInfoAllocator()); in applyOutgoing()
525 VNInfo *newVal = li.getNextValue(newDefIdx, 0, lis->getVNInfoAllocator()); in insertPreHeader()
625 VNInfo *newVal = li.getNextValue(newDefIdx, 0, in splitEdge()
DLiveRangeCalc.cpp240 VNInfo *VNI = I->LI->getNextValue(Start, 0, *Alloc); in updateSSA()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DEmpiricalDistribution.java84 double getNextValue() throws IllegalStateException; in getNextValue() method
DValueServer.java319 return empiricalDistribution.getNextValue(); in getNextDigest()
DEmpiricalDistributionImpl.java372 public double getNextValue() throws IllegalStateException { in getNextValue() method in EmpiricalDistributionImpl
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp306 NewFMAInt.getNextValue(AI->start, in processBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp307 NewFMAInt.getNextValue(AI->start, in processBlock()
/external/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp326 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
DLiveIntervalAnalysis.cpp830 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock()
1452 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1457 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
DLiveRangeCalc.cpp455 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
DLiveRangeEdit.cpp338 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator()); in eliminateDeadDef()
DLiveInterval.cpp67 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef()
87 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef()
DPHIElimination.cpp321 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp338 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator); in computeMainRangesFixFlags()
DLiveRangeEdit.cpp364 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator()); in eliminateDeadDef()
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()
DPHIElimination.cpp335 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
DLiveInterval.cpp95 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
116 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
DLiveRangeCalc.cpp555 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h297 VNInfo *getNextValue(SlotIndex def, MachineInstr *CopyMI,
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h307 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function

12