HomeSort by relevance Sort by last modified time
    Searched refs:getNextValue (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
EmpiricalDistribution.java 84 double getNextValue() throws IllegalStateException;
ValueServer.java 319 return empiricalDistribution.getNextValue();
EmpiricalDistributionImpl.java 372 public double getNextValue() throws IllegalStateException {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Spiller.cpp 147 newLI->getNextValue(loadIndex, 0, lis->getVNInfoAllocator());
161 newLI->getNextValue(beginIndex, 0, lis->getVNInfoAllocator());
225 SI.getNextValue(SlotIndex(), 0, lss->getVNInfoAllocator());
LiveRangeCalc.cpp 240 VNInfo *VNI = I->LI->getNextValue(Start, 0, *Alloc);
InlineSpiller.cpp     [all...]
LiveIntervalAnalysis.cpp 326 VNInfo *ValNo = interval.getNextValue(defIndex, CopyMI, VNInfoAllocator);
394 ValNo = interval.getNextValue(Start, 0, VNInfoAllocator);
478 ValNo = interval.getNextValue(defIndex, CopyMI, VNInfoAllocator);
570 ValNo = interval.getNextValue(start, CopyMI, VNInfoAllocator);
660 interval.getNextValue(defIdx, 0, VNInfoAllocator);
    [all...]
Splitter.cpp 188 getNewLI()->getNextValue(newDefIdx, 0, ls.lis->getVNInfoAllocator());
525 VNInfo *newVal = li.getNextValue(newDefIdx, 0, lis->getVNInfoAllocator());
625 VNInfo *newVal = li.getNextValue(newDefIdx, 0,
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 306 NewFMAInt.getNextValue(AI->start,
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 455 VNInfo *VNI = LR.getNextValue(Start, *Alloc);
LiveRangeEdit.cpp 338 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator());
RenameIndependentSubregs.cpp 326 VNInfo *SRVNI = SR.getNextValue(RegDefIdx, Allocator);
LiveIntervalAnalysis.cpp 830 VNInfo *VN = Interval.getNextValue(
    [all...]
PHIElimination.cpp 321 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveInterval.h 295 /// getNextValue - Create a new value number and return it. MIIdx specifies
297 VNInfo *getNextValue(SlotIndex def, MachineInstr *CopyMI,
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 305 /// getNextValue - Create a new value number and return it. MIIdx specifies
307 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 311 /// getNextValue - Create a new value number and return it. MIIdx specifies
313 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 317 /// getNextValue - Create a new value number and return it. MIIdx specifies
319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 317 /// getNextValue - Create a new value number and return it. MIIdx specifies
319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 317 /// getNextValue - Create a new value number and return it. MIIdx specifies
319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 317 /// getNextValue - Create a new value number and return it. MIIdx specifies
319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 317 /// getNextValue - Create a new value number and return it. MIIdx specifies
319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 317 /// getNextValue - Create a new value number and return it. MIIdx specifies
319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 311 /// getNextValue - Create a new value number and return it. MIIdx specifies
313 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 317 /// getNextValue - Create a new value number and return it. MIIdx specifies
319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
    [all...]

Completed in 5046 milliseconds

1 2 3 4 5