/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 194 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/ |
D | HexagonGenInsert.cpp | 212 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/ |
D | row_common.cc | 1077 #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/ |
D | row_common.cc | 1077 #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/ |
D | InstrProfilingMergeFile.c | 29 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/ |
D | comtrend,vr-3032u.dts | 11 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/ |
D | InstrProf.cpp | 576 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/ |
D | row_gcc.cc | 1440 #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/ |
D | InstrProf.cpp | 714 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/ |
D | UndefCapturedBlockVarChecker.cpp | 68 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 69 const VarDecl *VD = VR->getDecl(); in checkPostStmt() 93 *V, VR, /*EnableNullFPSuppression*/ false)); in checkPostStmt()
|
D | StackAddrEscapeChecker.cpp | 76 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()
|
D | MacOSXAPIChecker.cpp | 86 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckDispatchOnce() local 87 os << " the local variable '" << VR->getDecl()->getName() << '\''; in CheckDispatchOnce()
|
D | NSErrorChecker.cpp | 193 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/ |
D | SymbolManager.cpp | 430 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()
|
D | MemRegion.cpp | 676 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 …]
|
D | BugReporterVisitors.cpp | 423 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/ |
D | uint_to_fp.i64.ll | 24 ; 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/ |
D | MIPatternMatch.h | 120 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/ |
D | fp-move-13.ll | 5 ; VR-to-VR moves. Since f128s are passed by reference,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 57 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/ |
D | README_P9.txt | 57 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/ |
D | README.md | 6 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/ |
D | addr-of-overloaded-function.cpp | 217 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/ |
D | MipsSEFrameLowering.cpp | 155 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/ |
D | MipsSEFrameLowering.cpp | 175 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()
|