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

1 2 3

  /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/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();
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 59 // to the {0,gPreviewImageWidth[LR]} input image frame coordinate system before
367 gPreviewImageWidth[LR] = widthLR;
368 gPreviewImageHeight[LR] = heightLR;
373 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR],
374 gPreviewImageHeight[LR], 4);
375 ClearPreviewImage(LR);
453 ImageUtils::freeImage(gPreviewImage[LR]);
482 gSurfTexRenderer[LR].InitializeGLProgram();
484 gYVURenderer[LR].InitializeGLProgram()
    [all...]
mosaic_renderer_jni.h 20 const int LR = 0; // Low-resolution mode
feature_mos_jni.cpp 53 // Variables to keep track of the mosaic computation progress for both LR & HR.
104 if(tWidth[LR]>180)
105 quarter_res[LR] = true;
282 tWidth[LR] = int(width / H2L_FACTOR);
283 tHeight[LR] = int(height / H2L_FACTOR);
287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-type-convert-construct.cpp 14 LRstr = LR"foo(a wide raw string)foo"; // expected-warning{{conversion from string literal to 'wchar_t *' is deprecated}}
cxx98-compat.cpp 27 (void)LR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
  /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...]
  /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...]
  /external/clang/test/Lexer/
string_concat.cpp 10 const char* f = u8"abc" LR"(abc)"; // expected-error {{ unsupported non-standard concatenation of string literals }}
17 const char16_t* l = u"abc" LR"(abc)"; // expected-error {{ unsupported non-standard concatenation of string literals }}
24 const char32_t* r = U"abc" LR"(abc)"; // expected-error {{ unsupported non-standard concatenation of string literals }}
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 173 bool operator<(const LiveRange &LR) const {
174 return start < LR.start || (start == LR.start && end < LR.end);
176 bool operator==(const LiveRange &LR) const {
177 return start == LR.start && end == LR.end;
189 raw_ostream& operator<<(raw_ostream& os, const LiveRange &LR);
192 inline bool operator<(SlotIndex V, const LiveRange &LR) {
193 return V < LR.start
    [all...]
  /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...]
LiveInterval.cpp 228 LiveInterval::addRangeFrom(LiveRange LR, iterator From) {
229 SlotIndex Start = LR.start, End = LR.end;
233 // another interval, just extend that interval to contain the range of LR.
236 if (LR.valno == B->valno) {
253 if (LR.valno == it->valno) {
257 // If LR is a complete superset of an interval, we may need to grow its
273 return ranges.insert(it, LR);
510 iterator LR = I++;
511 if (LR->valno != V1) continue; // Not a V1 LiveRange
    [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/clang/test/CodeGen/
string-literal.c 66 const wchar_t *l = LR"bar(KL)bar";
  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.h 27 std::pair<unsigned, int> LR[1];
69 //! Minimum frame size (enough to spill LR + SP)
SPUTargetMachine.cpp 32 return &LR[0];
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 130 MBB.addLiveIn(XCore::LR);
151 MachineLocation CSSrc(XCore::LR);
157 storeToStack(MBB, MBBI, XCore::LR, LRSpillOffset + FrameSize*4, dl, TII);
158 MBB.addLiveIn(XCore::LR);
164 MachineLocation CSSrc(XCore::LR);
257 loadFromStack(MBB, MBBI, XCore::LR, LRSpillOffset, dl, TII);
344 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR);
348 MF.getRegInfo().setPhysRegUnused(XCore::LR);
353 // A fixed offset of 0 allows us to save / restore LR using entsp / retsp.
XCoreRegisterInfo.cpp 41 : XCoreGenRegisterInfo(XCore::LR), TII(tii) {
80 XCore::R8, XCore::R9, XCore::R10, XCore::LR,
93 Reserved.set(XCore::LR);
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 41 InitXCoreMCRegisterInfo(X, XCore::LR);
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 59 : ARMGenRegisterInfo(ARM::LR), TII(tii), STI(sti),
67 ARM::LR, ARM::R11, ARM::R10, ARM::R9, ARM::R8,
78 ARM::LR, ARM::R7, ARM::R6, ARM::R5, ARM::R4,
417 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R7,
422 ARM::R0, ARM::R2, ARM::R12,ARM::LR, ARM::R4, ARM::R6,
429 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R6,
434 ARM::R0, ARM::R2, ARM::R12,ARM::LR, ARM::R4, ARM::R6,
441 ARM::R1, ARM::R3, ARM::R10,ARM::R12,ARM::LR, ARM::R5, ARM::R7,
446 ARM::R0, ARM::R2, ARM::R10,ARM::R12,ARM::LR, ARM::R4, ARM::R7,
453 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R7, ARM::R8
    [all...]
ARMFrameLowering.cpp 162 case ARM::LR:
559 // Add the callee-saved register as live-in unless it's LR and
560 // @llvm.returnaddress is called. If LR is returned for
564 if (Reg == ARM::LR) {
627 if (Reg == ARM::LR && !isTailCall && !isVarArg && STI.hasV5TOps()) {
658 // If we adjusted the reg to PC from LR above, switch it back here. We
661 Regs[0] = ARM::LR;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmLexer.cpp 117 // r14 -> lr
124 .Case("r14", ARM::LR)
  /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...]

Completed in 335 milliseconds

1 2 3