HomeSort by relevance Sort by last modified time
    Searched refs:getInterval (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalAnalysis.h 110 LiveInterval &getInterval(unsigned Reg) {
117 const LiveInterval &getInterval(unsigned Reg) const {
118 return const_cast<LiveIntervals*>(this)->getInterval(Reg);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalAnalysis.h 110 LiveInterval &getInterval(unsigned Reg) {
117 const LiveInterval &getInterval(unsigned Reg) const {
118 return const_cast<LiveIntervals*>(this)->getInterval(Reg);
  /external/icu/icu4c/source/i18n/
digitformatter.cpp 123 digits.getInterval(),
142 digits.getMantissa().getInterval(),
146 *exponent, digits.getMantissa().getInterval(), options);
176 const DigitInterval &interval = digits.getInterval();
353 result += countChar32(grouping, exponent.getInterval(), expOptions);
precision.cpp 99 FixedPrecision::getInterval(
111 FixedPrecision::getInterval(
168 getInterval(value, digits.fInterval);
326 getInterval(upperExponent, digits.fInterval);
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 314 LiveInterval &SnipLI = LIS.getInterval(SnipReg);
359 LiveInterval &SrcLI = LIS.getInterval(SrcReg);
370 LiveInterval &OrigLI = LIS.getInterval(Original);
439 LiveInterval &DstLI = LIS.getInterval(DstReg);
492 LiveInterval &SnipLI = LIS.getInterval(MI->getOperand(1).getReg());
528 LiveInterval &OrigLI = LIS.getInterval(Original);
591 LiveInterval &LI = LIS.getInterval(Reg);
609 LiveInterval &LI = LIS.getInterval(Reg);
643 assert((LIS.hasInterval(Reg) && !LIS.getInterval(Reg).empty()) &&
868 LiveInterval &OldLI = LIS.getInterval(Reg)
    [all...]
RegisterCoalescer.cpp 477 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg());
479 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
629 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg());
631 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
    [all...]
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);
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 187 const LiveInterval &ld = LIs.getInterval(Rd);
188 const LiveInterval &la = LIs.getInterval(Ra);
263 const LiveInterval &ld = LIs.getInterval(Rd);
269 const LiveInterval &lr = LIs.getInterval(r);
322 const LiveInterval &LI = LIs.getInterval(reg);
  /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);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoDialog.java 53 NekoService.registerJob(getContext(), food.getInterval(getContext()));
  /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 189 public int getInterval() {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 86 LiveInterval &getInterval(unsigned reg) {
92 const LiveInterval &getInterval(unsigned reg) const {
  /system/chre/core/
sensor_request_manager.cc 32 uint64_t requestedInterval = sensorRequest.getInterval().toRawNanoseconds();
306 request.getInterval().toRawNanoseconds(),
  /system/chre/platform/slpi/smgr/
platform_sensor.cc 822 if (status.interval != request.getInterval().toRawNanoseconds()) {
824 status.interval = request.getInterval().toRawNanoseconds();
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 98 endpoint.getAttributes(), endpoint.getMaxPacketSize(), endpoint.getInterval());
  /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...]

Completed in 1634 milliseconds

1 23 4 5 6