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

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 44 /// VR - Current virtual register whose uses are being updated.
45 unsigned VR;
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 68 const VarRegion *VR = I.getCapturedRegion();
69 const VarDecl *VD = VR->getDecl();
93 *V, VR, /*EnableNullFPSuppression*/ false));
StackAddrEscapeChecker.cpp 76 else if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
78 << VR->getString() << '\'';
79 range = VR->getDecl()->getSourceRange();
194 const MemRegion *vR = val.getAsRegion();
195 if (!vR)
201 isa<BlockDataRegion>(vR))
205 dyn_cast<StackSpaceRegion>(vR->getMemorySpace())) {
209 V.push_back(std::make_pair(region, vR));
240 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion());
241 os << *VR->getDecl(
    [all...]
MallocChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/ProfileData/
InstrProf.cpp 389 ValueProfRecord *VR = getFirstValueProfRecord(this);
391 VR->deserializeTo(Record, VMap);
392 VR = getValueProfRecordNext(VR);
417 ValueProfRecord *VR = getFirstValueProfRecord(this);
419 if (VR->Kind > IPVK_Last)
421 VR = getValueProfRecordNext(VR);
422 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize)
461 ValueProfRecord *VR = getFirstValueProfRecord(this)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 151 // load $vr, FI
152 // copy ccond, $vr
157 unsigned VR = MRI.createVirtualRegister(RC);
160 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0);
162 .addReg(VR, RegState::Kill);
166 // copy $vr, ccond
167 // store $vr, FI
172 unsigned VR = MRI.createVirtualRegister(RC);
175 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR)
177 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 418 /// \p VR.
419 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) {
428 if (DS->getSingleDecl() != VR->getDecl())
431 const MemSpaceRegion *VarSpace = VR->getMemorySpace();
437 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion");
441 assert(VR->getDecl()->hasLocalStorage());
459 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
460 if (isInitializationOfVar(Pred, VR)) {
462 InitE = VR->getDecl()->getInit();
505 if (const VarRegion *VR = dyn_cast<VarRegion>(R))
    [all...]
MemRegion.cpp 754 if (const VarRegion *VR = dyn_cast<VarRegion>(I.getOriginalRegion()))
755 if (VR->getDecl() == VD)
    [all...]
RegionStore.cpp     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon.cc 122 "vshll.u16 q10, d17, #16 \n" /* Replicate v * VR */\
146 #define VR -102 /* -round(1.596 * 64) */
151 #define BR (VR * 128 - YGB)
165 #undef VR
    [all...]
row_neon64.cc 104 #define YUV422TORGB(vR, vG, vB) \
124 "sqadd " #vR ".8h, v26.8h, v0.8h \n" /* R */ \
127 "sqadd " #vR ".8h, " #vR ".8h, v7.8h \n" /* R */ \
130 "sqshrun " #vR ".8b, " #vR ".8h, #6 \n" /* R */ \
141 #define VR -102 /* -round(1.596 * 64) */
146 #define BR (VR * 128 - YGB)
156 #undef VR
162 "movi v20.8h, #56, lsl #0 \n" /* UB/VR coefficient (0.875) / 2 */
    [all...]
row_common.cc     [all...]
row_gcc.cc     [all...]
row_win.cc 52 #define VR -102 /* round(-1.596 * 64) */
57 #define BR (VR * 128 + YGB)
65 { 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR, 0, VR,
    [all...]
  /external/libyuv/files/source/
row_common.cc 434 #define VR 102 /* static_cast<int8>(1.596 * 64 + 0.5) */
439 #define BR UR * 128 + VR * 128
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 283 Class *&VR;
284 bind_ty(Class *&V) : VR(V) {}
288 VR = CV;
349 uint64_t &VR;
350 bind_const_intval_ty(uint64_t &V) : VR(V) {}
355 VR = CV->getZExtValue();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/valgrind/VEX/priv/
host_ppc_defs.h 56 #define VR(_mode64, _enc, _ix64, _ix32) \
99 ST_IN HReg hregPPC_VR20 ( Bool mode64 ) { return VR (mode64, 20, 31, 33); }
100 ST_IN HReg hregPPC_VR21 ( Bool mode64 ) { return VR (mode64, 21, 32, 34); }
101 ST_IN HReg hregPPC_VR22 ( Bool mode64 ) { return VR (mode64, 22, 33, 35); }
102 ST_IN HReg hregPPC_VR23 ( Bool mode64 ) { return VR (mode64, 23, 34, 36); }
103 ST_IN HReg hregPPC_VR24 ( Bool mode64 ) { return VR (mode64, 24, 35, 37); }
104 ST_IN HReg hregPPC_VR25 ( Bool mode64 ) { return VR (mode64, 25, 36, 38); }
105 ST_IN HReg hregPPC_VR26 ( Bool mode64 ) { return VR (mode64, 26, 37, 39); }
106 ST_IN HReg hregPPC_VR27 ( Bool mode64 ) { return VR (mode64, 27, 38, 40); }
112 ST_IN HReg hregPPC_VR29 ( Bool mode64 ) { return VR (mode64, 29, 43, 45);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 

Completed in 655 milliseconds