/external/libyuv/files/source/ |
D | row_common.cc | 984 #define VR -102 /* round(-1.596 * 64) */ macro 989 #define BR (VR * 128 + YGB) 993 { -UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR }, 994 { -UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR }, 1001 { -VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB }, 1002 { -VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB }, 1010 { -UB, -UB, -UB, -UB, -VR, -VR, -VR, -VR, 0, 0, 0, 0, 0, 0, 0, 0 }, 1016 { -VR, -VR, -VR, -VR, -UB, -UB, -UB, -UB, 0, 0, 0, 0, 0, 0, 0, 0 }, 1027 { 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 1028 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR }, [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 196 unsigned operator[](unsigned VR) const { in operator []() 197 const_iterator F = find(VR); in operator []() 253 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup() 254 unsigned RInd = TargetRegisterInfo::virtReg2Index(VR); in lookup() 260 CP = CVect[RInd] = &BT.lookup(VR); in lookup() 364 void insert(unsigned VR); 365 void remove(unsigned VR); 412 void OrderedRegisterList::insert(unsigned VR) { in insert() argument 413 iterator L = std::lower_bound(Seq.begin(), Seq.end(), VR, Ord); in insert() 415 Seq.push_back(VR); in insert() [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 389 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local 391 VR->deserializeTo(Record, VMap); in deserializeTo() 392 VR = getValueProfRecordNext(VR); in deserializeTo() 417 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local 419 if (VR->Kind > IPVK_Last) in checkIntegrity() 421 VR = getValueProfRecordNext(VR); in checkIntegrity() 422 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity() 461 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local 463 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost() 464 VR = getValueProfRecordNext(VR); in swapBytesToHost() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | reduce_key_val.hpp | 314 template <class KP, class KR, class VP, class VR, class Cmp> 315 … static __device__ void reduce(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) in reduce() 374 template <unsigned int I, class KP, class KR, class VP, class VR, class Cmp> 377 static __device__ void loopShfl(KR key, VR val, Cmp cmp, unsigned int N) in loopShfl() 380 Unroll<I / 2, KP, KR, VP, VR, Cmp>::loopShfl(key, val, cmp, N); in loopShfl() 382 … static __device__ void loop(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) in loop() 385 Unroll<I / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp); in loop() 388 template <class KP, class KR, class VP, class VR, class Cmp> 389 struct Unroll<0, KP, KR, VP, VR, Cmp> 391 static __device__ void loopShfl(KR, VR, Cmp, unsigned int) in loopShfl() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/ |
D | reduce_key_val.hpp | 249 template <class KP, class KR, class VP, class VR, class Cmp> 250 __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in reduce() 311 template <int I, class KP, class KR, class VP, class VR, class Cmp> struct Unroll 313 __device__ static void loop(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in loop() 316 Unroll<I / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp); in loop() 320 … template <class KP, class KR, class VP, class VR, class Cmp> struct Unroll<0, KP, KR, VP, VR, Cmp> 322 __device__ __forceinline__ static void loop(KP, KR, VP, VR, uint, Cmp) in loop() 331 template <class KP, class KR, class VP, class VR, class Cmp> 332 __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in reduce() 338 Unroll<N / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp); in reduce() [all …]
|
/external/libvpx/libvpx/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
|
D | row_win.cc | 52 #define VR -102 /* round(-1.596 * 64) */ macro 57 #define BR (VR * 128 + YGB) 65 { 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 66 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR }, 79 { VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, 80 VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0 }, 92 #undef VR
|
/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() 240 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion()); in checkEndFunction() local 241 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()
|
D | MallocChecker.cpp | 1538 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1540 if (VR) in SummarizeRegion() 1541 VD = VR->getDecl(); in SummarizeRegion() 1553 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1555 if (VR) in SummarizeRegion() 1556 VD = VR->getDecl(); in SummarizeRegion() 1568 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local 1570 if (VR) in SummarizeRegion() 1571 VD = VR->getDecl(); in SummarizeRegion() 2028 const VarRegion* VR = MR->getBaseRegion()->getAs<VarRegion>(); in getAllocationSite() local [all …]
|
D | UnixAPIChecker.cpp | 192 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckPthreadOnce() local 193 os << " the local variable '" << VR->getDecl()->getName() << '\''; in CheckPthreadOnce()
|
/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 | BugReporterVisitors.cpp | 419 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) { in isInitializationOfVar() argument 428 if (DS->getSingleDecl() != VR->getDecl()) in isInitializationOfVar() 431 const MemSpaceRegion *VarSpace = VR->getMemorySpace(); in isInitializationOfVar() 437 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar() 441 assert(VR->getDecl()->hasLocalStorage()); in isInitializationOfVar() 459 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local 460 if (isInitializationOfVar(Pred, VR)) { in VisitNode() 462 InitE = VR->getDecl()->getInit(); in VisitNode() 505 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local 506 const ParmVarDecl *Param = cast<ParmVarDecl>(VR->getDecl()); in VisitNode() [all …]
|
D | MemRegion.cpp | 754 if (const VarRegion *VR = dyn_cast<VarRegion>(I.getOriginalRegion())) in getStackOrCaptureRegionForDeclContext() local 755 if (VR->getDecl() == VD) in getStackOrCaptureRegionForDeclContext() 1366 const VarRegion *VR = nullptr; in getCaptureRegions() local 1370 VR = MemMgr.getVarRegion(VD, this); in getCaptureRegions() 1375 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions() 1376 OriginalVR = VR; in getCaptureRegions() 1379 VR = MemMgr.getVarRegion(VD, MemMgr.getUnknownRegion()); in getCaptureRegions() 1383 return std::make_pair(VR, OriginalVR); in getCaptureRegions() 1411 const VarRegion *VR = nullptr; in LazyInitializeReferencedVars() local 1413 std::tie(VR, OriginalVR) = getCaptureRegions(VD); in LazyInitializeReferencedVars() [all …]
|
D | RegionStore.cpp | 1020 const VarRegion *VR = BI.getCapturedRegion(); in VisitCluster() local 1021 const VarDecl *VD = VR->getDecl(); in VisitCluster() 1023 AddToWorkList(VR); in VisitCluster() 1025 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster() 1031 SVal V = RM.getBinding(B, loc::MemRegionVal(VR)); in VisitCluster() 1444 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in getBinding() local 1451 return CastRetrievedVal(getBindingForVar(B, VR), VR, T, false); in getBinding() 2309 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) { in VisitAddedToCluster() local 2310 if (SymReaper.isLive(VR)) in VisitAddedToCluster()
|
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.h | 56 #define VR(_mode64, _enc, _ix64, _ix32) \ macro 99 ST_IN HReg hregPPC_VR20 ( Bool mode64 ) { return VR (mode64, 20, 31, 33); } in hregPPC_VR20() 100 ST_IN HReg hregPPC_VR21 ( Bool mode64 ) { return VR (mode64, 21, 32, 34); } in hregPPC_VR21() 101 ST_IN HReg hregPPC_VR22 ( Bool mode64 ) { return VR (mode64, 22, 33, 35); } in hregPPC_VR22() 102 ST_IN HReg hregPPC_VR23 ( Bool mode64 ) { return VR (mode64, 23, 34, 36); } in hregPPC_VR23() 103 ST_IN HReg hregPPC_VR24 ( Bool mode64 ) { return VR (mode64, 24, 35, 37); } in hregPPC_VR24() 104 ST_IN HReg hregPPC_VR25 ( Bool mode64 ) { return VR (mode64, 25, 36, 38); } in hregPPC_VR25() 105 ST_IN HReg hregPPC_VR26 ( Bool mode64 ) { return VR (mode64, 26, 37, 39); } in hregPPC_VR26() 106 ST_IN HReg hregPPC_VR27 ( Bool mode64 ) { return VR (mode64, 27, 38, 40); } in hregPPC_VR27() 112 ST_IN HReg hregPPC_VR29 ( Bool mode64 ) { return VR (mode64, 29, 43, 45); } in hregPPC_VR29() [all …]
|
/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 | 157 unsigned VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local 160 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0); in expandLoadCCond() 162 .addReg(VR, RegState::Kill); in expandLoadCCond() 172 unsigned VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local 175 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR) in expandStoreCCond() 177 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond() 518 unsigned VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local 523 BuildMI(MBB, MBBI, dl, TII.get(ADDiu), VR).addReg(ZERO) .addImm(MaxAlign); in emitPrologue() 524 BuildMI(MBB, MBBI, dl, TII.get(AND), SP).addReg(SP).addReg(VR); in emitPrologue()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.td | 66 // VR - One of the 32 128-bit vector registers 67 class VR<VF SubReg, string n> : PPCReg<n> { 84 class VSRH<VR SubReg, string n> : PPCReg<n> { 132 def V#Index : VR<!cast<VF>("VF"#Index), "v"#Index>, 142 def VSH#Index : VSRH<!cast<VR>("V"#Index), "vs" # !add(Index, 32)>, 143 DwarfRegAlias<!cast<VR>("V"#Index)>;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineSSAUpdater.h | 45 unsigned VR; variable
|
/external/llvm/lib/CodeGen/ |
D | MachineSSAUpdater.cpp | 58 VR = V; in Initialize() 59 VRC = MRI->getRegClass(VR); in Initialize()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/detail/ |
D | reduce_key_val.hpp | 219 template <class KP, class KR, class VP, class VR, class Cmp> 220 __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in reduce()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_mgc5.pkb | 44 x$�"r1)US�`�k�5$�"�R߷�%��(*VR�hO���3�0j�g�j�ݹ���;��`�~�ĵQ��(8ޅf�|:����V_TU8��%�…
|