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

  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 43 const MemRegion *LR = LV.getAsRegion();
45 if (!LR || !RV.isConstant())
50 if (isa<VarRegion>(LR) || isa<CodeTextRegion>(LR) ||
51 isa<CompoundLiteralRegion>(LR)) {
PointerSubChecker.cpp 46 const MemRegion *LR = LV.getAsRegion();
49 if (!(LR && RR))
52 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;
  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.h 27 std::pair<unsigned, int> LR[1];
69 //! Minimum frame size (enough to spill LR + SP)
  /packages/apps/Camera/jni/
mosaic_renderer_jni.h 20 const int LR = 0; // Low-resolution mode
  /frameworks/base/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/base/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
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 57 protected static final String LR = "lr";
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 212 void RAFast::addKillFlag(const LiveReg &LR) {
213 if (!LR.LastUse) return;
214 MachineOperand &MO = LR.LastUse->getOperand(LR.LastOpNum);
215 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) {
216 if (MO.getReg() == LR.PhysReg)
219 LR.LastUse->addRegisterKilled(LR.PhysReg, TRI, true);
226 const LiveReg &LR = LRI->second
    [all...]
RegAllocLinearScan.cpp 661 const LiveRange &LR = *I;
662 if (li_->findLiveInMBBs(LR.start, LR.end, LiveInMBBs)) {
    [all...]
LiveIntervalAnalysis.cpp 346 LiveRange LR(defIndex, killIdx, ValNo);
347 interval.addRange(LR);
348 DEBUG(dbgs() << " +" << LR << "\n");
376 LiveRange LR(getMBBStartIdx(aliveBlock), getMBBEndIdx(aliveBlock), ValNo);
377 interval.addRange(LR);
378 DEBUG(dbgs() << " +" << LR);
397 LiveRange LR(Start, killIdx, ValNo);
398 interval.addRange(LR);
399 DEBUG(dbgs() << " +" << LR);
451 LiveRange LR(DefIndex, RedefIndex, ValNo)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 291 // Check if the link register (LR) must be saved.
449 MachineLocation LRSrc(isPPC64 ? PPC::LR8 : PPC::LR);
489 if (Reg == PPC::LR || Reg == PPC::LR8 || Reg == PPC::RM) continue;
536 // Check if the link register (LR) has been saved.
720 /// MustSaveLR - Return true if this function requires that we save the LR
723 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) {
726 // We need a save/restore of LR if there is any def of LR (which is
728 // some use of the LR stack slot (e.g. for builtin_return_address).
729 // (LR comes in 32 and 64 bit versions.
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 52 LR = R14,
60 LIST(SP), LIST(LR), LIST(PC),
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 498 TreeTy *LR = getRight(L);
500 if (getHeight(LL) >= getHeight(LR))
501 return createNode(LL, L, createNode(LR,V,R));
503 assert(!isEmpty(LR) && "LR cannot be empty because it has a height >= 1");
505 TreeTy *LRL = getLeft(LR);
506 TreeTy *LRR = getRight(LR);
508 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 611 Value *LR = LU->getOperand(1);
614 L = LR;
615 else if (LR == I)
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 579 // LR - ... primary split sends to the left and the surrogate split sends to the right
584 double LL = 0, RL = 0, LR, RR;
599 LR = (sum_abs - sum)*0.5;
602 // LR of them are sent to the left by primary split, and RR - to the right.
603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
612 LL += w; LR -= w;
622 if( RL + LR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
624 best_val = RL + LR;
644 // LR - ... primary split sends to the left and the surrogate split sends to the right
    [all...]
mltree.cpp     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 385 #define LR SPR(8, 0)
502 tcg_out32 (s, MTSPR | RS (arg) | LR);
924 tcg_out32 (s, MFSPR | RT (0) | LR);
954 tcg_out32 (s, MTSPR | RS (0) | LR);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 377 #define LR SPR(8, 0)
509 tcg_out32 (s, MTSPR | RS (arg) | LR);
873 + 8 /* LR */
890 tcg_out32 (s, MFSPR | RT (0) | LR);
922 tcg_out32 (s, MTSPR | RS (0) | LR);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 135 StringRef LR = L[0], RR = R[0].Data;
140 if (LR.size() == RR.size()) {
142 if (LR != RR)
153 LR = L[LI];
155 } else if (LR.size() < RR.size()) {
157 if (!RR.startswith(LR))
161 RR = RR.substr(LR.size());
162 LR = L[LI];
165 if (!LR.startswith(RR))
169 LR = LR.substr(RR.size())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1320 milliseconds