| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 442 Seq.push_back(VR); in insert() 444 Seq.insert(L, VR); in insert() 954 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() local 963 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock() 975 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() local 976 AVs.insert(VR); in collectInBlock() 985 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() local 986 AVs.remove(VR); in collectInBlock() 998 Regs[S].insert(VR); in findRemovableRegisters() 1037 RMs.remove(VR); in findRemovableRegisters() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMergeFile.c | 28 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local 30 VData = getValueProfRecordValueData(VR); in lprofMergeValueProfData() 32 for (S = 0; S < VR->NumValueSites; S++) { in lprofMergeValueProfData() 33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData() 41 VR = getValueProfRecordNext(VR); in lprofMergeValueProfData()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 96 } else if (const auto *VR = dyn_cast<VarRegion>(R)) { in genName() local 97 os << "stack memory associated with local variable '" << VR->getString() in genName() 99 range = VR->getDecl()->getSourceRange(); in genName() 314 const MemRegion *VR = Val.getAsRegion(); in checkEndFunction() local 315 if (VR && isa<StackSpaceRegion>(VR->getMemorySpace()) && in checkEndFunction() 316 !isArcManagedBlock(VR, Ctx) && !isNotInCurrentFrame(VR, Ctx)) in checkEndFunction() 317 V.emplace_back(Region, VR); in checkEndFunction() 352 const VarRegion *VR = cast<VarRegion>(P.first->getBaseRegion()); in checkEndFunction() local 353 Out << *VR->getDecl() in checkEndFunction()
|
| H A D | MacOSXAPIChecker.cpp | 96 if (const VarRegion *VR = dyn_cast<VarRegion>(RB)) { in CheckDispatchOnce() local 97 const VarDecl *VD = VR->getDecl(); in CheckDispatchOnce() 106 if (VR != R) in CheckDispatchOnce() 112 os << VR->getDecl()->getName() << '\''; in CheckDispatchOnce()
|
| H A D | UndefCapturedBlockVarChecker.cpp | 66 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 67 const VarDecl *VD = VR->getDecl(); in checkPostStmt() 91 *V, VR, /*EnableNullFPSuppression*/ false)); in checkPostStmt()
|
| H A D | NSErrorChecker.cpp | 192 if (const VarRegion *VR = R->getAs<VarRegion>()) in parameterTypeFromSVal() local 194 stackReg = dyn_cast<StackArgumentsSpaceRegion>(VR->getMemorySpace())) in parameterTypeFromSVal() 196 return VR->getValueType(); in parameterTypeFromSVal()
|
| H A D | MallocChecker.cpp | 1727 if (VR) in SummarizeRegion() 1728 VD = VR->getDecl(); in SummarizeRegion() 1742 if (VR) in SummarizeRegion() 1743 VD = VR->getDecl(); in SummarizeRegion() 1757 if (VR) in SummarizeRegion() 1758 VD = VR->getDecl(); in SummarizeRegion() 2263 if (!VR || in getAllocationSite() 2516 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 2517 if (VR->getSuperRegion() == R) { in checkPostStmt() 2518 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt() [all …]
|
| H A D | UnixAPIChecker.cpp | 262 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckPthreadOnce() local 263 os << " the local variable '" << VR->getDecl()->getName() << '\''; in CheckPthreadOnce()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | aspeed-bmc-opp-zaius.dts | 311 /* CPU0 VR ISL68137 0.7V, 0.96V PMBUS @64h */ 312 /* CPU0 VR ISL68137 1.2V CH03 PMBUS @40h */ 313 /* CPU0 VR ISL68137 0.8V PMBUS @60h */ 314 /* CPU0 VR 1.0V IR38064 I2C @11h, PMBUS @41h */ 315 /* CPU0 VR ISL68137 1.2V CH47 PMBUS @41h */ 321 /* CPU1 VR ISL68137 0.7V, 0.96V PMBUS @65h */ 322 /* CPU1 VR ISL68137 1.2V CH03 PMBUS @44h */ 323 /* CPU1 VR ISL68137 0.8V PMBUS @61h */ 324 /* CPU1 VR 1.0V IR38064 I2C @12h, PMBUS @42h */ 325 /* CPU0 VR ISL68137 1.2V CH47 PMBUS @45h */
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 715 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local 717 VR->deserializeTo(Record, SymTab); in deserializeTo() 718 VR = getValueProfRecordNext(VR); in deserializeTo() 744 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local 746 if (VR->Kind > IPVK_Last) in checkIntegrity() 748 VR = getValueProfRecordNext(VR); in checkIntegrity() 790 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local 792 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost() 793 VR = getValueProfRecordNext(VR); in swapBytesToHost() 806 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 437 if (const auto *VR = dyn_cast<VarRegion>(MR)) in isLiveRegion() local 438 return isLive(VR, true); in isLiveRegion() 527 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() argument 528 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() 542 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl())) in isLive() 549 const_cast<SymbolReaper *>(this)->includedRegionCache[VR]; in isLive() 558 reapedStore.getStoreManager().includedInBindings(store, VR); in isLive()
|
| H A D | MemRegion.cpp | 709 else if (VR) { in sourceRange() 710 return VR->getDecl()->getSourceRange(); in sourceRange() 836 if (VR->getDecl() == VD) in getStackOrCaptureRegionForDeclContext() 1477 const VarRegion *VR = nullptr; in getCaptureRegions() local 1481 VR = MemMgr.getVarRegion(VD, this); in getCaptureRegions() 1486 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions() 1487 OriginalVR = VR; in getCaptureRegions() 1494 return std::make_pair(VR, OriginalVR); in getCaptureRegions() 1523 const VarRegion *VR = nullptr; in LazyInitializeReferencedVars() local 1526 assert(VR); in LazyInitializeReferencedVars() [all …]
|
| H A D | BugReporterVisitors.cpp | 421 const MemRegion *VR = V.getAsRegion(); local 426 if (RegionOfInterest == VR) 1043 if (DS->getSingleDecl() != VR->getDecl()) in isInitializationOfVar() 1056 assert(VR->getDecl()->hasLocalStorage()); in isInitializationOfVar() 1105 const VarRegion *VR, in showBRParamDiagnostics() argument 1127 if (VR->canPrintPretty()) { in showBRParamDiagnostics() 1129 VR->printPretty(os); in showBRParamDiagnostics() 1192 if (isInitializationOfVar(Pred, VR)) { in VisitNode() 1194 InitE = VR->getDecl()->getInit(); in VisitNode() 1291 if (VR) { in VisitNode() [all …]
|
| H A D | RegionStore.cpp | 1068 const VarRegion *VR = BI.getCapturedRegion(); in VisitCluster() local 1069 const VarDecl *VD = VR->getDecl(); in VisitCluster() 1071 AddToWorkList(VR); in VisitCluster() 1073 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster() 1079 SVal V = RM.getBinding(B, loc::MemRegionVal(VR)); in VisitCluster() 1496 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in getBinding() local 1503 return CastRetrievedVal(getBindingForVar(B, VR), VR, T); in getBinding() 1660 const VarDecl *VD = VR->getDecl(); in getBindingForElement() 1747 if (const auto *VR = dyn_cast<VarRegion>(superR)) { in getBindingForField() local 1748 const VarDecl *VD = VR->getDecl(); in getBindingForField() [all …]
|
| H A D | CallEvent.cpp | 248 const VarRegion *VR = in getParameterLocation() local 253 assert(VR->getStackFrame() == SFC); in getParameterLocation() 255 return VR; in getParameterLocation() 326 if (const VarRegion *VR = getParameterLocation(*AdjIdx)) in invalidateRegions() local 327 ValuesToInvalidate.push_back(loc::MemRegionVal(VR)); in invalidateRegions()
|
| H A D | ExprEngineCXX.cpp | 339 const VarRegion *VR = Caller->getParameterLocation( in prepareForObjectConstruction() local 341 if (!VR) in prepareForObjectConstruction() 344 return loc::MemRegionVal(VR); in prepareForObjectConstruction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A 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);
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A 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]
|
| H A D | PPCRegisterInfo.td | 72 // VR - One of the 32 128-bit vector registers 73 class VR<VF SubReg, string n> : PPCReg<n> { 144 def V#Index : VR<!cast<VF>("VF"#Index), "v"#Index>,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A 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()
|
| /freebsd-12.1/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_vr | 8 PROJECT_NAME = "FreeBSD kernel VR device code"
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineSSAUpdater.h | 43 unsigned VR; variable
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineSSAUpdater.cpp | 61 VR = V; in Initialize() 62 VRC = MRI->getRegClass(VR); in Initialize()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 234 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local 235 if (VR->getSuperRegion() == R) { in checkPostStmt() 236 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt() 238 Regions.push_back(VR); in checkPostStmt()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 461 Class *&VR; member 463 bind_ty(Class *&V) : VR(V) {} in bind_ty() 467 VR = CV; in match() 546 uint64_t &VR; member 548 bind_const_intval_ty(uint64_t &V) : VR(V) {} in bind_const_intval_ty() 553 VR = CV->getZExtValue(); in match()
|