Searched defs:VR (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h44 /// VR - Current virtual register whose uses are being updated.
45 unsigned VR; member in class:llvm::MachineSSAUpdater
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp71 const VarRegion *VR = I.getCapturedRegion(); local
72 const VarDecl *VD = VR->getDecl();
94 R->addVisitor(new FindLastStoreBRVisitor(*V, VR,
H A DStackAddrEscapeChecker.cpp76 else if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
78 << VR->getString() << '\'';
79 range = VR->getDecl()->getSourceRange();
231 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion()); local
232 os << *VR->getDecl()
H A DMallocChecker.cpp1160 const VarRegion *VR = dyn_cast<VarRegion>(MR); local
1162 if (VR)
1163 VD = VR->getDecl();
1175 const VarRegion *VR = dyn_cast<VarRegion>(MR); local
1177 if (VR)
1178 VD = VR->getDecl();
1190 const VarRegion *VR = dyn_cast<VarRegion>(MR); local
1192 if (VR)
1193 VD = VR->getDecl();
1543 const VarRegion* VR local
1771 const VarRegion *VR = I.getCapturedRegion(); local
[all...]
H A DRetainCountChecker.cpp2177 const VarRegion *VR = R->getBaseRegion()->getAs<VarRegion>(); local
2180 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
2660 const VarRegion *VR = I.getCapturedRegion(); local
2661 if (VR->getSuperRegion() == R) {
2662 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
2664 Regions.push_back(VR);
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp423 if (const VarRegion *VR = dyn_cast<VarRegion>(MR))
424 return isLive(VR, true);
510 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ argument
511 const StackFrameContext *VarContext = VR->getStackFrame();
525 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl()))
532 const_cast<SymbolReaper*>(this)->includedRegionCache[VR];
541 reapedStore.getStoreManager().includedInBindings(store, VR);
H A DBugReporterVisitors.cpp422 /// \p VR.
423 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) { argument
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
555 const VarRegion *VR = dyn_cast<VarRegion>(R); local
[all...]
H A DMemRegion.cpp743 if (const VarRegion *VR = dyn_cast<VarRegion>(I.getOriginalRegion()))
744 if (VR->getDecl() == VD)
1353 const VarRegion *VR = 0; local
1357 VR = MemMgr.getVarRegion(VD, this);
1362 VR = MemMgr.getVarRegion(VD, LC);
1363 OriginalVR = VR;
1366 VR = MemMgr.getVarRegion(VD, MemMgr.getUnknownRegion());
1370 return std::make_pair(VR, OriginalVR);
1397 const VarRegion *VR = 0; local
1399 llvm::tie(VR, OriginalV
[all...]
H A DRegionStore.cpp1011 const VarRegion *VR = BI.getCapturedRegion(); local
1012 const VarDecl *VD = VR->getDecl();
1014 AddToWorkList(VR);
1016 else if (Loc::isLocType(VR->getValueType())) {
1022 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1357 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
1364 return CastRetrievedVal(getBindingForVar(B, VR), VR, T, false);
2205 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) {
2206 if (SymReaper.isLive(VR))
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp124 unsigned VR = MRI.createVirtualRegister(RC); local
127 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0);
129 .addReg(VR, RegState::Kill);
144 unsigned VR = MRI.createVirtualRegister(RC); local
147 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR)
149 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0);
/external/llvm/include/llvm/Support/
H A DPatternMatch.h286 Class *&VR; member in struct:llvm::PatternMatch::bind_ty
287 bind_ty(Class *&V) : VR(V) {}
292 VR = CV;
351 uint64_t &VR; member in struct:llvm::PatternMatch::bind_const_intval_ty
352 bind_const_intval_ty(uint64_t &V) : VR(V) {}
358 VR = CV->getZExtValue();
/external/libyuv/files/source/
H A Drow_common.cc434 #define VR 102 /* static_cast<int8>(1.596 * 64 + 0.5) */ macro
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);
H A Drow_posix.cc1282 #define VR 102 /* static_cast<int8>(1.596 * 64 + 0.5) */ macro
1287 #define BR UR * 128 + VR * 128
1306 { UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR },
[all...]
H A Drow_win.cc1484 #define VR 102 /* static_cast<int8>(1.596 * 64 + 0.5) */ macro
1489 #define BR UR * 128 + VR * 128
1496 UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1877 unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg(); local
1878 if (!TargetRegisterInfo::isVirtualRegister(VR))
1880 MachineInstr *Def = MRI->getVRegDef(VR);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2213 static const uint16_t VR[] = { local
2220 const unsigned Num_VR_Regs = array_lengthof(VR);
2398 unsigned VReg = MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
2507 static const uint16_t VR[] = { local
2514 const unsigned Num_VR_Regs = array_lengthof( VR);
2736 unsigned VReg = MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
3821 static const uint16_t VR[] = { local
3827 const unsigned NumVRs = array_lengthof(VR);
4044 RegsToPass.push_back(std::make_pair(VR[VR_idx++], Load));
4064 RegsToPass.push_back(std::make_pair(VR[VR_id
4201 static const uint16_t VR[] = { local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2971 unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg(); local
2972 if (!TargetRegisterInfo::isVirtualRegister(VR))
2974 MachineInstr *Def = MRI->getVRegDef(VR);

Completed in 603 milliseconds