Home
last modified time | relevance | path

Searched refs:VR (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp194 unsigned operator[](unsigned VR) const { in operator []()
195 const_iterator F = find(VR); in operator []()
251 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup()
252 unsigned RInd = TargetRegisterInfo::virtReg2Index(VR); in lookup()
258 CP = CVect[RInd] = &BT.lookup(VR); in lookup()
362 void insert(unsigned VR);
363 void remove(unsigned VR);
410 void OrderedRegisterList::insert(unsigned VR) { in insert() argument
411 iterator L = std::lower_bound(Seq.begin(), Seq.end(), VR, Ord); in insert()
413 Seq.push_back(VR); in insert()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp212 unsigned operator[](unsigned VR) const { in operator []()
213 const_iterator F = find(VR); in operator []()
270 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup()
271 unsigned RInd = TargetRegisterInfo::virtReg2Index(VR); in lookup()
277 CP = CVect[RInd] = &BT.lookup(VR); in lookup()
386 void insert(unsigned VR);
387 void remove(unsigned VR);
439 void OrderedRegisterList::insert(unsigned VR) { in insert() argument
440 iterator L = std::lower_bound(Seq.begin(), Seq.end(), VR, Ord); in insert()
442 Seq.push_back(VR); in insert()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc1077 #define VR -102 /* round(-1.596 * 64) */ macro
1082 #define BR (VR * 128 + YGB)
1086 {-UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR},
1087 {-UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR},
1093 {-VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB},
1094 {-VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB},
1101 {-UB, -UB, -UB, -UB, -VR, -VR, -VR, -VR, 0, 0, 0, 0, 0, 0, 0, 0},
1106 {-VR, -VR, -VR, -VR, -UB, -UB, -UB, -UB, 0, 0, 0, 0, 0, 0, 0, 0},
1116 {0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR,
1117 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR},
[all …]
/external/libyuv/files/source/
Drow_common.cc1077 #define VR -102 /* round(-1.596 * 64) */ macro
1082 #define BR (VR * 128 + YGB)
1086 {-UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR},
1087 {-UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR},
1093 {-VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB},
1094 {-VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB},
1101 {-UB, -UB, -UB, -UB, -VR, -VR, -VR, -VR, 0, 0, 0, 0, 0, 0, 0, 0},
1106 {-VR, -VR, -VR, -VR, -UB, -UB, -UB, -UB, 0, 0, 0, 0, 0, 0, 0, 0},
1116 {0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR,
1117 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR},
[all …]
/external/compiler-rt/lib/profile/
DInstrProfilingMergeFile.c29 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local
31 VData = getValueProfRecordValueData(VR); in lprofMergeValueProfData()
32 for (S = 0; S < VR->NumValueSites; S++) { in lprofMergeValueProfData()
33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData()
39 VR = getValueProfRecordNext(VR); in lprofMergeValueProfData()
/external/u-boot/arch/mips/dts/
Dcomtrend,vr-3032u.dts11 model = "Comtrend VR-3032u";
68 label = "VR-3032u:red:inet";
74 label = "VR-3032u:green:dsl";
80 label = "VR-3032u:green:usb";
86 label = "VR-3032u:green:wps";
92 label = "VR-3032u:green:inet";
98 label = "VR-3032u:green:power";
/external/llvm/lib/ProfileData/
DInstrProf.cpp576 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
578 VR->deserializeTo(Record, VMap); in deserializeTo()
579 VR = getValueProfRecordNext(VR); in deserializeTo()
604 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
606 if (VR->Kind > IPVK_Last) in checkIntegrity()
608 VR = getValueProfRecordNext(VR); in checkIntegrity()
609 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
648 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
650 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
651 VR = getValueProfRecordNext(VR); in swapBytesToHost()
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Drow_gcc.cc1440 #define VR -102 /* round(-1.596 * 64) */ macro
1445 #define BR (VR * 128 + YGB)
1453 { 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR,
1454 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR },
1467 { VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0,
1468 VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0 },
1480 #undef VR
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp714 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
716 VR->deserializeTo(Record, SymTab); in deserializeTo()
717 VR = getValueProfRecordNext(VR); in deserializeTo()
743 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
745 if (VR->Kind > IPVK_Last) in checkIntegrity()
747 VR = getValueProfRecordNext(VR); in checkIntegrity()
748 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
789 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
791 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
792 VR = getValueProfRecordNext(VR); in swapBytesToHost()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp68 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local
69 const VarDecl *VD = VR->getDecl(); in checkPostStmt()
93 *V, VR, /*EnableNullFPSuppression*/ false)); in checkPostStmt()
DStackAddrEscapeChecker.cpp76 else if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in genName() local
78 << VR->getString() << '\''; in genName()
79 range = VR->getDecl()->getSourceRange(); in genName()
245 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion()); in checkEndFunction() local
246 os << *VR->getDecl() in checkEndFunction()
DMacOSXAPIChecker.cpp86 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckDispatchOnce() local
87 os << " the local variable '" << VR->getDecl()->getName() << '\''; in CheckDispatchOnce()
DNSErrorChecker.cpp193 if (const VarRegion *VR = R->getAs<VarRegion>()) in parameterTypeFromSVal() local
195 stackReg = dyn_cast<StackArgumentsSpaceRegion>(VR->getMemorySpace())) in parameterTypeFromSVal()
197 return VR->getValueType(); in parameterTypeFromSVal()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp430 if (const VarRegion *VR = dyn_cast<VarRegion>(MR)) in isLiveRegion() local
431 return isLive(VR, true); in isLiveRegion()
520 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() argument
521 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive()
535 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl())) in isLive()
542 const_cast<SymbolReaper*>(this)->includedRegionCache[VR]; in isLive()
551 reapedStore.getStoreManager().includedInBindings(store, VR); in isLive()
DMemRegion.cpp676 const VarRegion *const VR = dyn_cast<VarRegion>(this->getBaseRegion()); in sourceRange() local
685 else if (VR) { in sourceRange()
686 return VR->getDecl()->getSourceRange(); in sourceRange()
810 if (const VarRegion *VR = dyn_cast<VarRegion>(I.getOriginalRegion())) in getStackOrCaptureRegionForDeclContext() local
811 if (VR->getDecl() == VD) in getStackOrCaptureRegionForDeclContext()
1420 const VarRegion *VR = nullptr; in getCaptureRegions() local
1424 VR = MemMgr.getVarRegion(VD, this); in getCaptureRegions()
1429 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1430 OriginalVR = VR; in getCaptureRegions()
1433 VR = MemMgr.getVarRegion(VD, MemMgr.getUnknownRegion()); in getCaptureRegions()
[all …]
DBugReporterVisitors.cpp423 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) { in isInitializationOfVar() argument
432 if (DS->getSingleDecl() != VR->getDecl()) in isInitializationOfVar()
435 const MemSpaceRegion *VarSpace = VR->getMemorySpace(); in isInitializationOfVar()
441 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
445 assert(VR->getDecl()->hasLocalStorage()); in isInitializationOfVar()
463 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local
464 if (isInitializationOfVar(Pred, VR)) { in VisitNode()
466 InitE = VR->getDecl()->getInit(); in VisitNode()
509 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local
510 const ParmVarDecl *Param = cast<ParmVarDecl>(VR->getDecl()); in VisitNode()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Duint_to_fp.i64.ll24 ; GCN: v_add_{{[iu]}}32_e32 [[VR:v[0-9]+]]
25 ; GCN: v_cvt_f16_f32_e32 [[VR_F16:v[0-9]+]], [[VR]]
55 ; GCN: v_add_{{[iu]}}32_e32 [[VR:v[0-9]+]]
56 ; GCN: {{buffer|flat}}_store_dword {{.*}}[[VR]]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h120 static bool bind(const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V) {
121 VR = V;
156 Class &VR;
158 bind_ty(Class &V) : VR(V) {}
161 return bind_helper<Class>::bind(MRI, VR, V);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-move-13.ll5 ; VR-to-VR moves. Since f128s are passed by reference,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DREADME_P9.txt57 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].byte[3])
65 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].hword[1])
73 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].byte[7])
81 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].hword[3])
89 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].word[1])
122 sh ← VR[VRB].byte[i].bit[5:7]
123 VR[VRT].byte[i] ← src.byte[i:i+1].bit[sh:sh+7]
126 VR[VRT].byte[i] is composed of 2 bytes from src.byte[i:i+1]
/external/llvm/lib/Target/PowerPC/
DREADME_P9.txt57 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].byte[3])
65 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].hword[1])
73 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].byte[7])
81 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].hword[3])
89 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].word[1])
122 sh ← VR[VRB].byte[i].bit[5:7]
123 VR[VRT].byte[i] ← src.byte[i:i+1].bit[sh:sh+7]
126 VR[VRT].byte[i] is composed of 2 bytes from src.byte[i:i+1]
/external/exoplayer/tree/extensions/gvr/
DREADME.md6 The GVR extension wraps the [Google VR SDK for Android][]. It provides a
10 [Google VR SDK for Android]: https://developers.google.com/vr/android/
/external/clang/test/SemaCXX/
Daddr-of-overloaded-function.cpp217 void VR() volatile __restrict {}; in VR() function
229 …X = &Qualifiers::VR; // expected-error-re{{assigning to 'void (test1::Qualifiers::*)(){{( __attrib… in QualifierTest()
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp155 unsigned VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local
158 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0); in expandLoadCCond()
160 .addReg(VR, RegState::Kill); in expandLoadCCond()
170 unsigned VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local
173 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR) in expandStoreCCond()
175 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond()
516 unsigned VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local
521 BuildMI(MBB, MBBI, dl, TII.get(ADDiu), VR).addReg(ZERO) .addImm(MaxAlign); in emitPrologue()
522 BuildMI(MBB, MBBI, dl, TII.get(AND), SP).addReg(SP).addReg(VR); in emitPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp175 unsigned VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local
178 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0); in expandLoadCCond()
180 .addReg(VR, RegState::Kill); in expandLoadCCond()
190 unsigned VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local
193 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR) in expandStoreCCond()
195 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond()
542 unsigned VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local
547 BuildMI(MBB, MBBI, dl, TII.get(ADDiu), VR).addReg(ZERO) .addImm(MaxAlign); in emitPrologue()
548 BuildMI(MBB, MBBI, dl, TII.get(AND), SP).addReg(SP).addReg(VR); in emitPrologue()

12345678910>>...18