HomeSort by relevance Sort by last modified time
    Searched defs:LR (Results 1 - 25 of 50) sorted by null

1 2

  /external/valgrind/main/coregrind/m_dispatch/
dispatch-s390x-linux.S 54 #undef LR
55 #define LR S390_REGNO_LINK_REGISTER
172 br LR
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 44 const MemRegion *LR = LV.getAsRegion();
46 if (!LR || !RV.isConstant())
51 if (isa<VarRegion>(LR) || isa<CodeTextRegion>(LR) ||
52 isa<CompoundLiteralRegion>(LR)) {
PointerSubChecker.cpp 47 const MemRegion *LR = LV.getAsRegion();
50 if (!(LR && RR))
53 const MemRegion *BaseLR = LR->getBaseRegion();
  /external/clang/test/PCH/
cxx-reference.h 3 typedef char (&LR);
8 char &lr = c; variable
10 LR &lrlr = c;
11 LR &&rrlr = c;
  /packages/apps/Camera/jni/
mosaic_renderer_jni.h 20 const int LR = 0; // Low-resolution mode
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h 20 const int LR = 0; // Low-resolution mode
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 224 LiveRange *LR = RegUnits[i].Fixed;
225 if (I == LR->end() || I->start >= Stop)
227 I = LR->advanceTo(I, Stop);
228 bool Backup = I == LR->end() || I->start >= Stop;
LiveRangeCalc.h 80 LiveRange &LR;
94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill)
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
114 bool findReachingDefs(LiveRange &LR, MachineBasicBlock &KillMBB,
163 void extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg = 0);
168 void createDeadDefs(LiveRange &LR, unsigned Reg);
179 void extendToUses(LiveRange &LR, unsigned Reg);
214 /// @param LR The live range that is live-in to the block.
219 void addLiveInBlock(LiveRange &LR,
    [all...]
LiveRangeCalc.cpp 40 void LiveRangeCalc::createDeadDefs(LiveRange &LR, unsigned Reg) {
44 // LR.createDeadDef() will deduplicate.
57 // Create the def in LR. This may find an existing def.
58 LR.createDeadDef(Idx, *Alloc);
63 void LiveRangeCalc::extendToUses(LiveRange &LR, unsigned Reg) {
101 extend(LR, Idx, Reg);
127 Updater.setDest(&I->LR);
134 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg) {
143 if (LR.extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill))
150 if (findReachingDefs(LR, *KillMBB, Kill, PhysReg)
    [all...]
ExecutionDepsFix.cpp 647 const LiveReg &LR = LiveRegs[rx];
649 if (!LR.Value->getCommonDomains(available)) {
657 if (LR.Def < i->Def) {
659 Regs.insert(i, LR);
663 Regs.push_back(LR);
RegisterPressure.cpp 504 const LiveRange *LR = getLiveRange(Reg);
505 if (LR) {
506 LiveQueryResult LRQ = LR->Query(SlotIdx);
530 const LiveRange *LR = getLiveRange(Reg);
531 if (LR) {
532 LiveQueryResult LRQ = LR->Query(SlotIdx);
589 const LiveRange *LR = getLiveRange(Reg);
590 lastUse = LR && LR->Query(SlotIdx).isKill();
724 const LiveRange *LR = getLiveRange(Reg)
    [all...]
LiveDebugVariables.cpp 226 /// @param LR Restrict liveness to where LR has the value VNI. May be null.
227 /// @param VNI When LR is not null, this is the value to restrict to.
232 LiveRange *LR, const VNInfo *VNI,
502 LiveRange *LR, const VNInfo *VNI,
516 if (LR && VNI) {
517 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start);
674 LiveRange *LR = &LIS.getRegUnit(Unit);
675 const VNInfo *VNI = LR->getVNInfoAt(Idx);
677 extendDef(Idx, LocNo, LR, VNI, nullptr, LIS, MDT, UVS)
    [all...]
LiveIntervalAnalysis.cpp 145 if (LiveRange *LR = RegUnitRanges[i])
146 OS << PrintRegUnit(i, TRI) << ' ' << *LR << '\n';
237 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) {
250 LRCalc->createDeadDefs(LR, *Supers);
254 // Now extend LR to reach all uses.
261 LRCalc->extendToUses(LR, Reg);
294 LiveRange *LR = RegUnitRanges[Unit];
295 if (!LR) {
296 LR = RegUnitRanges[Unit] = new LiveRange();
299 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator())
    [all...]
RegAllocFast.cpp 234 void RAFast::addKillFlag(const LiveReg &LR) {
235 if (!LR.LastUse) return;
236 MachineOperand &MO = LR.LastUse->getOperand(LR.LastOpNum);
237 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) {
238 if (MO.getReg() == LR.PhysReg)
241 LR.LastUse->addRegisterKilled(LR.PhysReg, TRI, true);
278 LiveReg &LR = *LRI
    [all...]
  /external/llvm/lib/Support/
ScaledNumber.cpp 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 92 LR RN 14
112 M_STR LR,pLinkRegister ;// Store Link Register on Stack
114 MOV LR,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 123 LR RN 14
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 92 LR RN 14
112 M_STR LR,pLinkRegister ;// Store Link Register on Stack
114 MOV LR,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 123 LR RN 14
  /art/runtime/arch/arm/
registers_arm.h 47 LR = 14,
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elfcore.h 96 #define LR uregs[14] /* Link register */
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elfcore.h 96 #define LR uregs[14] /* Link register */
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 521 inline raw_ostream &operator<<(raw_ostream &OS, const LiveRange &LR) {
522 LR.print(OS);
590 LiveRange *LR;
598 /// Create a LiveRangeUpdater for adding segments to LR.
599 /// LR will temporarily be in an invalid state until flush() is called.
600 LiveRangeUpdater(LiveRange *lr = nullptr) : LR(lr) {}
604 /// Add a segment to LR and coalesce when possible, just like
605 /// LR.addSegment(). Segments should be added in increasing start order fo
    [all...]
LiveIntervalAnalysis.h 165 LiveRange &LR,
177 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices);
223 bool isLiveInToMBB(const LiveRange &LR,
225 return LR.liveAt(getMBBStartIdx(mbb));
228 bool isLiveOutOfMBB(const LiveRange &LR,
230 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
382 LiveRange *LR = RegUnitRanges[Unit];
383 if (!LR) {
385 RegUnitRanges[Unit] = LR = new LiveRange();
386 computeRegUnitRange(*LR, Unit)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 57 protected static final String LR = "lr";

Completed in 1689 milliseconds

1 2