HomeSort by relevance Sort by last modified time
    Searched refs:getInterval (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StrongPHIElimination.cpp 345 LiveInterval &DestLI = LI->getInterval(DestReg);
346 LiveInterval &NewLI = LI->getInterval(NewReg);
376 LiveInterval &SrcLI = LI->getInterval(SrcReg);
575 && LI->getInterval(NewParent).liveAt(LI->getInstructionIndex(*BBI))) {
632 if (NewParent && LI->isLiveOutOfMBB(LI->getInterval(NewParent), &MBB)
675 LiveInterval &SrcInterval = LI->getInterval(SrcReg);
732 LiveInterval &SrcLI = LI->getInterval(SrcReg);
744 LiveInterval &DestLI = LI->getInterval(DestReg);
806 LiveInterval &OldLI = LI->getInterval(Reg);
807 LiveInterval &NewLI = LI->getInterval(NewReg)
    [all...]
RegAllocPBQP.cpp 222 const LiveInterval *vregLI = &lis->getInterval(vreg);
240 const LiveInterval *pregLI = &lis->getInterval(preg);
288 const LiveInterval &l1 = lis->getInterval(vr1);
294 const LiveInterval &l2 = lis->getInterval(vr2);
510 LiveInterval &rhsInterval = lis->getInterval(spilled->reg);
538 const LiveInterval* spillInterval = &lis->getInterval(vreg);
581 LiveInterval *li = &lis->getInterval(*itr);
LiveRangeEdit.cpp 101 LiveInterval &li = lis.getInterval(MO.getReg());
249 LiveInterval &LI = LIS.getInterval(Reg);
  /external/icu/icu4c/source/i18n/
precision.cpp 99 FixedPrecision::getInterval(
111 FixedPrecision::getInterval(
168 getInterval(value, digits.fInterval);
326 getInterval(upperExponent, digits.fInterval);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoDialog.java 53 NekoService.registerJob(getContext(), food.getInterval(getContext()));
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 41 VRAI.calculateSpillWeightAndHint(LIS.getInterval(Reg));
113 const LiveInterval &SrcLI = LIS.getInterval(Reg);
SplitKit.cpp 317 const LiveInterval &Orig = LIS.getInterval(OrigReg);
390 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
435 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
448 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
456 LiveInterval &OrigLI = LIS.getInterval(Original);
651 LiveInterval *LI = &LIS.getInterval(Edit->get(0));
748 LiveInterval *LI = &LIS.getInterval(Edit->get(0));
803 LiveInterval *LI = &LIS.getInterval(Edit->get(0));
    [all...]
RegAllocPBQP.cpp 172 LIS.getInterval(G.getNodeMetadata(NId).getVReg()).weight;
306 LiveInterval &LI = LIS.getInterval(VReg);
539 LiveInterval &LI = LIS.getInterval(Reg);
577 LiveInterval &VRegLI = LIS.getInterval(VReg);
641 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM,
654 const LiveInterval &LI = LIS.getInterval(*I);
711 LiveInterval &LI = LIS.getInterval(*I);
PHIElimination.cpp 328 LiveInterval &DestLI = LIS->getInterval(DestReg);
470 LiveInterval &SrcLI = LIS->getInterval(SrcReg);
629 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB);
644 const LiveInterval &LI = LIS->getInterval(Reg);
VirtRegMap.cpp 294 LiveInterval &LI = LIS->getInterval(VirtReg);
333 const LiveInterval &LI = LIS->getInterval(Reg);
TwoAddressInstructionPass.cpp 224 LiveInterval &LI = LIS->getInterval(SavedReg);
410 LiveInterval &LI = LIS->getInterval(Reg);
832 LiveInterval &LI = LIS->getInterval(Reg);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 85 LiveInterval *FromLI = &LIS.getInterval(FromReg);
86 LiveInterval *ToLI = &LIS.getInterval(ToReg);
WebAssemblyRegStackify.cpp 236 if (const VNInfo *ValNo = LIS.getInterval(Reg).getVNInfoBefore(
254 const LiveInterval &LI = LIS.getInterval(Reg);
310 const LiveInterval &LI = LIS.getInterval(Reg);
358 const LiveInterval &LI = LIS.getInterval(Reg);
460 LiveInterval &LI = LIS.getInterval(Reg);
498 LiveInterval &LI = LIS.getInterval(Reg);
561 LiveInterval &LI = LIS.getInterval(Reg);
    [all...]
WebAssemblyRegColoring.cpp 106 LiveInterval *LI = &Liveness->getInterval(VReg);
  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetParameters.java 175 public int getInterval() { return interval; }
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 97 endpoint.getAttributes(), endpoint.getMaxPacketSize(), endpoint.getInterval());
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
UpdateInfo.java 60 public long getInterval() {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 86 LiveInterval &getInterval(unsigned reg) {
92 const LiveInterval &getInterval(unsigned reg) const {
  /frameworks/base/location/java/android/location/
LocationRequest.java 326 public long getInterval() {
371 * {@link #getInterval}.
  /system/chre/core/
sensor_request.cc 261 Nanoseconds SensorRequest::getInterval() const {
sensor_request_manager.cc 31 uint64_t requestedInterval = sensorRequest.getInterval().toRawNanoseconds();
  /system/chre/platform/slpi/
platform_sensor.cc 813 isOneShot ? Nanoseconds(minInterval) : chreRequest.getInterval(),
822 (request.getLatency() > request.getInterval()) ?
823 request.getLatency() : request.getInterval();
831 intervalToSmgrSamplingRate(request.getInterval());
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 363 LiveInterval &LI = LIS->getInterval(Reg);
528 LiveInterval &LI = LIS->getInterval(Reg);
570 LIS->getInterval(R).verify();
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c     [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RemediationHandler.java 276 interval = homeSP.getPolicy().getPolicyUpdate().getInterval();
278 interval = homeSP.getSubscriptionUpdate().getInterval();

Completed in 926 milliseconds

12 3 4