Home
last modified time | relevance | path

Searched refs:Region (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h302 Region->FLLockCV.notifyAll(Region->FLLock); in pushBlocks()
330 Region->FLLockCV.notifyAll(Region->FLLock); in pushBlocks()
892 Region->FLLockCV.notifyAll(Region->FLLock); in popBatchWithCV()
919 Region->FLLockCV.wait(Region->FLLock); in popBatchWithCV()
981 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in populateFreeListAndPopBatch()
1069 REQUIRES(Region->MMLock, Region->FLLock) { in getStats()
1145 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) {
1231 REQUIRES(Region->MMLock, Region->FLLock) { in hasChanceToReleasePages()
1296 REQUIRES(Region->MMLock, Region->FLLock) { in collectGroupsToRelease()
1463 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in markFreeBlocks()
[all …]
H A Drelease.h257 uptr get(uptr Region, uptr I) const { in get() argument
258 DCHECK_LT(Region, Regions); in get()
266 void inc(uptr Region, uptr I) const { in inc() argument
267 DCHECK_LT(get(Region, I), CounterMask); in inc()
271 DCHECK_EQ(isAllCounted(Region, I), false); in inc()
291 inc(Region, I); in incRange()
299 DCHECK_LE(get(Region, I), CounterMask); in setAsAllCounted()
309 setAsAllCounted(Region, I); in setAsAllCountedRange()
313 const uptr Count = get(Region, I); in updateAsAllCountedIf()
317 setAsAllCounted(Region, I); in updateAsAllCountedIf()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp107 assert(Region); in getPointedRegion()
121 assert(Region); in getArrayRegion()
134 return Region; in getArrayRegion()
141 return Region; in getArrayRegion()
157 if (!Region) in reportPointerArithMisuse()
160 Region = getPointedRegion(Region, C); in reportPointerArithMisuse()
161 if (!Region) in reportPointerArithMisuse()
224 if (!Region) in checkPostStmt()
245 if (!Region) in checkPostStmt()
261 if (!Region) in checkPostStmt()
[all …]
H A DMoveChecker.cpp165 ID.AddPointer(Region); in Profile()
179 const MemRegion *Region; member in __anon710cca100211::MoveChecker::MovedBugVisitor
246 if (!Region) in removeFromState()
249 if (E.first->isSubRegionOf(Region)) in removeFromState()
317 Chk.explainObject(OS, Region, RD, MK); in VisitNode()
411 explainObject(OS, Region, RD, MK); in tryToReportBug()
415 explainObject(OS, Region, RD, MK); in tryToReportBug()
420 explainObject(OS, Region, RD, MK); in tryToReportBug()
425 explainObject(OS, Region, RD, MK); in tryToReportBug()
687 const MemRegion *Region = E.first; in checkDeadSymbols() local
[all …]
H A DNullabilityChecker.cpp149 ID.AddPointer(Region); in Profile()
158 const MemRegion *Region; member in __anon46141a620111::NullabilityChecker::NullabilityBugVisitor
177 if (Region) { in reportBug()
536 const MemRegion *Region = in checkEvent() local
538 if (!Region) in checkEvent()
620 const auto *Region = in checkLocation() local
622 if (!Region) in checkLocation()
734 if (!Region) in checkPreStmt()
826 if (!Region) in checkPreCall()
886 if (!Region) in checkPostCall()
[all …]
H A DStackAddrEscapeChecker.cpp143 const MemRegion *Region = Val.getAsRegion(); in getCapturedStackRegions() local
144 if (Region && isa<StackSpaceRegion>(Region->getMemorySpace())) in getCapturedStackRegions()
145 Regions.push_back(Region); in getCapturedStackRegions()
184 for (const MemRegion *Region : getCapturedStackRegions(B, C)) { in checkAsyncExecutedBlockCaptures() local
191 if (isa<BlockDataRegion>(Region)) in checkAsyncExecutedBlockCaptures()
202 SourceRange Range = genName(Out, Region, C.getASTContext()); in checkAsyncExecutedBlockCaptures()
215 if (isNotInCurrentFrame(Region, C)) in checkReturnedBlockCaptures()
226 SourceRange Range = genName(Out, Region, C.getASTContext()); in checkReturnedBlockCaptures()
342 if (checkForDanglingStackVariable(Region, VR)) in checkEndFunction()
346 if (!isa<GlobalsSpaceRegion>(Region->getMemorySpace())) in checkEndFunction()
[all …]
H A DArrayBoundCheckerV2.cpp210 static std::string getRegionName(const SubRegion *Region) { in getRegionName() argument
216 if (const auto *FR = Region->getAs<FieldRegion>()) { in getRegionName()
222 if (isa<AllocaRegion>(Region)) in getRegionName()
225 if (isa<SymbolicRegion>(Region) && in getRegionName()
226 isa<HeapSpaceRegion>(Region->getMemorySpace())) in getRegionName()
229 if (isa<StringRegion>(Region)) in getRegionName()
251 static Messages getPrecedesMsgs(const SubRegion *Region, NonLoc Offset) { in getPrecedesMsgs() argument
252 std::string RegName = getRegionName(Region); in getPrecedesMsgs()
261 static Messages getExceedsMsgs(ASTContext &ACtx, const SubRegion *Region, in getExceedsMsgs() argument
263 std::string RegName = getRegionName(Region); in getExceedsMsgs()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/events/
H A Devregion.c289 HandlerDesc = RegionObj->Region.Handler; in AcpiEvAddressSpaceDispatch()
532 HandlerObj = RegionObj->Region.Handler; in AcpiEvDetachRegion()
558 *LastObjPtr = ObjDesc->Region.Next; in AcpiEvDetachRegion()
628 RegionObj->Region.Handler = NULL; in AcpiEvDetachRegion()
636 LastObjPtr = &ObjDesc->Region.Next; in AcpiEvDetachRegion()
637 ObjDesc = ObjDesc->Region.Next; in AcpiEvDetachRegion()
687 if (RegionObj->Region.Handler) in AcpiEvAttachRegion()
702 RegionObj->Region.Handler = HandlerObj; in AcpiEvAttachRegion()
740 RegionObj->Region.Handler == NULL) in AcpiEvExecuteRegMethod()
756 Node = RegionObj->Region.Node->Parent; in AcpiEvExecuteRegMethod()
[all …]
H A Devrgnini.c223 LocalRegionContext->Length = RegionDesc->Region.Length; in AcpiEvSystemMemoryRegionSetup()
224 LocalRegionContext->Address = RegionDesc->Region.Address; in AcpiEvSystemMemoryRegionSetup()
306 HandlerObj = RegionObj->Region.Handler; in AcpiEvPciConfigRegionSetup()
328 ParentNode = RegionObj->Region.Node->Parent; in AcpiEvPciConfigRegionSetup()
395 if (RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE) in AcpiEvPciConfigRegionSetup()
415 PciDeviceNode = RegionObj->Region.Node; in AcpiEvPciConfigRegionSetup()
464 Status = AcpiHwDerivePciId (PciId, PciRootNode, RegionObj->Region.Node); in AcpiEvPciConfigRegionSetup()
653 LocalRegionContext->Pointer = RegionDesc->Region.Pointer; in AcpiEvDataTableRegionSetup()
761 Node = RegionObj->Region.Node->Parent; in AcpiEvInitializeRegion()
762 SpaceId = RegionObj->Region.SpaceId; in AcpiEvInitializeRegion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp892 Region.IgnoreRegion = true; in getCodeExtractorArguments()
1408 if (Region.IgnoreRegion) in findAddInputsOutputs()
1521 Region.Call = Call; in replaceCalledFunction()
2714 Region.ExtractedFunction = in extractSection()
2739 Region.PrevBB = NewPrev; in extractSection()
2744 Region.EndBB = RewrittenBB; in extractSection()
2761 IDL->insert(Region.Candidate->begin(), *Region.NewFront); in extractSection()
2764 IDL->insert(Region.Candidate->end(), *Region.NewBack); in extractSection()
2766 IDL->erase(Region.Candidate->begin(), std::prev(Region.Candidate->end())); in extractSection()
2776 Region.Call = CI; in extractSection()
[all …]
H A DHotColdSplitting.cpp275 for (BasicBlock *BB : Region) in getOutliningBenefit()
299 for (BasicBlock *BB : Region) { in getOutliningPenalty()
308 if (!is_contained(Region, SuccBB)) { in getOutliningPenalty()
361 Penalty -= Region.size(); in getOutliningPenalty()
379 assert(!Region.empty()); in extractColdRegion()
399 Function *OrigF = Region[0]->getParent(); in extractColdRegion()
433 << ore::NV("Block", Region.front()); in extractColdRegion()
675 for (OutliningRegion &Region : Regions) { in outlineColdRegions()
676 if (Region.empty()) in outlineColdRegions()
679 if (Region.isEntireFunctionCold()) { in outlineColdRegions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp90 return json::Array({Region.LineStart, Region.ColumnStart, Region.LineEnd, in renderRegion()
91 Region.ColumnEnd, clamp_uint64_to_int64(Region.ExecutionCount), in renderRegion()
92 Region.FileID, Region.ExpandedFileID, in renderRegion()
93 int64_t(Region.Kind)}); in renderRegion()
98 {Region.LineStart, Region.ColumnStart, Region.LineEnd, Region.ColumnEnd, in renderBranch()
100 clamp_uint64_to_int64(Region.FalseExecutionCount), Region.FileID, in renderBranch()
101 Region.ExpandedFileID, int64_t(Region.Kind)}); in renderBranch()
120 for (const auto &Region : Regions) in renderRegions() local
121 RegionArray.push_back(renderRegion(Region)); in renderRegions()
127 for (const auto &Region : Regions) in renderBranchRegions() local
[all …]
H A DSourceCoverageView.h31 CounterMappingRegion Region; member
34 ExpansionView(const CounterMappingRegion &Region, in ExpansionView()
36 : Region(Region), View(std::move(View)) {} in ExpansionView()
38 : Region(std::move(RHS.Region)), View(std::move(RHS.View)) {} in ExpansionView()
40 Region = std::move(RHS.Region);
45 unsigned getLine() const { return Region.LineStart; } in getLine()
46 unsigned getStartCol() const { return Region.ColumnStart; } in getStartCol()
47 unsigned getEndCol() const { return Region.ColumnEnd; } in getEndCol()
50 return LHS.Region.startLoc() < RHS.Region.startLoc();
299 void addExpansion(const CounterMappingRegion &Region,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp47 static void verifyBlocksInRegion(const VPRegionBlock *Region) { in verifyBlocksInRegion() argument
50 assert(VPB->getParent() == Region && "VPBlockBase has wrong parent"); in verifyBlocksInRegion()
98 static void verifyRegion(const VPRegionBlock *Region) { in verifyRegion() argument
99 const VPBlockBase *Entry = Region->getEntry(); in verifyRegion()
100 const VPBlockBase *Exiting = Region->getExiting(); in verifyRegion()
109 verifyBlocksInRegion(Region); in verifyRegion()
114 static void verifyRegionRec(const VPRegionBlock *Region) { in verifyRegionRec() argument
115 verifyRegion(Region); in verifyRegionRec()
277 for (const VPRegionBlock *Region : in verifyPlanIsValid() local
280 if (Region->getEntry()->getNumPredecessors() != 0) { in verifyPlanIsValid()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h60 struct Region { struct
73 SpecificBumpPtrAllocator<Region> Alloc; argument
74 std::vector<Region*> Regions;
84 GCNRegPressure getSchedulePressure(const Region &R,
90 GCNRegPressure getRegionPressure(const Region &R) const { in getRegionPressure()
94 void setBestSchedule(Region &R,
98 void scheduleBest(Region &R);
105 void scheduleRegion(Region &R, Range &&Schedule,
117 const Region *R,
H A DAMDGPUMachineCFGStructurizer.cpp353 void setRegionMRT(RegionMRT *Region) { RMRT = Region; } in setRegionMRT() argument
446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() argument
492 MachineRegion *Region; member in __anon8332aff20211::RegionMRT
669 RegionMap[Region]->setSucc(Region->getExit()); in buildMRT()
1634 auto Exit = Region->getSucc(); in rewriteRegionExitPHIs()
1693 auto Exit = Region->getSucc(); in createLinearizedExitBlock()
2536 if (Region->contains(*PI)) { in removeOldExitPreds()
2585 removeOldExitPreds(Region); in structurizeComplexRegion()
2699 if (Region->isRoot()) { in structurizeComplexRegion()
2718 fixupRegionExits(Region); in structurizeRegion()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp47 static cl::opt<Region::PrintStyle, true> printStyleX("print-region-style",
52 clEnumValN(Region::PrintNone, "none", "print no details"),
53 clEnumValN(Region::PrintBB, "bb",
55 clEnumValN(Region::PrintRN, "rn",
62 Region::Region(BasicBlock *Entry, BasicBlock *Exit, in Region() function in Region
64 DominatorTree *DT, Region *Parent) : in Region()
69 Region::~Region() = default;
88 void RegionInfo::updateStatistics(Region *R) { in updateStatistics()
102 TopLevelRegion = new Region(&F.getEntryBlock(), nullptr, in recalculate()
/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexfield.c296 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || in AcpiExReadDataFromField()
297 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || in AcpiExReadDataFromField()
298 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI || in AcpiExReadDataFromField()
299 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_RT || in AcpiExReadDataFromField()
352 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExReadDataFromField()
360 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_COMM)) in AcpiExReadDataFromField()
462 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExWriteDataToField()
470 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || in AcpiExWriteDataToField()
471 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || in AcpiExWriteDataToField()
472 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI || in AcpiExWriteDataToField()
[all …]
H A Dexfldio.c225 SpaceId = RgnDesc->Region.SpaceId; in AcpiExSetupRegion()
281 if (RgnDesc->Region.Length < in AcpiExSetupRegion()
292 if (ACPI_ROUND_UP (RgnDesc->Region.Length, in AcpiExSetupRegion()
314 AcpiUtGetNodeName (RgnDesc->Region.Node), in AcpiExSetupRegion()
315 RgnDesc->Region.Length)); in AcpiExSetupRegion()
328 AcpiUtGetNodeName (RgnDesc->Region.Node), in AcpiExSetupRegion()
329 RgnDesc->Region.Length)); in AcpiExSetupRegion()
404 AcpiUtGetRegionName (RgnDesc->Region.SpaceId), in AcpiExAccessRegion()
405 RgnDesc->Region.SpaceId, in AcpiExAccessRegion()
424 RgnDesc->Region.SpaceId)); in AcpiExAccessRegion()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPass.h25 class Region; variable
48 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
62 virtual bool doInitialization(Region *R, RGPassManager &RGM) { return false; } in doInitialization()
83 bool skipRegion(Region &R) const;
88 std::deque<Region*> RQ;
90 Region *CurrentRegion;
/freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c593 ObjDesc->Region.Address = (ACPI_PHYSICAL_ADDRESS) in AcpiDsEvalRegionOperands()
598 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiDsEvalRegionOperands()
599 ObjDesc->Region.Length)); in AcpiDsEvalRegionOperands()
601 Status = AcpiUtAddAddressRange (ObjDesc->Region.SpaceId, in AcpiDsEvalRegionOperands()
602 ObjDesc->Region.Address, ObjDesc->Region.Length, Node); in AcpiDsEvalRegionOperands()
606 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID; in AcpiDsEvalRegionOperands()
708 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table); in AcpiDsEvalTableRegionOperands()
709 ObjDesc->Region.Length = Table->Length; in AcpiDsEvalTableRegionOperands()
710 ObjDesc->Region.Pointer = Table; in AcpiDsEvalTableRegionOperands()
714 ObjDesc->Region.Length)); in AcpiDsEvalTableRegionOperands()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp23 if (!Region.getDescription().empty()) in printRegionHeader()
24 RegionName = Region.getDescription(); in printRegionHeader()
36 if (!Region.getDescription().empty()) in getJSONReportRegion()
37 RegionName = Region.getDescription(); in getJSONReportRegion()
121 if (Region.startLoc().isValid() || Region.endLoc().isValid()) in printReport()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp135 Region *R = nullptr;
152 Region *getParentRegion() { in getParentRegion()
312 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion,
679 Region *R = RI.R; in getBranchInsertPoint()
874 Region *R = RI.R; in checkScopeHoistable()
975 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes()
1292 Region *R = RI.R; in classifyBiasedScopes()
1382 Region *R = RI.R; in setCHRRegions()
1485 Region *R = RI.R; in hoistScopeConditions()
1643 Region *R = RI.R; in assertBranchOrSelectConditionHoisted()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt1 FPGA Region Device Tree Binding
9 - FPGA Region
39 Partial Reconfiguration Region (PRR)
108 When a DT overlay that targets an FPGA Region is applied, the FPGA Region will
121 FPGA Region
138 Region, the FPGA already has been programmed. A DTO that targets an FPGA Region
150 For partial reconfiguration (PR), each PR region will have an FPGA Region.
281 a FPGA Region. The target of the Device Tree Overlay is the FPGA Region. Some
293 FPGA Region. The FPGA Region is the child of the bridge that allows
313 * FPGA Region
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp255 const CounterMappingRegion &Region; member in MCDCRecordProcessor
284 : ExecutedTestVectorBitmap(Bitmap), Region(Region), Branches(Branches), in MCDCRecordProcessor()
285 NumConditions(Region.MCDCParams.NumConditions), in MCDCRecordProcessor()
479 const CounterMappingRegion &Region, in evaluateMCDCRegion() argument
563 for (const auto &Region : Record.MappingRegions) { in getMaxCounterID() local
578 MaxBitmapID <= Region.MCDCParams.BitmapIdx) { in getMaxBitmapSize()
579 MaxBitmapID = Region.MCDCParams.BitmapIdx; in getMaxBitmapSize()
580 NumConditions = Region.MCDCParams.NumConditions; in getMaxBitmapSize()
799 for (const auto &Region : Record.MappingRegions) { in loadFunctionRecord() local
803 MCDCDecisions.registerDecision(Region); in loadFunctionRecord()
[all …]

123456