HomeSort by relevance Sort by last modified time
    Searched defs:VR (Results 1 - 22 of 22) 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 71 const VarRegion *VR = I.getCapturedRegion();
72 const VarDecl *VD = VR->getDecl();
95 R->addVisitor(new FindLastStoreBRVisitor(*V, VR,
StackAddrEscapeChecker.cpp 76 else if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
78 << VR->getString() << '\'';
79 range = VR->getDecl()->getSourceRange();
185 const MemRegion *vR = val.getAsRegion();
186 if (!vR)
192 isa<BlockDataRegion>(vR))
196 dyn_cast<StackSpaceRegion>(vR->getMemorySpace())) {
200 V.push_back(std::make_pair(region, vR));
231 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion());
232 os << *VR->getDecl(
    [all...]
MallocChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 124 // load $vr, FI
125 // copy ccond, $vr
135 unsigned VR = MRI.createVirtualRegister(RC);
138 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0);
140 .addReg(VR, RegState::Kill);
144 // copy $vr, ccond
145 // store $vr, FI
155 unsigned VR = MRI.createVirtualRegister(RC);
158 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR)
160 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 422 /// \p VR.
423 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) {
432 if (DS->getSingleDecl() != VR->getDecl())
435 const MemSpaceRegion *VarSpace = VR->getMemorySpace();
441 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion");
445 assert(VR->getDecl()->hasLocalStorage());
463 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
464 if (isInitializationOfVar(Pred, VR)) {
466 InitE = VR->getDecl()->getInit();
509 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/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 286 Class *&VR;
287 bind_ty(Class *&V) : VR(V) {}
292 VR = CV;
351 uint64_t &VR;
352 bind_const_intval_ty(uint64_t &V) : VR(V) {}
358 VR = CV->getZExtValue();
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_common.cc 951 #define VR 102 /* (int8)(1.596 * 64 + 0.5) */
956 #define BR UR * 128 + VR * 128
963 *r = Clamp((int32)((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc 35 #define VR 102 /* (int8)(1.596 * 64 + 0.5) */
40 #define BR UR * 128 + VR * 128
47 UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 951 #define VR 102 /* (int8)(1.596 * 64 + 0.5) */
956 #define BR UR * 128 + VR * 128
963 *r = Clamp((int32)((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc 34 #define VR 102 /* (int8)(1.596 * 64 + 0.5) */
39 #define BR UR * 128 + VR * 128
46 UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 668 milliseconds